in reply to Line breaks within backticks
lhp@nereida:~/Lperl/src/testing$ cat -n qx.pl 1 print ( 2 $c = 'ls -l '. 3 join(' ', qw{ 4 context1.pl 5 decomposed_char_utf8_2.pl 6 file1.txt 7 es.log} 8 ) 9 and qx{$c} 10 );
substitute join ' ' by join '' to assume the restriction that spaces aren't allowed between args.
Casiano
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Line breaks within backticks
by ikegami (Patriarch) on May 08, 2008 at 12:29 UTC | |
|
Re^2: Line breaks within backticks
by BjornStenborg (Initiate) on May 08, 2008 at 12:41 UTC |