in reply to Small range syntax error

quotes...
my @chars = ("A" .. "Z", "a" .. "z", 1 .. 9, );


-- All code is 100% tested and functional unless otherwise noted.

Replies are listed 'Best First'.
Re^2: Small range syntax error
by trammell (Priest) on Nov 09, 2004 at 20:51 UTC
    my @chars = ("A" .. "Z", "a" .. "z", 0 .. 9, );