in reply to Re^2: Special Chars in CGI form variables
in thread Special Chars in CGI form variables
which will give you the hex dump of the string.print join "\n", map { "0x" . unpack("h2", ord($_)) } split //, $field; print $/;
Flavio (perl -e "print(scalar(reverse('ti.xittelop@oivalf')))")
Don't fool yourself.
|
|---|