On Sun, 2 Jun 2002, Sherzod B. Ruzmetov wrote: > I figured as long as the object has a param() method which is similar to > that of CGI.pm, it is compatible with the 'associate' switch of > HTML::Template. But Config::Simple doesn't seem to work with it. I > tested CGI::Session, and it worked as expected, whereas both of the > libraries (Config::Simple and CGI::Session) have param() methods that > act identical.
Just similar may not be enough. It must return all parameter names when called with no arguments, and it must return that parameter value when called with one argument. Many param() methods only implement the second part... -sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
