Help for this page

Select Code to Download


  1. or download this
    my $record = $header_id->fetchrow_hashref;
    my $header_id_num = $record->{ 'id' };
    
  2. or download this
    $header_id = $dbh->prepare( $sql_command ) || die $dbh->errstr;
    $header_id->execute || die $dbh->errstr;