in reply to Re^4: local our $var; What does it do?
in thread local our $var; What does it do?
Indeed :)
But it does beg the question; why when you have to explicitly enable a feature, do you have to also explicitly disable the warnings that are meaningless when you've explicitly requested the feature?
It's like when I'm using hex constants in a 64-bit build of perl and I have to explicitly disable these asinine warnings:
Hexadecimal number > 0xffffffff non-portable at C:\test\mandlebrot\dou +bleDouble.pl line 57. Hexadecimal number > 0xffffffff non-portable at C:\test\mandlebrot\dou +bleDouble.pl line 58. Hexadecimal number > 0xffffffff non-portable at C:\test\mandlebrot\dou +bleDouble.pl line 59.
There is some asinine pedant in p5p adding this shit. I guess I could look up who; but then I'd feel the need to say something personal.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: local our $var; What does it do?
by ikegami (Patriarch) on Jun 18, 2015 at 17:15 UTC |