Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

(tye)Re: Triggering 'strict' from within a package

by tye (Sage)
on Aug 12, 2002 at 15:53 UTC ( [id://189534]=note: print w/replies, xml ) Need Help??


in reply to Triggering 'strict' from within a package

In (tye)Re3: Debugger, use strict, use warnings I described how to do this.

package Custom::Package; require strict; require warnings; sub import { if( $inDevelopment ) { &strict::import; &warnings::import; } } 1;

        - tye (but my friends call me "Tye")

Log In?
Username:
Password:

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

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

    No recent polls found