Help for this page

Select Code to Download


  1. or download this
      package MyClass;
      sub new {
    ...
        my $self = shift;
        $self->{socket}->close;
      }
    
  2. or download this
      my $dbh = DBI->connect(...);
      END { $dbh = undef }