Help for this page
You can’t store GLOB, CODE, FORMLINE, etc... If you can define seman +tics for those operations, feel free to enhance Storable so that it can deal with them.
my $code = q( sub { ... ); my $sub = eval ($code);