- or download this
my $db = new DBM::Deep "$dumpfile" or die "Can't open Dump FILE!";
$db -> import ($probeset);
- or download this
my $db = new DBM::Deep "$dumpfile";
my $struct = $db -> export();
- or download this
my $class = 'Probeset';
my $probeset = bless $struct, $class;