#!/usr/bin/perl -T use warnings; use strict; use Simba::CA; $ENV{PATH} = "/usr/bin"; my $ca = Simba::CA->new(); $ca->run();