Help for this page
<form action="/cgi-bin/helpdesk.cgi" name="helpdesk"> <body style="background-color:yellow;"> ... <input type="text" width="40" name="name" /><br/> <input type="submit" name="submit" value="Submit Problem" /> </form>
#!/usr/bin/perl -w use strict; ... } else { display; }