The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789101112 use Perlmazing;use URI::Escape;our @ISA = qw(Perlmazing::Listable);sub main { if (defined $_[0]) { $_[0] =~ s/\+/%20/g; $_[0] = uri_unescape($_[0]); }}1;
use
Perlmazing;
URI::Escape;
our
@ISA
=
qw(Perlmazing::Listable)
;
sub
main {
if
(
defined
$_
[0]) {
[0] =~ s/\+/%20/g;
[0] = uri_unescape(
[0]);
}
1;