Hi Ted, I will look at this. It also seems like it might be a good idea to pick up my Mastering Perl book next time I am in MN and start reviewing it.
What did you think about the Perl for Bioinformatics book? There was also an AI book that I remember you mentioning - this is also not the first time I have forgotten the name of it. I should start a list on Amazon to keep track of them. Thanks! Bridget On Thu, 10 Jul 2008, Ted Pedersen wrote: > A number of our packages produce logs of various kinds, just showing > what happens > at a certain date - time and recording that into a file we can look > back on when > debugging, etc. It turns out there are some perl modules that could > help us with > that, as discussed in the following chapter of "Mastering Perl"... > > http://www252.pair.com/comdog/mastering_perl/Chapters/13.logging.html > > The two packages discussed above are Log4perl and Log::Dispatch... > > http://search.cpan.org/dist/Log-Log4perl/ > http://search.cpan.org/dist/Log-Dispatch/ > > Log files turn out to be invaluable when trying to figure out what has > gone right > or wrong with a system, so I think the above are well worth looking into... > > Enjoy, > Ted > > -- > Ted Pedersen > http://www.d.umn.edu/~tpederse >

