hi all

i've made a "daemon" with POE::Session and POE::Wheel::Run

but now i've a prob ...

this daemon have the possibility to reload a module (with signal -HUP)

this is the error

Variable "@ISA" is not imported at (eval 51) line 4, <CONF> line 1.
Variable "@EXPORT" is not imported at (eval 51) line 5, <CONF> line 1.
Variable "@EXPORT_OK" is not imported at (eval 51) line 7, <CONF> line
1.
Use of uninitialized value in numeric gt (>) at macro
substrate_main_loop (defined in
/usr/lib/perl5/site_perl/5.6.0/POE/Kernel/Select.pm at line 337) invoked
from /usr/lib/perl5/site_perl/5.6.0/POE/Kernel.pm line 1159.


the code (like what CPAN.pm does)

    local $/;
    open CONF, "../modules/Stats/list.pm";
    eval <CONF>;
    close CONF;


any ideias to pass this problem ?

()'s

-- 

-�-�-�-
Delfim Machado - [EMAIL PROTECTED]
SAPO :: Servi�o de Apontadores Portugueses - http://www.sapo.pt


'Sa�de e paz, que o resto a gente corre atr�s...'

Reply via email to