in reply to Splitting up a file in hourly increments

I use Log::Log4perl and Log::Dispatch::FileRotate extensively. They can create log files file, file.1, file.2, ..., file.n based on time or file size constraints.
--
Andreas