NAME ^

t/pmc/bigint.t - BigInt

SYNOPSIS ^

        % perl -Ilib t/pmc/bigint.t

DESCRIPTION ^

Tests the BigInt PMC. Checks Perl-specific integer behaviour.

pi = iter(PI()) ds = "" for i in xrange(1, 1001): d = pi.next() ds += str(d) im = i % 50 if im == 0: print ds ds = ""

print ds

POD ERRORS ^

Hey! The above document had some coding errors, which are explained below:

Around line 611:

=pod directives shouldn't be over one line long! Ignoring all 12 lines of content


parrot