in reply to
banna split it aint
unpack() is NOT sick. Simple string splitting is something that unpack() is great for, and it's a great way to LEARN how to use unpack(). You could also use:
push @parts, substr($num,0,3,"") while $num ne "";
[download]
Comment on
Re: banna split it aint
Download
Code
In Section
Seekers of Perl Wisdom