On Mon, Mar 25, 2002 at 04:52:30PM -0500, Stephen wrote: > Undefined subroutine CGI::use_named_parameters at line 7
> CGI::use_named_parameters(1); This is a CGI question, not a DBI question, so it is off-topic for this mailing list. Refer to the docs for CGI; use_named_parameters() should be called as a method, not a subroutine. Ronald
