in reply to Re^6: Tk Bind scalar
in thread Tk Bind scalar
I am Running Active State Perl 5.88 build 819 on a XP, with HiRes 1.86 any pointers would be greatly apprenticed, however if HiRes will not run on my system I will rewrite with POE thanks Skywalkeruse Time::HiRes qw(tv_interval); use Time::HiRes qw ( setitimer ITIMER_VIRTUAL time ); $SIG{VTALRM} = sub { print time, "\n" }; setitimer(ITIMER_VIRTUAL, 10, 2.5);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Tk Bind scalar
by zentara (Cardinal) on Feb 24, 2009 at 15:48 UTC | |
by skywalker (Beadle) on Feb 24, 2009 at 18:48 UTC |