Help for this page

Select Code to Download


  1. or download this
    ($s1, $s2, $s3, $mon, ... , $sun) = split (/ /);
    
  2. or download this
    ($s1,$s2, $s3, $mon, $tue, $wed, $thu, $fri, $sat, $sun) = split (/ /)
    +;
    $alldays = ($mon, $tue, $wed, $thu, $fri, $sat, $sun);
    $alldays2 = lc($alldays);
    print "$alldays2\n";