sub sticky { my $arg = shift; my $object = Some::Package->new() if $arg; $object ||= Other::Package->new(); }