Help for this page
<html> <head> ... </form> </body> </html>
#!/usr/bin/perl use strict; ... print "</form>\n"; print "</body>\n"; print "</html>\n";