Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Pattern Matching

by Crian (Curate)
on Nov 19, 2008 at 13:24 UTC ( [id://724574]=note: print w/replies, xml ) Need Help??


in reply to Pattern Matching

I would suggest you to use strict; and use warnings;.

There are missing the opening " characters in your error handling on opening the file.

If I understand your problem, perhaps grep is the tool you are looking for, not Perl's grep, the one of your operating system.


You can't use the same filehandle 'File' for two different files. And I suggest lexically filehandels.


cnt++; is no Perl construct. I guess you want wto say $cnt++;. Id would be finde, if you would only show us code, that runs without errors and warnings.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-18 01:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found