in reply to Re^3: Printing from three arrays
in thread Printing from three arrays
Not really much (if any) better:
(I won't show the output; it's as expected.)c:\@Work\Perl\monks>perl -wMstrict -le "use 5.014; ;; print s{\A(.+?),(.+?),(.+?)}{$3,$1,$2}xmsr for glob '{a,b,c},{I,II,III},{1,2,3,4}'; "
Give a man a fish: <%-{-{-{-<
|
---|