* Synced the perlfaq
[p5sagit/p5-mst-13.2.git] / pod / perlfaq9.pod
index ce0cf07..5e3c1f0 100644 (file)
@@ -280,7 +280,7 @@ returns the escaped string:
 
        my $escaped = uri_escape( $original )
 
-       print "$string\n"; # 'Colon%20%3A%20Hash%20%23%20Percent%20%25%20'
+       print "$escaped\n"; # 'Colon%20%3A%20Hash%20%23%20Percent%20%25%20'
 
 To decode the string, use the C<uri_unescape> function: