Help for this page

Select Code to Download


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