in reply to Re^2: Problems with Safe compartment reval parameters
in thread Problems with Safe compartment reval parameters

The important bit is that my %params ... declares a lexical variable. share only deals with package variables: %params ... which may make it less useful when strictures (use strict; use warnings;) are used (using strictures is highly recommended btw).


True laziness is hard work