in reply to Usage of File::Tail::Multi generates conversion errors

It looks like you are using printf when you should be using print in the ProcessLogs. The print function doesn't need a format string, but printf requires one.

G. Wade