in reply to (cLive ;-) Re: Help with this statementin thread Help with this statement
my $value = 444; if ($value == 456) { print "something"; } elsif ($value == 453) { print "something"; } else { print "nothing"; } [download]