Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Circular dependencies when using the perl syntax checker

by Bloodnok (Vicar)
on Jul 29, 2008 at 11:54 UTC ( [id://700795]=note: print w/replies, xml ) Need Help??


in reply to Re: Circular dependencies when using the perl syntax checker
in thread Circular dependencies when using the perl syntax checker

2. Supress warnings (no warnings ... )

As John Macenroe once famously said @ Wimbledon 'You cannot be serious' ... this should only be done by those who know what they're doing and with great care - don't look gift horses etc. etc. To ignore a problem doesn't fix it.

useing strict & warnings are provided for a purpose!!

Wonders why aren't they aren't both used by default - being disabled as required ???

At last, a user level that overstates my experience :-))

Replies are listed 'Best First'.
Re^3: Circular dependencies when using the perl syntax checker
by Anonymous Monk on Jul 29, 2008 at 12:07 UTC
    useing strict & warnings are provided for a purpose!!

    Yes, so is no warnings 'redefine';

      Yes, but it should only be used when intentionally redefining a sub. This isn't the case here. Burying an error doesn't remove it.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-25 19:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found