Tie-Hash

NAME

Raku port of Perl's Tie::Hash module

SYNOPSIS

use P5tie;
use Tie::Hash;

DESCRIPTION

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

Tie::Hash is a module intended to be subclassed by classes using the P5tie interface. It provides implementations of the CLEAR, UNTIE and DESTROY methods. It also provides a stub for the EXISTS method, but one needs to supply an EXISTS method for real exists functionality. All other tie methods should be provided.

SEE ALSO

P5tie, Tie::StdHash

AUTHOR

Elizabeth Mattijsen <[email protected]>

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

If you like this module, or what I'm doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2018, 2019, 2020, 2021, 2025 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.

# vim: expandtab shiftwidth=4

Tie::Hash v0.0.9

Raku port of Perl's Tie::Hash module

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Tie::Hash

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.

Built with Podlite — the markup and publishing tools behind this site.