print hidden('cinfo'),hidden('pword'); # Or in OO style: my $q = CGI->new; print $q->hidden('cinfo'), $q->hidden('pword');