- or download this
#!/usr/bin/perl
...
## Open and print averages to $avg_file
open(OUT,$avg_file) or die "$avg_file failed to be created: $!";
print OUT @avg_frmt;
- or download this
#!/usr/bin/perl
...
## Open and print averages to $avg_file
open(OUT,$avg_file) or die "$avg_file failed to be created: $!";
print OUT @avg_frmt;
- or download this
#!/usr/bin/perl
...
print "\t\tControl returned\n";
}
}