in reply to Re: CGI::Widget::Tabs exposes login credentials in url.
in thread CGI::Widget::Tabs exposes login credentials in url.

my $q = CGI->new();
Actually:

my $obj->{'q'} = CGI->new();
I've never actually used CGI::Minimal or CGI::Simple. I've stuck with my tried and true tools.

-- Hugh

if( $lal && $lol ) { $life++; }