tim.bunce has asked for the wisdom of the Perl Monks concerning the following question:
I'd like to be able to get a list of which files were read or written by the process.
I was hoping there would be a handy module on CPAN which would override CORE::GLOBAL::open (and symlink, rename, etc. etc.) to keep a record of the calls and parameters.
I couldn't see one. Is there one I'm missing?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CORE::GLOBAL::* for auditing which files are read and written?
by moritz (Cardinal) on Nov 06, 2008 at 17:36 UTC | |
by Fletch (Bishop) on Nov 06, 2008 at 20:14 UTC | |
|
Re: CORE::GLOBAL::* for auditing which files are read and written?
by ig (Vicar) on Nov 06, 2008 at 21:27 UTC | |
|
Re: CORE::GLOBAL::* for auditing which files are read and written?
by salva (Canon) on Nov 07, 2008 at 11:11 UTC | |
by tim.bunce (Scribe) on Nov 07, 2008 at 17:33 UTC | |
|
Re: CORE::GLOBAL::* for auditing which files are read and written?
by BrowserUk (Patriarch) on Nov 08, 2008 at 01:18 UTC | |
|
Re: CORE::GLOBAL::* for auditing which files are read and written?
by alexlc (Beadle) on Nov 11, 2008 at 04:22 UTC |