in reply to 500 server error with no explenation

a change from use CGI; to use CGI ':standard'; fixed the 500 error. why?

Replies are listed 'Best First'.
Re: Re: 500 server error with no explenation
by Zaxo (Archbishop) on Jul 14, 2001 at 09:24 UTC

    You are using the function interface instead of $query->method

    After Compline,
    Zaxo