Re: Export module
- From: "Ram Prasad" <ramprasad.ap@xxxxxxxxx>
- Date: 24 Nov 2006 02:25:32 -0800
hristov.milen@xxxxxxxxx wrote:
Hi,
I have a module, that I require in some script.
How can I require another module, inside mine and make it global.
For example, if I have in my Some.pm -> 'use strict'
how can I make the strict global, without require it in the main script
?
use strict works for the current scope only , not even the entire file
so use strict has to be mentioned every script that needs it
Thanks
Ram
PS:
Note to Spammers: Go ahead , send me spam
ram@xxxxxxxxxxxxx
http://ecm.netcore.co.in/spamtrap.html
.
- References:
- Export module
- From: hristov . milen
- Export module
- Prev by Date: push the same image multiple times in a PerlMagick object
- Next by Date: Re: Free PERL Editor
- Previous by thread: Export module
- Next by thread: How to run a Shell script from within Perl
- Index(es):
Relevant Pages
|
|