in reply to
Re: Command Shell
in thread
Command Shell
This is a fun test case:
map { $s = sprintf('\x{26%02x}',$_); print "$s: ",safeString(eval("\"$s\"")),"\n" } 0..255
Comment on
Re^2: Command Shell
Download
Code
In Section
Cool Uses for Perl