#nvl : a common pl/sql command sub nvl { defined ($_[0]) ? $_[0] : $_[1] }