in reply to Re: Re: array split problems
in thread array split problems

Because chomp() returns the characters removed, not the characters remaining.

The PerlMonk tr/// Advocate