I was usual开发者_如何学Pythonly using Storable with nstore, but now I have a module that has CODE and apparently Storable doesn\'t like that.
This is the code: sub function($&) { my $param1 = shift; my $code = shift; # do something with $param1 and $code