CGI.pm note
Bradley Baetz
bbaetz at acm.org
Tue May 6 11:51:49 UTC 2003
On Sat, May 03, 2003 at 11:37:05PM +1000, Bradley Baetz wrote:
>
> b) The function has a prototype (For GetFormat, $;$$ would be used)
> _and_ its not being called like &GetFormat which bypasses prototypes
> (and its a function, not a method, because methods don't care about
> prototypes); or
So, as a followup to this, I'd like to recommend that we prototype stuff
where possible. This isn't possible from any required file (because
thats a runtime thing, not a compile time thing), and most of our
modules are OO things which also don't work with prototypes, but there
is stuff which can be handled that way.
Thoughts?
Bradley
More information about the developers
mailing list