- or download this
#!/usr/bin/perl -w
use strict;
...
[2.9] =~ //i | no match <-- unexpected
[E] =~ /^C$/i | no match
[1.3.1] =~ //i | no match <-- unexpected
- or download this
#!/usr/bin/perl -w
use strict;
...
[2.9] =~ //i | no match <-- unexpected
[E] =~ /^C$/i | no match
[1.3.1] =~ //i | no match <-- unexpected