Help for this page

Select Code to Download


  1. or download this
    $ perl -e '
    use strict;
    ...
    my $x;
    print $x;'
    Use of uninitialized value in print at -e line 5.
    
  2. 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 );
    
  3. or download this
    $sth = $dbh->prepare ("select Mother from Roster where User = \'$user\
    +'");