Re: perl 5.6.0 stdlib stats

2000-09-11 Thread John Berthels
> Alongside giving consistent APIs I think perl6 should also give consistent > documentation format. Are there any proposals to add per-argument markup to POD so that these could be generated automatically? (Even in the 'locally preferred style' if necessary). jb

Re: How to implement both object->method and module::function interface?

2000-08-16 Thread John Berthels
> There has been some suggestion of perl not putting the object in the argument > list when calling a method, but instead having a special var. > > If that happens we should be able to test the special var for defined-ness > to determine how we were called. > > Just a thought. Perl RFC97 sugge