Help for this page
#!/usr/bin/perl -w use strict; ... my $z = $y * (2 ** $i); print "Pi is close to: $z\n";