Difference between revisions of "Perl DBI"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
 
(→‎Reference: a couple of functions)
Line 6: Line 6:
 
* {{wikipedia|Perl DBI}}
 
* {{wikipedia|Perl DBI}}
 
* [http://dbi.perl.org/ official web page]
 
* [http://dbi.perl.org/ official web page]
 +
==Notes==
 +
===functions===
 +
* [http://search.cpan.org/~timb/DBI-1.51/DBI.pm#execute execute]()
 +
* [http://search.cpan.org/~timb/DBI-1.51/DBI.pm#prepare prepare]()

Revision as of 23:32, 29 June 2006

Navbar

computing: software: Perl: DBI

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Overview

Perl DBI is the most common database API for the Perl programming language.

Reference

Notes

functions