use myModule; my $obj = myModule->new($options); while (1) { sleep(10); my $stats = $obj->getStats; DoSomeThingWith($stats); }