in reply to Re^2: secret code generatorin thread secret code generator
Simpler still
my @chars = map chr, 0x21 .. 0x7e; [download]