- or download this
my $re;
$re = qr{
...
)*
}x;
/^$re\z/;
- or download this
my $re;
$re = qr{
(?:
...
print "$_ did not match\n";
}
}
- or download this
my $re;
$re = qr{
...
print "$_ did not match\n";
}
}
- or download this
my $re;
$re = qr{
...
print "$_ did not match\n";
}
}