Help for this page

Select Code to Download


  1. or download this
    sub findtext
    {
    ...
            }
        }
    }
    
  2. or download this
        my %input;
        $input{$_} = undef for @$inputs;  # make this a hash
    ...
            # word along with "N" words of surrounding context
            # (left as an exercise...)
        }