Help for this page

Select Code to Download


  1. or download this
    <!DOCTYPE html>
    <html>
    <H3>Registration Form </H3>
    ...
            </form>
        </body>
    </html>
    
  2. or download this
    #!usr/bin/perl
    use strict;
    ...
    }
    my $emailid = $query->param("emailid");
    print ("$emailid");