- or download this
#!/usr/bin/perl
use strict;
...
close($fhGroupFile);
close($fhCSVOutput);
- or download this
print $fhCSVOutput "$csvContent[0]";
print $fhCSVOutput ",";
#print $fhCSVOutput "$csvContent[1]";
print $fhCSVOutput "\n";
- or download this
print $fhCSVOutput "$grpNm";
print $fhCSVOutput ",";
#print $fhCSVOutput "$memID";
print $fhCSVOutput "\n";