![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
FPE not deferred in 5.36by choroba (Cardinal) |
on May 31, 2022 at 13:57 UTC ( #11144315=perlquestion: print w/replies, xml ) | Need Help?? |
choroba has asked for the wisdom of the Perl Monks concerning the following question:
As you've probably noticed, Perl 5.036 is out. While reading its delta (to decide what changes need to be done to Syntax::Construct), I noticed the following paragraph:
I tried to come up with code that triggers the Floating Point E{xception/rror} but I couldn't find any.
I tried with sqrt -1, no difference. I asked on IRC and was given an example with Inline::C, but even that doesn't behave differently in the new Perl version:
Can anyone provide an example that shows how the FPE signal is emitted and how its trapping is different in 5.36?
map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]
Back to
Seekers of Perl Wisdom
|
|