Help for this page
use Storable qw/ freeze thaw /; ... # Recreate hash structure from serial representation %hash = %{ thaw( $serialised ) }