my $x = 'This code = boring'; $is_blessed = $x =~ /=/; print "Wrong" if $is_blessed;