![]() |
|
"be consistent" | |
PerlMonks |
Re: The mystery of double negationby shmem (Chancellor) |
on Jul 12, 2015 at 17:20 UTC ( #1134403=note: print w/replies, xml ) | Need Help?? |
The point of Double Negation is casting any true value to 1, and any false value to 0. See also: Re^2: Secret Perl Operators: The Highlander List Asserter
perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
In Section
Seekers of Perl Wisdom
|
|