use strict; use warnings; my $var; if ($var) { print $var; } else { ; } print "Hello World!";