Help for this page

Select Code to Download


  1. or download this
    while (1) {
       if (-f $fn) {
    ...
       ## pause 5 minutes before checking again
       sleep 300;
    }
    
  2. or download this
    while (1) {
       if (-f $fn) {
    ...
       ## pause 5 minutes before checking again
       sleep 300;
    }