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

Symphero::MultiValueHash - 3D extension of Symphero::SimpleHash

SYNOPSIS

  use Symphero::MultiValueHash;

DESCRIPTION

Provides API for manipulating data in a 3D hash. 3D means that any element in such a hash can be accessed using three `coordinates' - `id', `name' and `subname'.

Based on Symphero::SimpleHash and adds the following methods:

getsub ($$)
getsubref ($$)
putsub ($$)
delsub ($$)

EXPORTS

Nothing.

AUTHOR

Andrew Maltsev, <am@xao.com>

SEE ALSO

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 176:

'=item' outside of any '=over'

Around line 184:

You forgot a '=back' before '=head1'