Just ignore it...
$string = 'keep|throw'; my( $keep ) = split( /\|/, $string) ; print $keep;
gives:
keep
--
"To err is human, but to really foul things up you need a computer." --Paul Ehrlich
In reply to Re: using split without $junk
by LTjake
in thread using split without $junk
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |