in reply to Re: 'HTML formatter' scriptin thread 'HTML formatter' script
#!/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; [download]