Help for this page

Select Code to Download


  1. or download this
    find_string {
        my ($file, @strings) = @_;
    ...
        }
        die "Unable to find string: $string";
    }
    
  2. or download this
    find_string {
        my ($file, @strings) = @_;
    ...
        }
        die "Unable to find string: $string";
    }