in reply to Golf -- compute PI

Hmmm....25 char pi with accuracy up to 15 digits...does this count? Just kidding. Ha ha ;)

sub pi { # 1 2 #1234567890123456789012345 print"3.14159265358979\n"; }

Actually, I think it is a little tricky to devise a Perl program that accurately calculates pi. A monk once made this post that seemed to inaccurately calculate pi.

metadoktor

"The doktor is in."