Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 22nd, 2010 | Syntax: None | Size: 0.34 KB | Hits: 107 | Expires: Never
Copy text to clipboard
  1.  
  2. #step 1 to build file and make a change inside of it
  3. my $newKsConfig = &KSCommit(@ksConfig);
  4.  
  5. #step 2 to make a change to file via KSCommit3
  6. my $newKsConfig2 = &KSCommit3($newKsConfig);
  7.  
  8. #step 3 to make another change to file via KSCommit4
  9. my $newKsConfig3 = &KSCommit4($newKsConfig2);
  10.  
  11. #Print the info to file
  12. print ksNFH $newKsConfig3;