my $help = 0;
my $man = 0;
my $command_line_options = join(" ",@ARGV);
GetOptions(
'help|?' => \$help,
'man' => \$man,
unless ($confirm) {
pod2usage(1);
}
cronlogaction();
cronlogaction({ info => $command_line_options });
my %branches = ();
if (@branchcodes) {
cronlogaction({ info => "COMPLETED" });
1;
-