http://qs1969.pair.com?node_id=225479


in reply to nstore to Data::Dumper

Have you already tried something like this?
use Storable; use Data::Dumper; print Dumper retrieve('filename');

        $perlmonks{seattlejohn} = 'John Clyman';

Replies are listed 'Best First'.
Re: Re: nstore to Data::Dumper
by Anonymous Monk on Jan 09, 2003 at 08:20 UTC
    Thanx a lot
    i will try it out