On 4/29/07, Ovid <publiustemp-p5p3@yahoo.com> wrote: So: use parent qw( a b ); would be exactly equivalent to: use base qw( a ); BEGIN { a->import('b') } ? FWIW `parent' as opposed to `base' doesn't make me think "ah, this'll call import too" as much as it makes me wonder what (if any) is the difference between a base and a parent package.Thread Previous | Thread Next