Help for this page

Select Code to Download


  1. or download this
    use URI::Escape;
    ## lots of other stuff ##
    $booktitle = URI::Escape::uri_escape_utf8($booktitle);
    
  2. or download this
    $booktitle = uri_escape_utf8($booktitle);