Help for this page

Select Code to Download


  1. or download this
    {
        local $/ = "\r\n";
        chomp $msg;
    }
    
  2. or download this
    chomp $msg;
    print ord(reverse $msg), "\n";