# The new Foo. package Foo; require System::Foo; @ISA = qw ( System::Foo ); ... 1;