in reply to Is it possible to print out CGI fields using the qq operator?
use CGI qq(:standard); print qq{ <sometag> @{[textfield(-name=>'cgifield',-size=>'20')]} <sometag> };
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Is it possible to print out CGI fields using the qq operator?
by Errto (Vicar) on Feb 23, 2005 at 04:52 UTC |