use POE;
POE::Session->create(
inline_states =>{
_start => \&hola_mundo,
},
);
$poe_kernel->run();
sub hola_mundo{
print "hola mundo\n";
}
Fecha actual 2026-03-13 06:15 @302
News of Mundo PerlMensajes totales 36895 • Temas totales 7436 • Usuarios totales 1983