Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
       $flag++, last if /\w\d/;
    }
    print "foo's found in list\n" if $flag;
    
  2. or download this
    use strict;
    
    ...
       }
    }
    print "foo's found in list\n" if $flag;