my( $foo, $bar ) = @_; [download]
( $a, $b ) = split(';',$abc, 2); [download]
In reply to Re: using split by Anonymous Monk in thread using split by Sun751