Re: Can't locate loadable object for module Tk::Event
- From: "Sisyphus" <sisyphus1@xxxxxxxxxxxxxxxxx>
- Date: Tue, 19 Jul 2005 17:03:24 +1000
<balu422@xxxxxxxxx> wrote in message
>
> [Mon Jul 18 11:45:55 2005] aaamain.cgi: Undefined subroutine
> &main::Parse_Date called at
> /opt/SUNWwbsvr/ssl/dodnic.portal/cgi-bin/aaa/aaamain.cgi line 118, line
> 1.
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);
Cheers,
Rob
.
- Follow-Ups:
- Re: Can't locate loadable object for module Tk::Event
- From: balu422
- Re: Can't locate loadable object for module Tk::Event
- From: balu422
- Re: Can't locate loadable object for module Tk::Event
- References:
- Can't locate loadable object for module Tk::Event
- From: balu422
- Re: Can't locate loadable object for module Tk::Event
- From: Sisyphus
- Re: Can't locate loadable object for module Tk::Event
- From: balu422
- Can't locate loadable object for module Tk::Event
- Prev by Date: Re: How to Install Inline:CPP module
- Next by Date: Re: How to Install Inline:CPP module
- Previous by thread: Re: Can't locate loadable object for module Tk::Event
- Next by thread: Re: Can't locate loadable object for module Tk::Event
- Index(es):
Relevant Pages
|