Perl DBI: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary |
→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
computing: software: Perl: DBI<hide>
page status::seed
</hide>
|
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
- Wikipedia (Perl DBI)
- official web page
