Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: How to export several modules intu users name space to not have a use ...; use ...; use ...; with the same modules all over again

by vkon (Curate)
on Jan 12, 2015 at 09:41 UTC ( [id://1112934]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to export several modules intu users name space to not have a use ...; use ...; use ...; with the same modules all over again
in thread How to export several modules intu users name space to not have a use ...; use ...; use ...; with the same modules all over again

use strict; is lexical-scope-wise, it is specially designed to behave this way, so you can write
use strict; .... { no strict; .... } # and here 'use strict' is in effect;
this is why
  • Comment on Re^3: How to export several modules intu users name space to not have a use ...; use ...; use ...; with the same modules all over again
  • Select or Download Code

Log In?
Username:
Password:

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

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

    No recent polls found