Help for this page
perl -MMath::BigInt=:constant -e "print 123**17"
use Math::BigInt ':constant'; print 123**17;