in reply to Re: String Splitting
in thread String Splitting
(so much for showing effort ;) (update - meant this in general, not directed at GrandFather!))my ( $str1, $str2 ) = split(/\t/, $line, 2);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: String Splitting
by GrandFather (Saint) on Aug 18, 2005 at 19:03 UTC |