Help for this page

Select Code to Download


  1. or download this
    my $name = undef;
    
    ...
      }
    }
    # here, $name will be defined if one of above succeeded
    
  2. or download this
    my $rv = $dbh->selectcol_arrayref( $sql, undef, $user );