in reply to Re: Inchworm vs scalar: on boolean false value
in thread Inchworm vs scalar: on boolean false value
Link to what he's using in perlsecret. Interestingly enough Deparse doesn't get much to work with (looks like the constant values generated are what's available; 5.26.1 using -MO=Deparse,-p,-q)
BEGIN { $/ = "\n"; $\ = "\n"; } use strict; use warnings; map({print((('[' . $_) . ']'));} scalar((!1)), '', 0, 0);
The cake is a lie.
The cake is a lie.
The cake is a lie.
|
|---|