Help for this page

Select Code to Download


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