![]() |
|
No such thing as a small change | |
PerlMonks |
Re: Are there CPAN modules that can help write realtime software catalogsby Anonymous Monk |
on Jun 09, 2023 at 05:45 UTC ( #11152707=note: print w/replies, xml ) | Need Help?? |
There should be a way to do this at the filesystem level. 'inotifywait -e open' on linux for example shows it can be done. If you look in to inotify I think all you have to do is notify for any file open event on the directory and it will fire every single time anything reads the file - including any perl interpreter.
In Section
Seekers of Perl Wisdom
|
|