SDL::Timer(r) User Contributed Perl Documentation SDL::Timer(r) NAME SDL::Timer - a SDL perl extension SYNOPSIS $rect = new SDL::Timer { print "tick"; 4000; } -delay => 4000; DESCRIPTION "SDL::Timer" provides an abstract interface to the SDL::Timer callback code. SDL::Timer::new requires a sub- routine and a delay at which is the initial interval between the creation of the timer until the first call to the subroutine. The subroutine must return a value which is the delay until the it is called again. AUTHOR David J. Goehrig SEE ALSO perl(l) SDL(L) perl v5.6.1 2002-04-05 SDL::Timer(r)