Jun 24, 2004 #1 nrich239 Programmer Jun 9, 2004 22 US I looked at the FAQ and none of the tutorials had anything about using a database with perl. Anyone got any links to a tutorial or can give me an ovierwiev of how to use, create, and edit databases with perl? Thanks, Nate
I looked at the FAQ and none of the tutorials had anything about using a database with perl. Anyone got any links to a tutorial or can give me an ovierwiev of how to use, create, and edit databases with perl? Thanks, Nate
Jun 24, 2004 #2 siberian Programmer Sep 27, 2003 1,295 US You want the DBI library, this is the generic perl interface to databases. This is one of those 'its such a common task no one wrote a tutorial' about it things, thats why your coming up empty. Search google for 'DBI Tutorial' Upvote 0 Downvote
You want the DBI library, this is the generic perl interface to databases. This is one of those 'its such a common task no one wrote a tutorial' about it things, thats why your coming up empty. Search google for 'DBI Tutorial'
Jun 24, 2004 #3 Rieekan Programmer Apr 2, 2001 737 US Actually, there are four FAQs regarding Database interaction with Perl. FAQ219-390 FAQ219-1467 FAQ219-1710 FAQ219-1711 - Rieekan Upvote 0 Downvote
Actually, there are four FAQs regarding Database interaction with Perl. FAQ219-390 FAQ219-1467 FAQ219-1710 FAQ219-1711 - Rieekan
Jun 24, 2004 #4 demon0 Programmer Jun 24, 2004 3 US http://search.cpan.org/~rudy/DBD-mysql-2.9003/lib/DBD/mysql.pm That website details the use of, specifically, DBD::mysql. Good luck, however, trying to install that module. It's been a pain for me... Upvote 0 Downvote
http://search.cpan.org/~rudy/DBD-mysql-2.9003/lib/DBD/mysql.pm That website details the use of, specifically, DBD::mysql. Good luck, however, trying to install that module. It's been a pain for me...
Jun 24, 2004 #5 siberian Programmer Sep 27, 2003 1,295 US I install DBD::Mysql all the time, no issues here but its always under unixy OS's. Upvote 0 Downvote