in reply to perl program execution log.
You could write a tiny module that writes the value of $0 to a central log file somewhere and add -MTraceProg to PERL5OPT. Just be sure that you set the environment variable appropriately for however you launch programs -- from cron, from Apache/mod_perl, or from the command line.
|
|---|