Guest User

Untitled

a guest
Feb 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. @TempLogFileList = ();
  2. @TempServiceList = ();
  3.  
  4. if ($#TempLogFileList > -1) {
  5. @LogFileList = @TempLogFileList;
  6. for ($i = 0; $i <= $#LogFileList; $i++) {
  7. $LogFileList[$i] = lc($LogFileList[$i]);
  8. }
  9. @ServiceList = ();
  10. }
Add Comment
Please, Sign In to add comment