Jonathan Vanasco wrote:
sub handler {
$page= myapp::Page->new();
$page->whatever;
}
So, Page.pm defines an object... do you have Page.pm including other Exporter-style modules? And, do those work properly?
Thanks. Colin
Jonathan Vanasco wrote:
sub handler {
$page= myapp::Page->new();
$page->whatever;
}
So, Page.pm defines an object... do you have Page.pm including other Exporter-style modules? And, do those work properly?
Thanks. Colin