sub my_sprintf { return defined $_[1] ? sprintf $_[0], $_[1] : 'MISSING'; }