in reply to Error using HTML::Template

Line 56 in base.pm reads:
next if $pkg->isa($base);
Based on the error message, it looks like the $pkg is Cwd. I'm guessing that perl can't find the object method because the class isn't loaded properly. Does the target Web server have Cwd.pm in an included directory?

        $perlmonks{seattlejohn} = 'John Clyman';

Replies are listed 'Best First'.
Re: Re: Error using HTML::Template
by Anneq (Vicar) on Dec 11, 2003 at 19:30 UTC

    John,

    Thank you for responding. The target web server has Cwd.pm so that is not my problem.

    Thanks,

    Anne

    Anneq