Help for this page
my $timer; $timer = Timer->new( ... }, period => 5, )
my $timer = Timer->new( callback => sub { ... }, period => 5, )