The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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