On Tuesday 04 September 2001 11:17 am, Garrett Goebel wrote: > > Er, scratch this. Blows up if the sub isn't prototyped. A > > much *better* way is to make the prototype of any sub a > > property (trait) of that sub. We can always query for a > > property. > > This is possible now: > > $foo = sub ($) { print "hello world\n" }; > print prototype $foo; Well, it's nice to know that when I reinvent the wheel, it's still round. -- Bryan C. Warnock [EMAIL PROTECTED]
- Re: Prototypes Bryan C . Warnock
- Re: Prototypes Dan Sugalski
- Re: Prototypes Bryan C . Warnock
- Re: Prototypes Ken Fox
- Re: Prototypes Bryan C . Warnock
- Re: Prototypes Dan Sugalski
- Re: Prototypes Damian Conway
- Re: Prototypes Damian Conway
- Re: Prototypes Bryan C . Warnock
- RE: Prototypes Garrett Goebel
- Re: Prototypes Bryan C . Warnock
- Re: Prototypes Damian Conway
- Re: Prototypes Daniel Grunblatt
- Re: Prototypes John Porter
- Re: Prototypes Daniel Grunblatt
- Re: Prototypes Dan Sugalski