in reply to Re: Using HTML::Parser for simple tag removal
in thread Using HTML::Parser for simple tag removal

#!/usr/bin/perl -w
is the same thing as
use warnings;
Not exactly. If you are using an old version of perl 5.005 you need to do -w and not "use warnings;".

You should "use strict;"

-------------------------------------
Nothing is too wonderful to be true
-- Michael Faraday