in reply to Error in IIS server for Perl script
It appears you're working from some really, really old code examples: no warnings, no strict, cgi-lib, calling functions with &, writing old-style HTML by hand, ... I would strongly recommend using a newer codebase / tutorial! See e.g. UP-TO-DATE Comparison of CGI Alternatives.
|
|---|