in reply to Re: String Splitting
in thread String Splitting

or equivalently (to the one listed above, with the '?'):
my ( $str1, $str2 ) = split(/\t/, $line, 2);
(so much for showing effort ;) (update - meant this in general, not directed at GrandFather!))

Replies are listed 'Best First'.
Re^3: String Splitting
by GrandFather (Saint) on Aug 18, 2005 at 19:03 UTC