Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl use warnings; use strict; my @chars = qq(a-z, A-Z, 0-9, !, @, #, $, %, ^, &, *); print @chars;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Array shortcut
by GrandFather (Saint) on Jul 01, 2009 at 02:21 UTC | |
Re: Array shortcut
by kennethk (Abbot) on Jul 01, 2009 at 01:24 UTC | |
by jettero (Monsignor) on Jul 01, 2009 at 01:26 UTC | |
by toolic (Bishop) on Jul 01, 2009 at 01:36 UTC | |
Re: Array shortcut
by YuckFoo (Abbot) on Jul 01, 2009 at 17:43 UTC |