http://www.perlmonks.org?node_id=266866


in reply to Nirvana through the templating yin yang (TT2 / CGI.pm)

You can do that already with the CGI plugin!
[% USE CGI %] [% CGI.textfield("name", "J. Random Hacker", 30) %]
No need to externally process the CGI object.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

Replies are listed 'Best First'.
Re^2: Nirvana through the templating yin yang (TT2 / CGI.pm)
by Aristotle (Chancellor) on Jun 18, 2003 at 16:26 UTC
    I know, but it's usually hard to write a CGI script without access to params via the CGI object. :) Admittedly I haven't even tried - but is it possible to instatiate a CGI object inside the main script and additionally use the TT2 CGI plugin?

    Makeshifts last the longest.