my $undef_variable; print "This will generate a undefined variable used in eq warning" if $undef_variable eq "Oops forgot to define this";