http://www.perlmonks.org?node_id=176120


in reply to Re^3.14: Pascal's triangle...
in thread Pascal's triangle...

> or in kansas...

> use constant PI => 3;

Actually, in Kansas we think PI should be round,

use constant PI => sprintf("%1.0f", 3.14159265358979);

You're thinking of Oklahoma...

YuckFoo