in reply to array input "@array = lc(<>)"
should do the trick.my @array = map {lc} <>;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: array input "@array = lc(<>)"
by AnomalousMonk (Archbishop) on May 12, 2010 at 15:20 UTC | |
by Anonymous Monk on May 12, 2010 at 20:38 UTC |