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:
orC:\Perl\>ppm3 install HTML::Parser C:\Perl\>ppm3 install HTML::Tree
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 |