Group
Extension

Matches 2

Hash-Storage ( K/KO/KOORCHIK/Hash-Storage-0.03.tar.gz, KOORCHIK, 2015; MetaCPAN )
Hash-Storage/README.pod ( view source; MetaCPAN )
SIS

    my $st = Hash::Storage->new( 
        driver => [ OneFile => { serializer => 'JSON', file => '/tmp/t.json' } ] 
    );
    
    # Store hash by id
    $st->set( 'user1' => { name => 'Viktor',
=> 'JSON', file => '/tmp/t.json' } ] 
    );

$DRIVER - also can be a Hash::Storage driver object
    
    my $drv = Hash::Storage::Driver::OneFile->new({ serializer => 'JSON', file => '/tmp/t.json' }
Hash-Storage ( K/KO/KOORCHIK/Hash-Storage-0.03.tar.gz, KOORCHIK, 2015; MetaCPAN )
Hash-Storage/lib/Hash/Storage.pm ( view source; MetaCPAN )
PSIS

    my $st = Hash::Storage->new(
        driver => [ OneFile => { serializer => 'JSON', file => '/tmp/t.json' } ]
    );

    # Store hash by id
    $st->set( 'user1' => { name => 'Viktor', gend
r => 'JSON', file => '/tmp/t.json' } ]
    );

$DRIVER - also can be a Hash::Storage driver object

    my $drv = Hash::Storage::Driver::OneFile->new({ serializer => 'JSON', file => '/tmp/t.json' });

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.