in reply to Using HTML::Parser for simple tag removal
is the same thing as#!/usr/bin/perl -w
Maybe you typo-ed, but I think what you want is use strict;use warnings;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using HTML::Parser for simple tag removal
by ikegami (Patriarch) on May 25, 2005 at 21:16 UTC | |
|
Re^2: Using HTML::Parser for simple tag removal
by freddo411 (Chaplain) on May 25, 2005 at 20:30 UTC | |
|
Re^2: Using HTML::Parser for simple tag removal
by bradcathey (Prior) on May 25, 2005 at 20:30 UTC |