<<

NAME

C4::Scheduler - Module for running jobs with the unix at command

SYNOPSIS

  use C4::Scheduler;

DESCRIPTION

METHODS

get_jobs();

This will return all scheduled jobs

get_at_jobs();

This will return all At scheduled jobs

get_at_job($id)

This will return the At job with the given id

add_at_job ($time,$command)

Given a timestamp and a command this will schedule the job to run at that time

AUTHOR

Chris Cormack <crc@liblime.com>

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 105:

You forgot a '=back' before '=head1'

<<