Help for this page

Select Code to Download


  1. or download this
    sub find_string {
        my ($file, @strings) = @_;
    ...
    }
    
    find_string('filename', "testing","link","rd");
    
  2. or download this
        open my $fh, '<', $file or die "File open fail ($file): $!";