I want to write the errors caught by a 'die' clause into a file. In others words,
open F ">>somefile.log";
blah->blah or die (print F $@)
but the above does work.
thanks
I want to write the errors caught by a 'die' clause into a file. In others words,
open F ">>somefile.log";
blah->blah or die (print F $@)
but the above does work.
thanks