I’ve recently inherited some code that hasn’t been touched in over 5 years.
It’s all cgi and OOPerl.
I’ve ran across this one statement that I don’t understand.
$self->log->error(*)
I know the self
and I’ve traced the error to CGI::Application through inheritance.
But it’s the ->log-> that has m
On Mon, Oct 6, 2014 at 6:33 AM, Patton, Billy wrote:
> I’ve recently inherited some code that hasn’t been touched in over 5 years.
> It’s all cgi and OOPerl.
> I’ve ran across this one statement that I don’t understand.
>
> $self->log->error(*)
That's calling the 'error()' method, on the result