in reply to (cLive ;-) Re: Help with this statement
in thread Help with this statement

just as an alternative, it can also be written as:
my $value = 444; if ($value == 456) { print "something"; } elsif ($value == 453) { print "something"; } else { print "nothing"; }