Help for this page

Select Code to Download


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