First page Back Continue Last page Image
- #!/usr/bin/perl
- # ONLY EDIT THIS PART OF THE SCRIPT!!!!
- #######################################
- # The URL you want the person sent to after they fill in the form.
- $backurl = "http://www.nicoleanddebbie.com/classes";
- ## The text that appears in the URL link above on the response web page.
- $backname = "Main Page";
- # Your E-mail address you want completed forms sent to.
- $yourmail = 'ncook@marin.edu';
- # DO NOT EDIT BELOW THIS LINE!!!!
- #################################################################
- #################################################################
- ######################################################################
- # BEFORE TRYING TO EDIT THIS SCRIPT, READ THE README FILE