Help for this page

Select Code to Download


  1. or download this
    # result
    if ($count){
      print "$count matches\n";
    } else {
      print "No matches found\n";
    
  2. or download this
    # search text file
    open IN, '<',$file or die "Could not open $file : $!";
    ...
      }
     }
    }