Perl Programming/Keywords/DESTROY

Previous: delete Keywords Next: die

The DESTROY keywordEdit

DESTROY is a method that does something when the object is destroyed. This method will always be called by Perl at the appropriate time, unless the method is empty.

SyntaxEdit

  DESTROY

See alsoEdit

Previous: delete Keywords Next: die