
Zhris
User
Feb 27, 2011, 9:23 AM
Views: 2430
|
|
Re: [02walshe] Can't get PERL to process HTML form
|
|
|
Hello, Could you be more explicit than "error out", what is the error? I haven't tested but you are accessing the CGI module non OO, therefore I have a feeling you need to tell the module that. You'll also want to print a content type: Try replacing:
use CGI; use CGI ':standard'; print "Content-type:text/html\n\n";
(This post was edited by Zhris on Feb 27, 2011, 9:28 AM)
|