... use CGI ':standard'; .... print start_html('Get Email Address'), h3('Input the email address to receive the Download Link:'), startform("GET"), "Email Address : ", textfield("clientEmail",""), " ", submit("Submit"),"", endform(), ; ...