On Sun, Nov 10, 2002 at 07:58:40AM +0530, Kenneth Gonsalves wrote:
>am working on it. still not figured it out!. it appears as if the motto of 
>html::template is 'its more blessed to give than receive" - meaning that all 
>the tutorials on the subject show how to send data to the template, but none 
>show how to retrieve data from it! could anyone point me to some app where 
>this is done (without using cgi::application)

Hang on; there are two things that you might mean here. Do you want to
pull the value out of the _template object_, after you've put it in
further up the script (in which case you use the query method)? Or do
you want to pull the value out of CGI parameters (i.e. it's something
that the user has changed before submitting a form, or something of that
sort)? In that case, it's nothing to with with HTML::Template at all -
that's purely the CGI module's job.

Roger


-------------------------------------------------------
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

Reply via email to