in reply to Re: Why are list items passed to die() combined into a string?
in thread Why are list items passed to die() combined into a string?
Thanks, that verifies what I see. I had read the article that node was in response to but I didn't make it down that far. Another node states that die() is just doing what print() does and concatenates its inputs for display.
Update:
I found the following at General Variables in the %SIG section:
The routine indicated by $SIG{__DIE__} is called when a fatal exception is about to be thrown. The error message is passed as the first argument.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Why are list items passed to die() combined into a string?
by kennethk (Abbot) on Jan 13, 2015 at 19:25 UTC | |
by Lotus1 (Vicar) on Jan 13, 2015 at 22:31 UTC |