Re: S10/11 Questions

2004-11-13 Thread Smylers
Larry Wall writes: > On Wed, Nov 10, 2004 at 01:12:46PM -0600, Rod Adams wrote: > > : /usr/bin/perl6forces perl6 > : /usr/bin/ponieforces ponie > : /usr/bin/perl5p alias for ponie, as some sites might find the term > : "ponie" too removed from "perl" > : /usr/bin/perluses other rul

Re: S10/11 Questions

2004-11-10 Thread Larry Wall
On Wed, Nov 10, 2004 at 01:12:46PM -0600, Rod Adams wrote: : Larry Wall wrote: : : >On Tue, Nov 09, 2004 at 09:18:47PM -0600, Rod Adams wrote: : >: Can we get an AUTOCLASS/AUTOCLASSDEF hook pair? : > : >Considering a class is just a variable in another symbol table, seems : >like an AUTOVAR in the

Re: S10/11 Questions

2004-11-10 Thread Rod Adams
Larry Wall wrote: On Tue, Nov 09, 2004 at 09:18:47PM -0600, Rod Adams wrote: : Can we get an AUTOCLASS/AUTOCLASSDEF hook pair? Considering a class is just a variable in another symbol table, seems like an AUTOVAR in the container might cover it. I guess I don't understand enough of how P6 is bei

Re: S10/11 Questions

2004-11-09 Thread Larry Wall
On Tue, Nov 09, 2004 at 09:18:47PM -0600, Rod Adams wrote: : Can we get an AUTOCLASS/AUTOCLASSDEF hook pair? Considering a class is just a variable in another symbol table, seems like an AUTOVAR in the container might cover it. : How does one create a class with a hyphen in the middle of it? Why

S10/11 Questions

2004-11-09 Thread Rod Adams
Some questions: - Can we get an AUTOCLASS/AUTOCLASSDEF hook pair? - How does one create a class with a hyphen in the middle of it? If I say: use Foo-Bar; will it complain about not finding a Bar version of Foo? Would I instead need to say: use 'Foo-Bar'; use Foo\-Bar; use ('Foo-Bar'); $x