perl-Syntax-Keyword-Defer/README.md

6 lines
273 B
Markdown
Raw Normal View History

2021-05-17 13:38:33 +00:00
# perl-Syntax-Keyword-Defer
This Perl module provides a syntax plugin that implements a block which
executes when the containing scope has finished. The "defer" blocks are
primarily intended for cases such as resource finalization tasks that may be
conditionally required.