http://www.perlmonks.org?node_id=717084


in reply to Re^3: Waiting for a file to be written
in thread Waiting for a file to be written

Another option would be to use Linux::Inotify2 if the operating system is Linux. The trigger would be on IN_CLOSE_WRITE "writable fd to file / to object was closed". :)

Jason L. Froebe

Blog, Tech Blog