in reply to Re: Formatting Long String in Backticks
in thread Formatting Long String in Backticks
then why can't this code be re-written elegantly as well?my $cmd = qq! testing testing ! . qq! ... testing testing !;
There must be a way to write the qx where I do not need to use $cmd anymore.my $test = qx! testing testing ! . qx! ... testing !;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Formatting Long String in Backticks
by rovf (Priest) on Mar 10, 2010 at 08:58 UTC | |
|
Re^3: Formatting Long String in Backticks
by AnomalousMonk (Archbishop) on Mar 10, 2010 at 00:11 UTC |