$ cat test.pl #!/bin/sh #!perl print "$ENV{PWD}\n"; $ perl test.pl test.pl: print: command not found $ perl -x test.pl /home/Zaxo $