Rick Delaney <[EMAIL PROTECTED]> writes:

>     use strict;
>     package Foo::Bar;
>     our @ISA = qw(Foo);
>     
>     package Foo::Baz;
>     our @ISA = qw(Foo);

This is where we have "use base" for.

-- Johan

Reply via email to