Help for this page

Select Code to Download


  1. or download this
    package MySession;
    
    ...
      my $self = shift;
      $self->close();
    }
    
  2. or download this
    use MySession;
    
    ...
    
    $session->{foo} = "bar";
    $sesobj->close();