in reply to How aggressively does Perl clean up when you exit()?

The Sybase connections are automatically closed when the process exits.

With the Sybase:: modules you can set a trace flag to show DESTROY calls, if you want to be able to confirm this - see the Sybase::CTlib::debug() and/or Sybase::DBlib::debug() subroutines.

Michael

  • Comment on Re: How aggressively does Perl clean up when you exit()?