Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Have a multiple file in directory and want to manipulate in each files in incremental order. All the file have same value.

by graff (Chancellor)
on Dec 23, 2014 at 09:05 UTC ( [id://1111161]=note: print w/replies, xml ) Need Help??


in reply to Re: Have a multiple file in directory and want to manipulate in each files in incremental order. All the file have same value.
in thread Have a multiple file in directory and want to manipulate in each files in incremental order. All the file have same value.

Or, to put that into "plain English" perl:
for my $fileName ( @files ) { next unless -f $fileName; ... }
  • Comment on Re^2: Have a multiple file in directory and want to manipulate in each files in incremental order. All the file have same value.
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-26 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found