in reply to Re: Links between Mason components?
in thread Links between Mason components?

Thanks. That was helpful (and, even more so, interesting).

The pseudo-singleton features of CGI made me unwilling to create a new CGI object in an environment that is likely already using a CGI instance. I guess I could dig into CGI.pm to see if my fears are unfounded with the current implementation and, also important, whether the documentation makes it clear that my fears should not become 'founded' in a future release of CGI.pm.

- tye        

  • Comment on Re^2: Links between Mason components? (CGI)

Replies are listed 'Best First'.
Re^3: Links between Mason components? (CGI)
by Anonymous Monk on May 18, 2012 at 03:49 UTC

    I guess I could dig into CGI.pm to see if my fears are unfounded with the current implementation and, also important, whether the documentation makes it clear that my fears should not become 'founded' in a future release of CGI.pm.

    Your fears are unfounded both according to the source and the docs

    To create an empty query, initialize it from an empty string or hash )

    I remember this from source diving (which CGI.pm encourages) in the year 2000