Help for this page
#!perl use strict ; ... my $bignum = Math::BigInt->new('1111111111111111111111111'); $bignum->as_hex(); print $bignum ;
Can't locate object method "new" via package "Math::BigInt" (perhaps y +ou forgot to load "Math::BigInt"?) at t.pl line 4.