-
-
19 May 2022 01:44:20 UTC
- Distribution: SPVM
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (12)
- Testers (103 / 0 / 1)
- Kwalitee
Bus factor: 1- 82.58% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (946.55KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- ExtUtils::CBuilder
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
SPVM::Long - Long object
SYNOPSYS
use Long; my $long_object = Long->new(5L); my $long_value = $long_object->value;
DESCRIPTION
Long object stores a
long
value.This object is immutable and its value cannot be changed.
Long is automatically loaded just after the program starts.
CLASS METHODS
new
static method new : Long ($value : long)
Create a new Long object with a
long
value.INSTANCE METHODS
value
method value : long ()
Get a
long
value.Module Install Instructions
To install SPVM, copy and paste the appropriate command in to your terminal.
cpanm SPVM
perl -MCPAN -e shell install SPVM
For more information on module installation, please visit the detailed CPAN module installation guide.