Help for this page

Select Code to Download


  1. or download this
         use URI::Escape;
         $safe = uri_escape("10% is enough\n");
    
  2. or download this
         $str  = uri_unescape($safe);