I need to call \"/usr/bin/pdf2txt.py\" with few arguments from my Perl script. How should i do this ?
my $output = `/usr/bin/pdf2txt.py arg1 arg2`;