Help for this page

Select Code to Download


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