Help for this page

Select Code to Download


  1. or download this
    
    print $query->header, start_html, start_form,
    ...
    my @answer = $query->param('list');
    my $pet = $answer[0] || '';