$ cat backticks.pl #!/usr/bin/perl `ls \ -l *.pl`; $ perl backticks.pl sh: line 1: -l: command not found