Perl programmer for hire: download my resume (PDF).
John Bokma Perl
freelance Perl programmer

Comments: List installed DBI drivers

1 comment

The following Perl program, which hardly deserves the name program, prints a list of all installed DBI drivers. DBI is he standard database interface module for Perl.

Read the rest of List installed DBI drivers.

Comments

As a one-liner:

perl -MDBI -e 'print map "$_\n", DBI->available_drivers;'

Posted by Anonymous at 17:36 GMT on 12 November 2010

Post a comment

Note that your comment doesn't show up immediately. I review each comment before I add it to this site.

Check the Follow this page option if you want to receive an email each time a comment is posted to this page, including yours. A link to turn this option off will be included with each email.

Internet adresses will be converted automatically. You can use the following notation to specify anchor text for a link: [url=http://example.com/]example text[/url].