<> "Darren" == darren chamberlain <[EMAIL PROTECTED]> writes:
Darren> I recently started looking at the HTML:Stream package, and it looks
Darren> pretty interesting.
Yes it seems interesting but I'll definitivefy try to switch to templates,
BTW the new CGI("") approach Bruce noticed seems to be an interesting one
too, maybe by subclassing CGI pkg ?
Darren> The only thing(s) I don't like about it are that it calls print on
Darren> its own, rather than returning strings, but that is easily fixed.
Yes by using:
use HTML::Stream qw(:funcs);
print html_tag('A', HREF=>$link);
print html_escape("<<Hello & welcome!>>");
But this is not what I'll call a complete html generator as it do not know
html tags by itself.
Too many choices with all that wild perl modules ;-) that's good thing!
But I really suggest that the pb w/ CGI eating the post data be clearly
reported in the mod_perl Guide and FAQ.
regards
--
/ From the last station before the end of the neT \
\ Centre d'Etudes de la Navigation Aerienne, div SSS /
/ 7, av edouard Belin - 31055 Toulouse CEDEX - France \
\ Tel:(+33|0)5.62.25.95.22 | Fax:(+33|0)5.62.25.95.99 /