http://qs1969.pair.com?node_id=56447


in reply to OOP related, using methods in another object without inheriting them.

The most obvious problem I can see is:
my $ref = new Lady_TM("$self{'access_log_path'}");
needs to be:
my $ref = new Lady::Lady_TM("$self{'access_log_path'}");