in reply to 'HTML formatter' script

Can you install it (HTML::Tidy) locally at your host? and use require some-module;

Ted

Replies are listed 'Best First'.
Re^2: 'HTML formatter' script
by Anonymous Monk on Apr 20, 2005 at 18:16 UTC
    Find already:
    http://htmltidy.movb.de/
Re^2: 'HTML formatter' script
by Anonymous Monk on Apr 20, 2005 at 17:50 UTC
    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;