Re: Event-Module problems...

2002-01-10 Thread Jochen Stenzel
Hello, Bruno, > What i was looking for was a timoutmechanism to close idle sessions in a > script... From the description i think that the Event module is suited, yes, Event is well suited for this purpose. > i made the following testscript: > > #!/usr/bin/perl -w > use Event qw(loop); > requi

Event-Module problems...

2002-01-09 Thread Bruno Boettcher
Hello! sorry to bother, but i am kinda stuck trying to understand the Event::timer part... What i was looking for was a timoutmechanism to close idle sessions in a script... From the description i think that the Event module is suited, but i didn't manage to get an asynchronous system to work.