Help for this page

Select Code to Download


  1. or download this
    loop:
    
    ...
      sleep($interval*60);
      goto("loop");
    } # end-if
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    } # end-if
    
    exit;