package RunApp::Control::ApacheCtl; use strict; use base qw(RunApp::Template RunApp::Control); sub dispatch { my ($self, $cmd) = @_; system ($self->{file}, $cmd); # XXX: handle error die $! if $?; } =head1 NAME RunApp::Control::ApacheCtl - Class for invoking apachectl =head1 SYNOPSIS see RunApp::Apache =head1 DESCRIPTION The class writes to the F-style control file with L