http://www.perlmonks.org?node_id=38413


in reply to Method Not Allowed

Take one step at a time- test a bland CGI like this:
use CGI qw/:standard/; print '<html><head><body>hi';
Then you're SURE to find out where the error is (since it's not in the bland CGI).

Replies are listed 'Best First'.
RE: Answer: Method Not Allowed
by AgentM (Curate) on Oct 25, 2000 at 20:22 UTC