Dean Asked: 2009-05-29 05:37:03 +0800 CST2009-05-29 05:37:03 +0800 CST 2009-05-29 05:37:03 +0800 CST 有没有办法在 linux 平台上以回调样式自动执行 perl 脚本? 772 我有一个 perl 脚本,它在继续完成任务之前每 600 秒轮询一次文件的存在。我正在使用 crontab 来安排我的脚本。我想知道 linux 上是否有一个事件系统,我可以注册我的 perl 脚本,以便系统在文件存在时进行回调? cron 2 个回答 Voted Best Answer Vihang D 2009-05-29T06:02:32+08:002009-05-29T06:02:32+08:00 查看http://search.cpan.org/~mlehmann/Linux-Inotify2-1.2/Inotify2.pm(Linux::Inotify2 - 可扩展目录/文件更改通知)。 另请查看incron It consists of a daemon and a table manipulator. You can use it a similar way as the regular cron. The difference is that the inotify cron handles filesystem events rather than time periods. Vincent De Baere 2009-05-29T06:00:25+08:002009-05-29T06:00:25+08:00 Inotify 应该是你的朋友…… 似乎也有 perl 绑定。不过,您的内核需要支持这一点......
查看http://search.cpan.org/~mlehmann/Linux-Inotify2-1.2/Inotify2.pm(Linux::Inotify2 - 可扩展目录/文件更改通知)。
另请查看incron
Inotify 应该是你的朋友…… 似乎也有 perl 绑定。不过,您的内核需要支持这一点......