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]

Reply via email to