Help for this page

Select Code to Download


  1. or download this
    sub connect {
         my $self = shift;
    ...
    sub disconnect {
         untie %data;
    }
    
  2. or download this
    sub data {
         my $self = shift;
    ...
              $data{$bar} = $self->{FOO};
         }
    }