in reply to Passing Arguments With Perl/Cgi
$stringNEE=~s/%(..)/pack("c",hex($1))/ge; $stringNEE=~s/+/ /g;
|
---|
Replies are listed 'Best First'. | |
---|---|
Smarter People :)
by chromatic (Archbishop) on Mar 19, 2000 at 10:43 UTC | |
RE: Re: Passing Arguments With Perl/Cgi
by ldh (Initiate) on Mar 20, 2000 at 13:42 UTC |