Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^5: Range File Open

by amarquis (Curate)
on Mar 04, 2008 at 17:02 UTC ( [id://671936]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Range File Open
in thread Range File Open

Well, you'd fill in the...

#decide whether or not this is a file the user wants ...

... section with code that checked the files in the directory against what the user has selected. For example, you might look at the date part of the filename, and see if it is in the range that you get from the variables you already pull out of the user query ($get_file_from and $get_file_to)

In pseudocode:

foreach file in the directory { get the date from the filename check if it is in the $get_file_from to $get_file_to range if so, add it to @files } later foreach @files { open and process }

Log In?
Username:
Password:

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

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

    No recent polls found