Help for this page
package MySession; ... my $self = shift; $self->close(); }
use MySession; ... $session->{foo} = "bar"; $sesobj->close();