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

NAME

SPVM::Data::String - SPVM String

METHODS

to_elements

  my $byte_array = $spvm_string->to_elements;

Convert SPVM string to Perl array reference.

Each element is corresponding byte of SPVM string.

to_binary

  my $binary = $spvm_string->to_binary;

Convert SPVM string to Perl byte string(encoded string).

to_string

  my $string = $spvm_string->to_string;

Convert SPVM string to Perl text string(decoded string).

1 POD Error

The following errors were encountered while parsing the POD:

Around line 59:

=back without =over