Michael Alipio wrote: > Any idea how to do this? I'm thinking maybe I can just > split the whole string and push each character into array, > then loop through the array, getting 3 elements set in the > proces..
Split the string into an array, loop through it and use a slice to join the elements. -- Just my 0.00000002 million dollars worth, Shawn Programming is as much about organization and communication as it is about coding. I like Perl; it's the only language where you can bless your thingy. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/