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