Mega Code Archive

 
Categories / Perl / Data Type
 

How much storage your computer allows, change your program again to this

#!/usr/bin/perl use warnings; print 25_000_000, " ", 3.141592653589793238462643383279, "\n";