in reply to OOP related, using methods in another object without inheriting them.
needs to be:my $ref = new Lady_TM("$self{'access_log_path'}");
my $ref = new Lady::Lady_TM("$self{'access_log_path'}");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: OOP related, using methods in another object without inheriting them.
by Steeeeeve (Initiate) on Feb 05, 2001 at 21:53 UTC |