Help for this page

Select Code to Download


  1. or download this
    print "$pattern not found in $file\n" if not $found;
    
  2. or download this
    print "$pattern not found in $file\n" unless $found;