App-SimpleScan-Plugin-Forget
view release on metacpan or search on metacpan
lib/App/SimpleScan/Plugin/Forget.pm view on Meta::CPAN
# Define the variable foo:
%%var foo baz bar quux
# Later in the file:
%%forget foo
# 'foo' is now undefined, and '<foo>' will not be replaced
=head1 DESCRIPTION
C<App::SimpleScan::Plugin::Forget> looks through the currently-defined
variables and removes any variables specified as its arguments. If you
try to forget variables that are currently undefined, nothing happens.
=head1 INTERFACE
=head2 pragmas
Defines the C<%%forget> pragma in C<App::SimpleScan>.
=head2 do_forget
( run in 0.344 second using v1.01-cache-2.11-cpan-64827b87656 )