Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
feyd wrote:Although it's been a seriously long time since I used Perl, so I won't go down that road. But what about Tidy?
HTML::Clean minimizes the HTML (stripping the whitespace and comments safely) though I think I could get Tidy to do that, it would be a lot more work.
I'm going to be using HTML::Clean in a perl script that syncs my development and production servers. I've been stripping the whitespace using "PHP -w" but that doesn't touch the HTML. Adding HTML::Clean will fix that problem. [... and I won't feel so guilty about all my pretty HTML anymore either. ]
Think I'll just have to have a look at HTML::Clean's PM to ease my nagging doubts. Wish CPAN had annotation like the PHP Manual.