in reply to Is there a way more easy?
This does the trick...
use 5.010; use List::MapMulti; my $letters = ['', 'a'..'z', 'A'..'Z', '_']; mapm { say join q() => @_ } ($letters) x 6;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Is there a way more easy?
by spadacciniweb (Curate) on Jun 21, 2012 at 07:46 UTC |