Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: TIEHANDLEChapter 8
Standard Modules
Next: Reference: GETC
 

DESTROY

DESTROY this

Frees storage associated with the tied handle this. Permits class to take some action when an instance is destroyed. Rarely needed.


Previous: Reference: TIEHANDLEPerl in a NutshellNext: Reference: GETC
Reference: TIEHANDLEBook IndexReference: GETC