libvariable-disposition-perl

module to dispose of variables

Description

Provides some basic helper functions for making sure variables go away when you want them to.

Currently provides /dispose as a default import. To avoid this:

use Variable::Disposition ();

In addition, /retain and /retain_future are available as optional imports.

use Variable::Disposition qw(dispose retain retain_future);

The :all tag can be used to import every available function:

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Variable-Disposition


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libvariable-disposition-perl