Published in: Perl
#!/usr/bin/env perl use DBI; #use strict; foreach( @{ $DBI::EXPORT_TAGS{ sql_types } } ) { }
You need to login to post a comment.
Learning Perl
In this smooth, carefully paced course, a leading Perl trainer teaches you to program in the language that threatens to make C, sed, awk, and the Unix shell obsolete for many tasks. This book is the "official" guide for both formal (classroom) and informal learning. It is fully accessible to the novice programmer.
gdonald on 09/27/06
Published in: Perl
#!/usr/bin/env perl use DBI; #use strict; foreach( @{ $DBI::EXPORT_TAGS{ sql_types } } ) { }
You need to login to post a comment.