Help for this page

Select Code to Download


  1. or download this
    use URI::Escape;
    
    $encoded = uri_escape($unsafe_uri);
    
  2. or download this
    use URL qw( urlencode );
    
    $encoded = urlencode( $unsafe_uri );