Help for this page
{ package Foo; sub new { bless {}, shift } ... use base 'Foo'; # Bar specific methods }