in reply to
Building a log file
If you're starting a new project then you should look at something like
Log::Log4perl
.
A quick 'n' dirty solution is to just run your program redirecting output to a file (i.e
./my_prog > some_file.log
).
--
See the
Copyright notice
on my
home node
.
Perl training courses
Comment on
Re: Building a log file
In Section
Seekers of Perl Wisdom