- or download this
cog_class(\@c1_uniq_cog_ids, $name1);
- or download this
my $c1_uniq_cog_ids = shift;
my $name = shift;
- or download this
#!/usr/bin/perl -w
use strict;
...
# BLAH BLAH
}
}
- or download this
foreach my $id (@{c1_uniq_cog_ids}) {
# Do stuff
}
- or download this
for (@{c1_uniq_cog_ids}) {
# Do stuff
}