in reply to
Re: Parsing Text into Arrays..
in thread
Parsing Text into Arrays..
typo at line:37 is->
push @($target},$part; # add it!
needs a left curly-fry..mmm
push @{$target},$part; # add it!
Comment on
Re: Re: Parsing Text into Arrays..
Select
or
Download
Code
In Section
Seekers of Perl Wisdom