Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: use with lib

by syphilis (Archbishop)
on Jun 11, 2009 at 08:21 UTC ( [id://770561]=note: print w/replies, xml ) Need Help??


in reply to use with lib

Hi vetrivel,

use Math::BigInt lib => "GMP";
This will attempt to use Math::BigInt::GMP, and if Math::BigInt::GMP cannot be found, Math::BigInt will be used instead.

use Math::BigInt::GMP;
This will attempt to use Math::BigInt::GMP, and if Math::BigInt::GMP cannot be found, the program will abort.

In both cases appropriate messages will be output if Math::BigInt::GMP was not found.

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: use with lib
by vetrivel (Sexton) on Jun 14, 2009 at 10:01 UTC

    Thanks for your contribution

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-16 08:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found