in reply to Re: How use $^M?
in thread How use $^M?
If "running out of memory is untrappable" how can I be able to run code anyway?
Or is it still trappable via $SIG{__DIE__} ?
In that case why can't I just pre-allocate variables in the sig-handler's closure instead of requesting more memory?
Why $^M at all?
Honestly I don't know how to simulate "running out of memory" for experimenting.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How use $^M?
by Fletch (Bishop) on Apr 05, 2021 at 14:40 UTC | |
|
Re^3: How use $^M?
by Bod (Parson) on Apr 05, 2021 at 21:44 UTC |