- or download this
package my::model::subclass;
...
);
# the rest of the package...
- or download this
package my::model;
...
# the rest of the code
}
}
- or download this
my $obj = my::model::subclass->new();
$obj->use_subclass_package_var('top_level_key');