my $coderef; { my $x = 10; $coderef = sub { print "\nx is: $x\n"; }; } [download]
-Mark
In reply to Re: coderefs and storable by kvale in thread coderefs and storable by amw1