in reply to Re^2: Formatting Long String in Backticks
in thread Formatting Long String in Backticks
Stupid Array Interpolation Trick #158:
>perl -wMstrict -le "my $test = qx{ @{[ qw(echo testing ...)[0, 1, 1, 1, 2, 1] ]} }; print qq{'$test'}; " 'testing testing testing ... testing '
|
|---|