my $thing = shift; $thing ||= 'default' unless defined $thing; #### my $thing = shift; $thing = 'default' unless defined $thing;