|
|
| more useful options | |
| PerlMonks |
Re^2: How can I split a string into chunks of 4 charactersby davido (Cardinal) |
| on Dec 06, 2013 at 20:27 UTC ( [id://1066053]=note: print w/replies, xml ) | Need Help?? |
|
"push @a, $1 while s/(.{1,4})//;" produces the following: "0123 4abc", which is not the desired result. Dave
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||