Help for this page

Select Code to Download


  1. or download this
    use warnings;
    
    ...
    if ( $var =~ /$main::look{mom}/ ) {
        print "Guess what!  It matched!\n";
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    }
    __OUTPUT__
    Ewwwww!