http://qs321.pair.com?node_id=857618

tej has asked for the wisdom of the Perl Monks concerning the following question:

I want to create a log file for errors and some other data while my script is running.

If i am using warn for error handeling how can i print those warnings in log file (.txt file)

If its not possible with warn how can i do it?

Thank you