![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: string manupulationby BronzeWing (Monk) |
on Sep 05, 2002 at 19:01 UTC ( #195477=note: print w/replies, xml ) | Need Help?? |
Just because using split() is way too easy of an answer: @temp = $local =~ m/(?:^|:)([^:]*)/g;BronzeWing
In Section
Seekers of Perl Wisdom
|
|