in reply to using a module for a portion of the code only
In any case, assuming you want to use bigint in a highly localized fashion, you can either use a use and no block to control how the packages are used or you can just wrap the code that needs bigint in a block, thus localizing the use. Note that the answer to your question is right in the code examples in the bigint documentation - Perl documentation is your friend.
|
|---|