Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Searching text files

by aquarium (Curate)
on Sep 14, 2006 at 18:26 UTC ( [id://572971]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    grep $phone_num file1 file2 file3
    
  2. or download this
    my $result = `grep $phone_num file1 file2 file3`;
    if($result) {
      print "number is in blocked list";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-19 06:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found