Help for this page
if ( $_ eq 'true' ) { print "It's true\n"; } else { print "It's false\n"; }
if ( $_ eq 'true' ) { ... { print "It's false\n"; }