|
|
| Welcome to the Monastery | |
| PerlMonks |
Re: String into Arrayby particle (Vicar) |
| on Feb 11, 2002 at 08:36 UTC ( [id://144632]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
there is something magical about split. when used as my @chars = split //, $word;, it will split on each character, including a null field for each leading whitespace character. when used as my @chars = split '', $word;, it will split on each character without creating leading null fields. this may not be applicable to your data, but i thought it's something you would want to know.
~Particle
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||