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


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

or in kansas...

use constant PI => 3;
;-P

~Particle *accelerates*

Replies are listed 'Best First'.
Re: Re^3.14: Pascal's triangle...
by YuckFoo (Abbot) on Jun 20, 2002 at 19:23 UTC
    > 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