diff options
-rwxr-xr-x | bin/uri | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -66,7 +66,10 @@ if ($opts{h}) { say STDERR ''; usage *STDERR; exit 2; -} elsif ($opts{d}) { +} + + +if ($opts{d}) { print URI::Escape::uri_unescape(<STDIN>); } else { print URI::Escape::uri_escape(<STDIN>); |