- or download this
$results{$length}= "\nQURY: $query\nSIZE: $length\nGINO: $gino\n ...";
- or download this
if ( not exists $result{$length} ) {
$results{$length}= "\nQURY: $query\nSIZE: $length\nGINO: $gino\n ...
+";
}
- or download this
foreach my $text (values %results) {
print OUT $text
}