Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Using HTML::Parser for simple tag removal

by freddo411 (Chaplain)
on May 25, 2005 at 20:30 UTC ( [id://460446]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://460446]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-03-29 01:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found