in reply to Re: Accessing source after downloading modules
in thread Accessing source after downloading modules

Of course, if you are using ActiveState Perl, you could use ppm. Just try either:

C:\Perl\>ppm3 install HTML::Parser C:\Perl\>ppm3 install HTML::Tree
or
ppm install HTML::Parser ppm install HTML::Tree

But actually, if you're only worried about finding the tags so that they can be later removed, you could use WAVE

WAVE is a pretty cool tool that you can pass a webpage, then it will graphically display what would cause accessibility issues. It actually even has a toolbar you can add to Internet Explorer(or probably any web browser), that you can use.

Hope this Helps.

Replies are listed 'Best First'.
Re: Re: Re: Accessing source after downloading modules
by Tricky (Sexton) on Aug 16, 2003 at 14:18 UTC
    Hi, Cheers for the tips. My project is based around using regexps to parse and remove HTML tags; WAVE looks cool, but can't use it! Having problems writing the mods I've made to the HTML code back to the source file on my hard drive. The 'writing to files on my hard drive' business has my legs in a twist! Rich