Help for this page

Select Code to Download


  1. or download this
    sub find_string {
        my ( $file, $string, $negative ) = @_;
    ...
    find_string('search2.txt', 'name: abc ', 1 );
    # or
    find_without_string('search2.txt', 'name: abc ' );