Help for this page
sub do_something { my $file = shift || 'default'; }
sub do_something { my $file = shift or warn "empty parameter\n"; }