Help for this page

Select Code to Download


  1. or download this
    push @{$baseline}, \%base_record;
        
    store( \$baseline, $baseline_records ) or die "Can't store %a in $base
    +line_records!\n";
    
  2. or download this
    
    $VAR1 = {
    ...
              'LIICountBase' => 11,
              'ProjectID' => 'STO1005001',
            };
    
  3. or download this
    my $arrayref = retrieve( $baseline_records );
    print Dumper $arrayref;
    ...
                  'ProjectID' => 'STO1005001',
                }
              ];