sub method { return if @_ && !defined $_ [0]; my $root_directory_candidate = shift; ... }