Help for this page
#!/usr/bin/perl -w use warnings; ... } sleep $awhile; }
#!/usr/bin/perl -w use warnings; ... } # Don't alert if we complete successfully unlink $my_watched_file;