Hi all,
Is it possible to pass objects back to a perl program as hidden variables? I tried...
Template:
<input type=hidden name=session value=[% session %]>Subroutine:
my $session = $q->param('session');
my $uid = $session->param('uid');which failed miserably. Any help would be greatly appreciated.
Thanks, Jon
_______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
