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

Or, to get rid of that nasty "4":
sub PI () { atan2 0, -1 }

-- Randal L. Schwartz, Perl hacker