fork(5) download
  1. #!/usr/bin/perl
  2. # your code goes here
  3.  
  4. use URI::Escape;
  5.  
  6. my $string = "%C3%B3";
  7. print(uri_unescape($string));
  8.  
Success #stdin #stdout 0.01s 5900KB
stdin
Standard input is empty
stdout
ó