=item hex
-Override the build-in hex() method with a version that can handle big
+Override the built-in hex() method with a version that can handle big
integers. Note that under Perl v5.9.4 or ealier, this will be global
and cannot be disabled with "no bigint;".
=item oct
-Override the build-in oct() method with a version that can handle big
+Override the built-in oct() method with a version that can handle big
integers. Note that under Perl v5.9.4 or ealier, this will be global
and cannot be disabled with "no bigint;".
=item hex
-Override the build-in hex() method with a version that can handle big
+Override the built-in hex() method with a version that can handle big
integers. Note that under Perl older than v5.9.4, this will be global
and cannot be disabled with "no bigint;".
=item oct
-Override the build-in oct() method with a version that can handle big
+Override the built-in oct() method with a version that can handle big
integers. Note that under Perl older than v5.9.4, this will be global
and cannot be disabled with "no bigint;".
=item hex
-Override the build-in hex() method with a version that can handle big
+Override the built-in hex() method with a version that can handle big
integers. Note that under Perl v5.9.4 or ealier, this will be global
and cannot be disabled with "no bigint;".
=item oct
-Override the build-in oct() method with a version that can handle big
+Override the built-in oct() method with a version that can handle big
integers. Note that under Perl v5.9.4 or ealier, this will be global
and cannot be disabled with "no bigint;".