Help for this page

Select Code to Download


  1. or download this
      $shift->caption($args->{'caption'});
      $shift->starts($args->{'starts'});
    ...
      $shift->saturday($args->{'saturday'});
      $shift->sunday($args->{'sunday'});
      $shift->holiday($args->{'holiday'});
    
  2. or download this
    $shift->$_( $args->{$_} ) foreach qw(
     caption
    ...
     sunday
     holiday
    );