Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: question on File::Find (cd)

by skyworld_chen (Acolyte)
on Oct 31, 2012 at 01:43 UTC ( [id://1001585]=note: print w/replies, xml ) Need Help??


in reply to Re: question on File::Find (cd)
in thread question n File::Find

thank you for your reply. I tried your code and it WORKS! thank you very much and thanks for every one who had replied my questions.

by the way, I would like to do some operation to the file, I tried some code like this:

print "hello 1\n" if (-r $_); my @matching = grep {/$my_pattern/} <$_>;

I failed with this code. I have to

open $filehandle,"<", $_" or die .... my @matching = grep {/$my_pattern/} <$_>;

did I do something wrong? or is there any better way to do grep or similar operateion in the $_? thanks.

Replies are listed 'Best First'.
Re^3: question on File::Find (cd)
by aitap (Curate) on Oct 31, 2012 at 15:50 UTC
    Use File::Slurp to read a file in one command.
    Sorry if my advice was wrong.

      thanks

Log In?
Username:
Password:

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

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

    No recent polls found