Help for this page

Select Code to Download


  1. or download this
    my $noteshandler = $dbh->prepare($notessql);
                $noteshandler->execute($id, $version);
                
    ...
                }
    
                    $attrHashListRef->[$index]->{VALUE} = \@noteslist;
    
  2. or download this
        ###begin OUTER Table containing part list and selected part info
            $data .= $cgi->start_table({});
    
    ...
    
        $logger->info("Exiting renderView");
        return $data;