Help for this page

Select Code to Download


  1. or download this
    4 15 * * 1 /some/path/is_nth_weekday.pl && /your/path/yourscript
    
  2. or download this
    #!/usr/local/bin/perl -w
    # is_nth_weekday.pl -- exit successfully if today is the
    ...
    } else {
            exit 1;
    }