Re: Can't locate loadable object for module Tk::Event



Sisyphus wrote:
> Perl can't find the Parse_Date() subroutine. Where is it ? If it's a
> Tk::Event subroutine, then calling it as Tk::Event::Parse_Date(), instead of
> simply Parse_Date(), should fix the problem. Alternatively, you could import
> it - by loading Tk::Event with:
> use Tk::Event qw(Parse_Date);

Thanks for your help. I found the problem. I am using the wrong version
of Calc.pm.
Regards,

Balu

.



Relevant Pages