Subject: | Simple regexp search functionality |
I'm looking for a replacement for File::Data, which has problems going
into Debian. I'm currently using it in my module
RDF::Trine::Store::File. File::Slurp has most of what I need, but lacks
the simple search functionality of File::Data, i.e. something like
while (<>) { m/($regexp)/; push (@results, $1) if (defined($1));
That's of course not executable code, but I hope you get the idea. :-)
It would be really nice if you could add that.
Cheers,
Kjetil