Help for this page

Select Code to Download


  1. or download this
        if ($SIRtrue && !($_ =~ /SPECint_base/)){
        $SIR{$_}=$_;
        }
        if ($SFRtrue && !($_ =~ /SPECfp_base/)){
        $SFR{$_}=$_;
        }
    
  2. or download this
    use strict;
    use warnings;
    
    ...
    
    print Dumper(\%SIR);
    print Dumper(\%SFR);
    
  3. or download this
    $VAR1 = {
              'SPECint_base' => [
                                  '1',
    ...
                                 '6'
                               ]
            };