in reply to Re: CGI Display and Processes.
in thread CGI Display and Processes.

If you're running on Win32, then Win32::ChangeNotify could form the basis of a monitoring process that runs permanently and discovers when the files change.

In Linux you can use SGI::FAM (File Access Monitor) - it is not only for SGI :)

Replies are listed 'Best First'.
Re^3: CGI Display and Processes.
by kappa (Chaplain) on Nov 19, 2004 at 18:53 UTC
    Is it? Looking at the source one can think that it is strictly for SGI FAM...

      I use SGI::FAM with Debian:

      apt-get install fam apt-get install libfam-dev perl -MCPAN -e 'install SGI::FAM'