On Wed, 09 Aug 2000 11:41:20 +0100, Hildo Biersma wrote:
>Could we agree on the idea that CGI.pm should be split up?
No. I could agree that
CGI->somemethod(@args);
would do exactly the same as
CGI::somemethod(@args);
i.e. no difference between function calls and class methods, unless the
method explicitely wants to know.
Why make module authors' life even more miserable?
Passing the class/object in a magic variable, e.g. $SELF, instead of in
the arguments list, is one way.
--
Bart.
- How to implement both object->method and module::fu... Garrett Goebel
- Re: How to implement both object->method and m... Bart Lateur
- Re: How to implement both object->method a... Jonathan Scott Duff
- Re: How to implement both object->meth... Hildo Biersma
- Re: How to implement both object->... Graham Barr
- Re: How to implement both object... Hildo Biersma
- Re: How to implement both ob... Philip Newton
- Re: How to implement bot... Hildo Biersma
- Re: How to implement bot... Graham Barr
- Re: How to implement bot... Bart Lateur
- Re: How to implement bot... Hildo Biersma
- Re: How to implement bot... Bart Lateur
- Re: How to implement bot... Graham Barr
- Re: How to implement bot... Graham Barr
- Re: How to implement bot... Bart Lateur
- Re: How to implement both object... John Berthels
- Re: How to implement both ob... Jonathan Scott Duff
- Re: How to implement bot... Graham Barr
- Re: How to implement bot... Chaim Frenkel
- Re: How to implement bot... Graham Barr
