Help for this page
my $thing = shift; $thing ||= 'default' unless defined $thing;
my $thing = shift; $thing = 'default' unless defined $thing;