I've searched google and read through my Cookbook text but can't put together a way of doing what I need to do, I hope someone may be able to help me.
I would like to use Perl on the command line to strip out a section of CODE from a HTML file, for example, I would like to strip out ...
So I would like to remove the comment tags and what lies between them from a HTML file, problem is this inner content is always changing, contains other HTML <> tags etc..