in reply to
Re: select line from file
in thread
select line from file
#decent way - use split instead of regex
Umm, pardon me, but doesn't your
split (/\+| /, $line);
uses regex in its
/\+| /
part?
Comment on
Re: Re: select line from file
Select
or
Download
Code
In Section
Seekers of Perl Wisdom