#!C:/perl/bin/perl.exe use CGI; $query = new CGI; print $query->header; print $query->start_html(-title=>'Password demo'); print ""; print "
"; print "
Welcome! To begin the session, please enter your Personal Identification Number (PIN) and password.

"; print "
PIN
Password
"; print ""; print "
"; print $query->end_html;