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 mod_perl that need to
be disabled for pages that uses these callbacks.
Thanks in advance,
Vitor
