I have a webpage that I maintain on a reqular bases and I have decided to convert it to perl entirely. Now before you start thinking about mod_perl.... let me tell you that my web host doesn't have it installed and I don't think they will any time soon. Moving to another web host isn't an immediate option either. I was looking at one module (CGI.pm) I believe is the name and it outputs some ugly html when I viewed the source.... is there a way to make better formatted?
My website is uses frames and embedded perl scripts already
but I want to go pure perl....
To reiterate: What is the best way to turn a website from HTML to pure perl....