- or download this
my %conv = ( '*' => '?', '?' => '#' );
my $conv = quotemeta(join('', keys(%conv)));
...
}
print($result, "\n");
- or download this
my $string = 't?e\\\\xt\\\\* with escapes\\*';
...
}
print($result, "\n");
- or download this
my $string = 't?e\\\\xt\\\\* with escapes\\*';
...
}
print($result, "\n");