- or download this
my $RootDirectoryCanidate= shift() or return undef();
my $RootDirectoryCanidate= shift() || return undef();
- or download this
sub method {
return if @_ && !defined $_ [0];
my $root_directory_candidate = shift;
...
}
- or download this
return unless defined $_ [0];