- or download this
if(/>(.*)/){if(defined $list{$1}){print $_. "\n" . $hash1{$list{$1}} .
+ "\n"; $x = 1}else{$x = 0}}
- or download this
print $_. "\n" . $hash1{$list{$1}} . "\n";
- or download this
if(/>(.*)/){if(defined $list{$1}){print $_. "\n" . $hash1{$list{$1}} .
+ "\n"; $x = 1}else{$x = 0}}
- or download this
if (/>(.*)/) {
if (defined $list{$1}) {
...
$x = 0;
}
}
- or download this
print $_, "\n", $hash1{$list{$1}}, "\n";