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