#!/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
In reply to Re^2: Using HTML::Parser for simple tag removal
by freddo411
in thread Using HTML::Parser for simple tag removal
by bradcathey
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |