use Storable; use strict; $Storable::Eval = 1; my $coderef = Storable::retrieve('frozen_ref'); &$coderef();