Hello all,
Some time ago I started rewriting an old reporting system I've made,
trying to add some funcionalities and making it run faster. One of the main
problems is that, depending on the report choosen by the user, the result is
a VERY BIG list. I cant use mod_perl (at least for a while), so I was
thinking about using CGI::Simple instead of CGI and HTML::Template::Pro
instead of HTML::Template.
Is there any known compatibility problem if I change these modules? If
its OK, which is the best way of changing HTML::Template to
HTML::Template::Pro?
Thanks,
Oberdan