From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

our @ISA = qw(Perlmazing::Listable);
sub main {
$_[0] =~ s/'/\\'/g if defined $_[0];
}
1;