Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Perl beginner here, needs a shove in the right direction.

by RichardK (Parson)
on Jun 16, 2015 at 22:56 UTC ( [id://1130727]=note: print w/replies, xml ) Need Help??


in reply to Perl beginner here, needs a shove in the right direction.

Split your problem into pieces, you have two separate things to do :-

1) check a single file is in the correct format. Maybe write a function that takes file name and checks if it's ok.

2) find all the file names that need checking. glob is a good place to start.

Then you can work on each piece and get it working on it's own before getting them working together.

Log In?
Username:
Password:

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

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

    No recent polls found