Help for this page

Select Code to Download


  1. or download this
    sub Schedule {
            my ($self) = @_;
    ...
                   &{$code}($self))
            }
    }
    
  2. or download this
    use base A ....
    
    ...
    
    sub AddLocalTime {
    }