Help language development. Donate to The Perl Foundation

Tie::StdHash zef:lizmat last updated on 2021-09-09

07bf041df835d80faa1987b6bfac036d3c59f769/

Actions Status

NAME

Raku port of Perl's Tie::StdHash module

SYNOPSIS

use Tie::StdHash;

DESCRIPTION

This module tries to mimic the behaviour of Perl's Tie::StdHash module as closely as possible in the Raku Programming Language.

Tie::StdHash is a module intended to be subclassed by classes using the P5tie interface. It uses the standard Hash implementation as its "backend".

SEE ALSO

P5tie, Tie::StdHash

AUTHOR

Elizabeth Mattijsen [email protected]

Source can be located at: https://github.com/lizmat/Tie-StdHash . Comments and Pull Requests are welcome.

COPYRIGHT AND LICENSE

Copyright 2018, 2019, 2020, 2021 Elizabeth Mattijsen

Re-imagined from Perl as part of the CPAN Butterfly Plan.

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.