Help for this page
package ISLog::Config; use warnings; ... $cgv = $cgi->Vars(); 1;
use ISLog::Config qw/ :objects $cgv /;
print $cgi->header(); print "$_" for keys %$cgv;