Help for this page

Select Code to Download


  1. or download this
    
    
    ...
    $c->write;  ##write out to joe's crontab...
    $c->owner('bob'); #change user to bob
    $c->write;  #write same crontab to bob's crontab
    
  2. or download this
    my $crontab;
        if( my $owner = $self->owner ) {
    ...
        return 1;
    }