Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: I need "Antigrep"

by ikegami (Patriarch)
on Aug 15, 2006 at 18:12 UTC ( [id://567524]=note: print w/replies, xml ) Need Help??


in reply to Re^2: I need "Antigrep"
in thread I need "Antigrep"

Fixed. $fh was going out of scope prematurely when I used

if (!open(my $fh, '<', $filename)) { warn("Unable to open $filename: $!\n"); next; }

I'm not sure how xargs works, but I tested it using antigrep.pl c *

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-24 03:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found