Help for this page
(.5<rand) or die "horribly";
if (.5<rand) { print "Wow\n"; } else { die "horribly"; }
die "horribly" if .5 < rand; print "Wow\n";