- or download this
use strict; use warnings;
...
my $rep = '';
$msg =~ s/$pat/$rep/;
print $msg, "\n";
- or download this
this is a test
- or download this
use strict; use warnings;
...
my $rep = '';
$msg =~ s/$pat/$rep/;
print $msg, "\n";
- or download this
a test
- or download this
perl -v
This is perl, v5.8.8 built for x86_64-linux-thread-multi-ld