in reply to
ignoring empty returns from split
my ($one,$two)= ( split /exp/,$line)[0,1];
[download]
Just because there is always another way to do it.
--
Jay "Yohimbe" Thorne, alpha geek for
UserFriendly
Comment on
Re: ignoring empty returns from split
Download
Code
In Section
Seekers of Perl Wisdom