in reply to Re: 'HTML formatter' script
in thread 'HTML formatter' script

I can try install a HTML::Tidy, but I have no idea about a web interface..
#!/usr/bin/perl -w use CGI::Carp qw(fatalsToBrowser); use strict; use lib '/local_path_to_perl/cgi-bin/lib/'; use warnings; use CGI; HTML::Tidy;