in reply to Re^3: Merge 2 strings like a zip [unzip()]
in thread Merge 2 strings like a zip
could be written more explicitly also as
The Perl documentation mentions this here: Statement Modifiersfor (unzip('AaBbCcDdEeFGHIJ', 5)) { print $_; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Merge 2 strings like a zip [unzip()]
by Anonymous Monk on Jul 09, 2015 at 08:24 UTC |