http://qs321.pair.com?node_id=433505

hok_si_la has asked for the wisdom of the Perl Monks concerning the following question:

I am attempting to avoid the following syntax structures.
###-- using cgi.pm print qq{ <sometag> }; print textfield(-name=>'cgifield',-size=>'20'); print qq{ <sometag> };