perlrocks has asked for the wisdom of the Perl Monks concerning the following question:
Hi guys,
I know there's a way to use a module ONLY for a small part of my code as opposed putting the use statement up there. The reason is that use bigint is making my code extremely slower and i only need it for a very small part of it. If i remember correctly it's something like begin use module_name and after some code end use module_name.Can anyone help me out? Also, do you know of any other library that i can use instead of bigint?Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using a module for a portion of the code only
by kennethk (Abbot) on Sep 06, 2009 at 15:14 UTC | |
|
Re: using a module for a portion of the code only
by FunkyMonk (Bishop) on Sep 06, 2009 at 15:11 UTC | |
|
Re: using a module for a portion of the code only
by ikegami (Patriarch) on Sep 06, 2009 at 17:01 UTC |