Help for this page

Select Code to Download


  1. or download this
    my $app = Daemon->new(sleep => 60, mailLimit => 200);
    
    ...
        print scalar(localtime)." Sleeping 300 seconds...\n";
        sleep 10;
    }