Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Menu
use Math::BigInt; : Math « System Functions « Perl
Perl
System Functions
Math
use Math::BigInt;
use Math::BigInt; $bi = Math::BigInt->
new
(
'111111111111111111'
); print $bi * $bi;
Related examples in the same category
1.
Create a big integer
2.
Using PI constant