in reply to Re^2: Error Log Files
in thread Error Log Files

So if I put print "\n\n"; after the carpout call, it should insert a blank line.

What in the documentation for carpout supports that idea? More doc, less assuming!

Since the BEGIN block is executed at the beginning only, as explained in its documentation, maybe what you are thinking of is a custom sig handler for warn?


The way forward always starts with a minimal test.

Replies are listed 'Best First'.
Re^4: Error Log Files
by tultalk (Monk) on Mar 07, 2017 at 17:14 UTC
    So basically it opens a path to "mylogfile" where the errors are written so obviously \n\n is meaning less in this case. Adding blank lines would have to take place in the actual module code. Ug!! Read and UNDERSTAND documentation. Thanks