Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: TIESCALARChapter 8
Standard Modules
Next: Reference: FETCH
 

DESTROY

DESTROY this

Frees storage associated with the tied scalar referenced by this. Permits a class to perform specific actions when an instance is destroyed. Rarely needed.


Previous: Reference: TIESCALARPerl in a NutshellNext: Reference: FETCH
Reference: TIESCALARBook IndexReference: FETCH