- or download this
sub Dirpp {
...
return $name if $made; # if we made it, return new name
return;
}
- or download this
sub DirPP {
...
return $name if $made;
return;
}
- or download this
sub DirPo {
use Errno qw/ EACCES /; # permission denied
...
return $name if $made;
return;
}