- or download this
#!/usr/bin/perl
use warnings;
use strict;
...
print "no match!\n";
}
}
- or download this
Before regex, $var: foo.Bar
no match!
Before regex, $var: for.bar
$var: for.bar
- or download this
Before regex, $var: foo.Bar
$var: foo.Bar
Before regex, $var: for.bar
$var: for.bar