Help for this page

Select Code to Download


  1. or download this
    use Storable;
    use Data::Dumper;
    ...
    my $arrayref = retrieve($baseline_records);
    
    print Dumper $baseline, $arrayref;