Help for this page

Select Code to Download


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