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

Name

SPVM::Address - Address

Description

SPVM::Address is a SPVM class to have a address.

Usage

  use Address;
  
  my $address = Address->new;

Class Methods

new

  static method new : Address ();

Creates a new Address object. The address is NULL of the C language.

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License