Code:
start_form("get"); #will start the form print "What's the User name? ",textfield(-name=>'Username',-value=>'user'), #will get the user name p, #this gives a new paragraph "Please enter your password: ",textfield(-name=>'password',-value=>'pass'), #will get the password #to validate is the problem
Leave a comment: