in reply to Small range syntax error
Look, Ma! No quotes:
my @chars = map { chr } (0x30..0x39,0x41..0x5a,0x61..0x7a); [download]
Dave.