- #step 1 to build file and make a change inside of it
- my $newKsConfig = &KSCommit(@ksConfig);
- #step 2 to make a change to file via KSCommit3
- my $newKsConfig2 = &KSCommit3($newKsConfig);
- #step 3 to make another change to file via KSCommit4
- my $newKsConfig3 = &KSCommit4($newKsConfig2);
- #Print the info to file
- print ksNFH $newKsConfig3;
