Message-ID: <
20030419151344.28237.qmail@plover.com>
p4raw-id: //depot/perl@19328
use Time::HiRes qw ( setitimer ITIMER_VIRTUAL time );
- $SIG{VTLARM} = sub { print time, "\n" };
+ $SIG{VTALRM} = sub { print time, "\n" };
setitimer(ITIMER_VIRTUAL, 10, 2.5);
=head1 C API