Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Find file that contains "....." (command in Unix)

by Corion (Patriarch)
on Mar 28, 2003 at 07:54 UTC ( [id://246424]=note: print w/replies, xml ) Need Help??


in reply to Find file that contains "....." (command in Unix)

The module File::Find::Rule has a nice and easy interface to do this (as seen in the documentation) :

my @files = File::Find::Rule->grep( qr/^whatever is in the file$/ ) ->in('test');

perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://246424]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-19 07:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found