Re: Sources

2001-07-10 Thread Jason Purdy
ure if that's the right answer, though - GURUs: do databases answer anonymous requests & provide the names of the available sources, no matter who's requesting it? Jason - Original Message - From: "Guillaume Denizot" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]

Sources

2001-07-09 Thread Guillaume Denizot
Hello, when I execute this script : "#!/usr/bin/perl -w use DBI; print "Content-type:Text/html\n\n"; print "Pilotes disponibles:\n"; @drivers=DBI->available_drivers; foreach(@drivers) { print "$_ \n"; } $driver="mysql"; @sources=DBI->data_source