Help for this page

Select Code to Download


  1. or download this
    my %ws = (
        "\x09" => qw( \t ),  
    ...
        print;
        print "\n";    # keep it line for line. 
    }
    
  2. or download this
      
    perl -pe 's/(\s)/sprintf"\\x%02x",ord$1/ge;$_.=$/'