>perl -we"my ($dginput, $volinput) = map { chomp; lc } <>;" a b c ^Z #### >perl -we"map { chomp; lc } <>;" a b c ^Z