- or download this
open (Mer, "Extracted.c")
%vars;
...
$vars{$mer} = 1;
}
print "$_" foreach(keys %vars);
- or download this
open (Mer, "Extracted.c")
%vars;
...
$vars{$mer} = 1;
print $mer;
}
- or download this
use strict;
use IO::File;
...
while my $mer (<$Mer>) {
...
}