Help for this page

Select Code to Download


  1. or download this
    $arg = join "", 
           map {
                 ($_ lt ' ' or $_ gt '~') ? sprintf("\\x{%x}",ord) : $_ 
               } split //, $arg;