Help for this page

Select Code to Download


  1. or download this
    foreach my $chars (split(//,$input_string)) {
        $hexchars .= sprintf "%x", ord($chars);
    }
    
  2. or download this
    $ perl -le '
    $str = qq{test\r\n};
    ...
    print $right;'
    74657374da
    746573740d0a