On commandline I wrote:
perl -e '$v=false; if($v==true){print 1;}'
and instead of producing an error it returned "1"!
As I remember in past this returned an error to remind me that perl has no boolean type. anything changed in perl in the meantime? or did I remember incorrectly and this always was valid code?