Joshua Chamas wrote:
> If you are using CGI.pm object methods, I would worry about calling
> all those methods to build your HTML and if you are performance
> minded, I would use them frugally.
>
IIRC, CGI.pm is actually slower to run the functional syntax than the object
syntax. This is because accessing CGI's functions end up getting dispatched
through a complex autoload(ish) mechanism.

I haven't benchmarked this though, so it's only theory!


Reply via email to