in reply to Hashes in Objects
You can do $self->{'tokens'} = { };, which makes the tokens key into an empty hashref.
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
Note: All code is untested, unless otherwise stated
|
|---|