in reply to Re^2: chomp each element of array
in thread chomp each element of array
nope, you're wrong. the operator chomp imposes the context, thats how scalar @array works.
I think @array can only impose list context as LHS of =, which becomes a list-assignment operator then.
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|