- or download this
$ perl -e '
use strict;
...
my $x;
print $x;'
Use of uninitialized value in print at -e line 5.
- or download this
$user = $dbh->quote( $user );
my ( $field, $sub_parent ) = $parent eq 'Father'
...
{
$sth = $dbh->prepare ("select max(Number) from Volunteer where
+ Date = ? and Volunteer = 'TBD'");
$sth->execute ($date );
- or download this
$sth = $dbh->prepare ("select Mother from Roster where User = \'$user\
+'");