Mega Code Archive

 
Categories / Perl / Report
 

Format the number

$pi = 3.1415926; format STDOUT = @.## @.####### $pi   $pi . write;