How would I implement this example to parse an HTML file? I know I'm
missing something because I don't see a place in the module, or
whatever this is, for the HTML file to be referenced. Just assume I
know very little.

package CommentStripper;
  require HTML::Filter;
  @ISA=qw(HTML::Filter);
  sub comment { }  # ignore comments

I have ActiveState 5.8 installed, but I'm a complete n00b, if that
wasn't already obvious.

Thanks,


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to