Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #Volunteer.pl - Insert Volunteers into database
    ...
                              -vlink=>'99FF99',
                              -alink=>'black',
                              -style=>{'-src'=>'/CSS/stylesheet.css'});
    
  2. or download this
    # store subparent for each parent
    my %parent_hash = ( 'Father' => 'Mother',
    ...
            print $query->h3({-align=>'center'},
                  $query->a({href=>'Volunteer.pl'}, 'BACK'), '&nbsp',);
                  $query->end_html;