Help for this page

Select Code to Download


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