Help for this page

Select Code to Download


  1. or download this
    sub store_object {
        my ( $self, $sref_file ) = @_;
    ...
        Storable::store ( \%{ $self }, $$sref_file );
        return undef;
    }