In article <[EMAIL PROTECTED]>,
Joshua N Pritikin <[EMAIL PROTECTED]> writes:
> Try running the same with
>
> $Event:DebugLevel = 1;
>
>> Or is this an Event bug ?
>> (all of this is with Event version 1.0 under perl 5.8.2 on a linux machine
>
> Yah, it's probably a bug.
>
Mm, does th
On Mon, May 24, 2004 at 07:13:12PM +, Ton Hospel wrote:
> The docs don't seem to mention what happens to an Event loop() if there
> are no event sources anymore. I hoped it would unloop automagically,
Yah, it should.
> and it at least *seemed* to until I tried:
>
> #!/usr/bin/perl -wl
> use
The docs don't seem to mention what happens to an Event loop() if there
are no event sources anymore. I hoped it would unloop automagically, and
it at least *seemed* to until I tried:
#!/usr/bin/perl -wl
use strict;
use Event qw(loop unloop);
my $read_refs;
unless (@ARGV) {
Event->timer(after