use Math::BigInt; use Data::Dumper; print Dumper +Math::BigInt->new(1)->blsft(8); print $Math::BigInt::VERSION;