Help for this page

Select Code to Download


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