NAME
Perlbug::Database - Bug support functions for Perlbug
DESCRIPTION
Access to the database for Perlbug
SYNOPSIS
my $o_db = Perlbug::Database->new;
my @tables = $o_db->query('show tables');
print "tables: @tables\n";
METHODS
- new
- dbh
-
Returns database handle for queries
AUTHOR
Chris Masto chrism@netmonger.net and Richard Foley perlbug@rfi.net Oct 1999 2000 2001
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 102:
=pod directives shouldn't be over one line long! Ignoring all 10 lines of content