in reply to Re: Backtics execution with multiple lines
in thread Backtics execution with multiple lines
$ cat backticks.pl #!/usr/bin/perl `ls \ -l *.pl`; $ perl backticks.pl sh: line 1: -l: command not found
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Backtics execution with multiple lines
by kennethk (Abbot) on Feb 04, 2009 at 18:17 UTC | |
|
Re^3: Backtics execution with multiple lines
by ikegami (Patriarch) on Feb 04, 2009 at 18:19 UTC |