in reply to Re: new Class:: module to declare classes in Perl in the popular way: class foo extends bar { sub x($var){..} }
in thread new Class:: module to declare classes in Perl in the popular way: class foo extends bar { sub x($var){..} }

Well, you still can do push(@ISA,Bar);, but I can add class Foo extends Bar , Baz {}

Graciliano M. P.
"Creativity is the expression of the liberty".

  • Comment on Re: Re: new Class:: module to declare classes in Perl in the popular way: class foo extends bar { sub x($var){..} }
  • Select or Download Code