in reply to Re: Using HTML::Parser for simple tag removal
in thread Using HTML::Parser for simple tag removal
#!/usr/bin/perl -wNot exactly. If you are using an old version of perl 5.005 you need to do -w and not "use warnings;".
is the same thing as
use warnings;
You should "use strict;"
-------------------------------------
Nothing is too wonderful to be true
-- Michael Faraday
|
|---|