in reply to Re^2: diamond operator multiple input
in thread diamond operator multiple input
>perl -we"my ($dginput, $volinput) = map { chomp; lc } <>;" a b c ^Z
Not even if I remove the assignment.
>perl -we"map { chomp; lc } <>;" a b c ^Z
Tested with 5.6, 5.8 and 5.10
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: diamond operator multiple input
by johngg (Canon) on Jan 22, 2009 at 19:41 UTC |