Welcome to the Monastery | |
PerlMonks |
Re: Re: Re: An odd flat file database questionby arturo (Vicar) |
on Feb 08, 2001 at 19:23 UTC ( [id://57186]=note: print w/replies, xml ) | Need Help?? |
There are a couple, but they all involve changing the format in which your data is stored. As others in this thread have mentioned, you can use DB_File and its ilk, or (my recommendation) an RDBMS like MySQL or Postgres (both available for the cost of a download, with plenty of online help). Perl's DBI interface is robust and mature, so you shouldn't have too much trouble making the transition. It can't hurt to know some SQL =) Philosophy can be made out of anything. Or less -- Jerry A. Fodor
In Section
Seekers of Perl Wisdom
|
|