in reply to choosing and/or overriding defaults for a sub argument
my $self = shift; my $file = $self->{'file'} = shift || $self->{'file'}; [download]