Sometime Today, Kenneth Gonsalves assembled some asciibets to say: > in cgi i have $template->param(USER => $user); > in the template i have an input with value = TMPL_VAR NAME=USER; > the user fills in the values > how do i access this value in my cgi script?
man CGI for the CGI part, and see the associate option of HTML::Template for an easy method to connect your CGI object to your template object. -- Spock: The odds of surviving another attack are 13562190123 to 1, Captain. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users
