Help for this page
Select Code to Download
Select
or
download this
{ local $/ = "\r\n"; chomp $msg; }
Select
or
download this
chomp $msg; print ord(reverse $msg), "\n";