Roberto Etcheverry wrote:
> chomp for @array; # trim "\n" at the end

or

   chomp(@array);

or even

   chomp(my @array = <ID>);

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to