Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Max Submissions?

by ducky (Scribe)
on Sep 06, 2001 at 21:36 UTC ( [id://110654]=note: print w/replies, xml ) Need Help??


in reply to Re: Max Submissions?
in thread Max Submissions?

Building on the idea of flat files, one might be inclined to use DBD::CSV where a flat file gets the DBI treatment. I use this on hosts where I can't install a full database, but I need simple database access lest I be forced to code it all myself.

Of course, moving from an HTML file to flat files isn't trivial if you're knee deep in data already, but the transition would easily pay for itself when the entries gets into the 1000s and you need to go to a full database solution because (suprise!) the client side is already done! Just change the dbd connect statement at the top to point to oracle, postgres, mysql, what-have-you, let out an evil cackle or two, then go to your next project =)

-Ducky

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 08:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found