Help for this page
perl -le 'print 2**255;' Can't find string terminator "'" anywhere before EOF at -e line 1.
perl -Mbignum -le 'print 2**255;' Can't find string terminator "'" anywhere before EOF at -e line 1.