- 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
- or download this
#!C:/Perl/bin -w
use File::Slurp;
...
{
print "$1\n";
}
- 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