What resources are you concerned about? It appears most of CGI.pm is
autoloaded at first usage, which should help matters of CPU and memory
usage.
Maybe this is just my inexperience showing here, but I was under the
impression that when you attached a module (i.e. use CGI.pm), it was
compiled w
This is one of the things CGI::Safe does, it is really just a wrapper
around CGI.pm but it allows you to do it without having to edit the
source, or to set it in every script, which is actually pretty nice.
Yes, inspection of the CGI::Safe source indeed shows this. Bottom line,
I was trying to ma
I'm relatively inexperienced at using this module as I've always
preferred coding my own cgi functions. A question:
If one were to use the CGI::Safe CGI subclass to turn-off uploads, does
this shut off uploads in general for the cgi session or is it required
that one use CGI form objects to ta