in reply to Re^3: Why are list items passed to die() combined into a string?
in thread Why are list items passed to die() combined into a string?
Ah, good point. Overriding functions will be my next project.
I had considered using "@_" to pass to my email routine just to let my future self know it needs to be a single string. But since @_ has already been concatenated that doesn't make sense. Now I'm thinking passing $_[0] might be better.
|
|---|