The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SPVM::Document::Specification - SPVM FAQ(BETA)

FAQ

  • Why SPVM don't support 32 bit integer Perl

    In many 32 bit integer Perl, 64 bit integer is not supported. This means that Perl can not express 64 bit integers on source code.

    See the following code.

        my $value = 9223372036854775807;

    In 32 bit integer Perl, 64bit integer value is converted to double automatically. The double value can't express long value accurately.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 7:

=over without closing =back