- or download this
use strict;
use warnings;
...
strftime q{%m_%d_%Y.txt}, localtime( time() );
print $summaryfile, qq{\n};
- or download this
WildHaggis_summary_doubleDigest_ONE_TWO_THREE_07_21_2014.txt
- or download this
open my $outFH, q{>}, $radtagfile
or die qq{open: > $radtagfile: $!\n};
- or download this
for (my $i = 0; $i < scalar @first_fragments; ++$i)
- or download this
foreach my $i ( 0 .. $#first_fragments )