Help for this page

Select Code to Download


  1. or download this
    <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>
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    } else {
         display;
    }