$foo = biff($bap) || 'Bar'; or if ($dbh = handle($db)) { do_something($dbh); } else { dont(); }