Help for this page

Select Code to Download


  1. or download this
    Here is my text file\n
    I want to save a bunch of\n
    ...
    my keywords.  This is one reason\n
    I was using slurp instead of reading\n
    in line by line
    
  2. or download this
    #!C:/Perl/bin -w
    use File::Slurp;
    ...
    {
    print "$1\n";
    }
    
  3. or download this
    keywords might be
    the phrase: these are my keywords
    ...
    span across lines like so: these are
    my keywords.  This is one reason
    I was us