Help for this page
package My::Apache::Session; sub TIEHASH { ... goto &{$_[0]->can("STORE")}; } sub my_initialization { ... }