Help for this page
sub func { my ($thing) = @_; ... $thing = 'non-thing'; } }
sub func { my ($thing) = @_; $thing //= 'non-thing'; }