in reply to Re: Log rotaion for the files which are existed in the absolute paths from the config files
in thread Log rotaion for the files which are existed in the absolute paths from the config files

Minor correction: Since your $path already contains wildcard characters, it's enough to do @files = glob($path); (assuming the wildcards used in the config file are compatible with glob)

  • Comment on Re^2: Log rotaion for the files which are existed in the absolute paths from the config files
  • Select or Download Code