Help for this page
package My::Guard; use strict; ... sub DESTROY { $_[0]->() };
#!perl -w package My::Guard; ... undef $restore; print "Restored\n"; print qq($a $b), "\n";