in reply to Re^2: array input "@array = lc(<>)"in thread array input "@array = lc(<>)"
chomp(my @input = map {lc} <>); [download]