- or download this
use strict;
use warnings;
...
if ($abc =~ /[$test]/) { # <- LINE 11
print "passed 1st condition\n";
}
- or download this
Unmatched [ before HERE mark in regex m/[ << HERE ]/ at D:\try3.pl lin
+e 11.
- or download this
use strict;
use warnings;
...
#if ($abc =~ /[$test]/) { # <- LINE 11
print "passed 1st condition\n";
}
- or download this
Unmatched [ before HERE mark in regex m/[ << HERE ]/ at D:\try3.pl lin
+e 7.