Help for this page
sub AUTOLOAD { ... return tied(*{$self})->$AUTOLOAD(@_); # <== line 566 }
$rep = Storable::fd_retrieve($fh);