Help for this page

Select Code to Download


  1. or download this
      use constant SATURDAY => 6;
      use constant SUNDAY => 0;
      if ($day != SATURDAY && $day != SUNDAY) { ... }