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


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';