X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=clearadm%2Findex.cgi;h=df9a74ad81a6f1a392fa7ca154e96d4f3eac2d0b;hb=29e7a76b102f27fe3017887c8936665ba9932d98;hp=76d3724238ea1f00971efa87de2c98065b428c22;hpb=a70e80a6af6e31d56b120348bc8bc23cdd6543f5;p=clearscm.git diff --git a/clearadm/index.cgi b/clearadm/index.cgi index 76d3724..df9a74a 100755 --- a/clearadm/index.cgi +++ b/clearadm/index.cgi @@ -42,7 +42,7 @@ use warnings; use FindBin; use Getopt::Long; -use CGI qw (:standard *table start_Tr end_Tr); +use CGI qw(:standard *table start_Tr end_Tr); use CGI::Carp 'fatalsToBrowser'; use Convert::Base64; @@ -58,7 +58,7 @@ use Utils; my $clearadm = Clearadm->new; # Main -GetOptions ( +GetOptions( 'usage' => sub { Usage }, 'verbose' => sub { set_verbose }, 'debug' => sub { set_debug },