Re: Perl Callbacks not working

2002-05-01 Thread Mark Fowler
On Tue, 30 Apr 2002, Vitor wrote: use strict; use Mail::CClient qw(set_callback); set_callback (login= sub { return (login,password); } ) I don't see any reason why this shouldn't work. Acmemail (which runs fine under mod_perl) uses Mail::CClient with callbacks without problem. I think

RES: Perl Callbacks not working

2002-05-01 Thread Vitor
, Vitor -Mensagem original- De: Mark Fowler [mailto:[EMAIL PROTECTED]]Em nome de Mark Fowler Enviada em: quarta-feira, 1 de maio de 2002 06:27 Para: Vitor Cc: [EMAIL PROTECTED] Assunto: Re: Perl Callbacks not working On Tue, 30 Apr 2002, Vitor wrote: use strict; use Mail::CClient qw

Perl Callbacks not working

2002-04-30 Thread Vitor
Hello, I am trying to use a Perl Module that is an interface to a C Library. These module use some callbacks , like these perl Code: use strict; use Mail::CClient qw(set_callback); set_callback (login= sub { return (login,password); } ) I think this is related with the cacching feature of