use strict; use warnings; package My::Mondo::Class; # methods and variable initializations that depend only # on stuff declared in My::Mondo::Class or earlier parts # in the sequence, i.e. if this is My::Mondo::Class_2 then # it only references variables and methods in # My::Mondo::Class and My::Mondo::Class_1