in reply to Re: interfacing between perl and a database
in thread interfacing between perl and a database

Good point biker.

You can actually start out using DBD::CSV which actually uses text files and then move onto a real database file. That would allow you to focus on learning just the DBI/DBD part of the piece and then when you are comfortable with it, move on to putting in a real database.

Disclaimer: This is in theory, ie. this is how it should work. Never tried it so am not sure if there are any practical problems involved. Would someone who has attempted something similar please speak up.

  • Comment on Re: Re: interfacing between perl and a database

Replies are listed 'Best First'.
Re: Re: Re: interfacing between perl and a database
by Baz (Friar) on Nov 17, 2001 at 06:08 UTC
    THanx guys, its been steam ahead with mysql all week and im finally there - atlast, a proper database.
Re: Re: Re: interfacing between perl and a database
by Baz (Friar) on Nov 17, 2001 at 06:09 UTC
    THanx guys, its been full steam ahead with mysql all week and im finally there - atlast, a proper database.