- or download this
use strict;
use warnings;
...
m/./ and print "success.\n";
# ... (more code) ...
}
- or download this
Use of uninitialized value in pattern match (m//)
at uninit.pl line 6, <STDIN> line 1.
- or download this
use strict;
use warnings;
...
m/./ and print "success.\n";
# ... (more code) ...
}