Help for this page

Select Code to Download


  1. or download this
    sub en_display {
        # Display 'full signup or enroll' form
    ...
            }
        }
        return $output;
    
  2. or download this
    # now we will make an object that relates to a single
    # record.  We know that our entry is id 1 since it is
    ...
    # Now $user contains all the information related to
    # the record in the database.  You can verify this with
    # Data::Dumper if you want.