use strict; use warnings; if ( '00' ) { print "Yes\n" } if ( 00 ) { print "Yes\n" } else { print "No\n" }