Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use warnings;
    ...
            }
            sleep $awhile;
    }
    
  2. or download this
    #!/usr/bin/perl -w
    use warnings;
    ...
    }
    # Don't alert if we complete successfully
    unlink $my_watched_file;