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




<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


.



Relevant Pages

  • Re: Cant locate loadable object for module Tk::Event
    ... Sisyphus wrote: ... > Perl can't find the Parse_Datesubroutine. ... > simply Parse_Date, should fix the problem. ...
    (comp.lang.perl.modules)
  • Re: Backup of a subroutine
    ... >> I need to redefine localy one subroutine and have it correctlly after. ... > $ perl -e' ... > Teste 1 ... Prev by Date: ...
    (perl.beginners)
  • Re: SP1 Breaks Perl and Python
    ... >>> Perl and Active Python will no longer run??? ... Is this ActiveState Perl? ... Python) on my servers and need to fix this ASAP before ... Prev by Date: ...
    (microsoft.public.windows.server.networking)
  • Re: Small problems with cl-ncurses
    ... Maybe I can fix it there... ... Wish I knew Perl ... Brad ... Prev by Date: ...
    (comp.lang.lisp)
  • Re: idiom for managing passed arguments?
    ... > sub wanted ... Perl being Perl, there are several idiomatic ways to pass arguments to ... subroutine call and you can leave them out of the call. ... Prev by Date: ...
    (comp.lang.perl.misc)