Help for this page

Select Code to Download


  1. or download this
    open DATAFILE ">>$datadir/$sessid";
    foreach $thing (keys %formdata) {
         print DATAFILE "$thing: $formdata{$thing}\n";
    
  2. or download this
    if ($formToShow eq 'form1') {
         if ($sessionData{form1} eq 'True') {
             #Populate form fields here
         } else { #display unpopulated form here }