in reply to AUDIT_TRAIL in Data Munging with Perl
It's not a special variable. It's just a name I made up to control the level of auditing.
So, no, there's nothing magical about it at all. You need to write the code which handles it yourself. I hoped that I had made that obvious with the sample code:
print LOG 'Starting processing at ', scalar localtime, "\n" if $audit_level > 0;
I apologise for any confusion caused :-)
See the Copyright notice on my home node.
"The first rule of Perl club is you do not talk about Perl club." -- Chip Salzenberg
|
|---|