$some_condition ? &some_sub : &other_sub; if ($some_condition) { $some_var = &something; } else { $some_var = $something_else; }