Help for this page

Select Code to Download


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