in reply to Re^5: PERL csv files to Excel
in thread PERL csv files to Excel

Further to kcott's reply:   Note also that -w controls the global $^W special variable and enables warnings everywhere in your code.

This means that -w used in a program that use-s or require-s a module that actually generates warnings may suddenly start spewing them out like Mr. Creosote and ruin everyone's evening. IMHO, best practice for warnings is to enable them only lexically.


Give a man a fish:  <%-{-{-{-<

Replies are listed 'Best First'.
Re^7: PERL csv files to Excel
by kcott (Archbishop) on Mar 26, 2023 at 07:48 UTC