Help for this page

Select Code to Download


  1. or download this
        my $usedMode = oct($Mode);
    
  2. or download this
        my $usedMode = $mode;
    
  3. or download this
        make_path( $dirPathName, { mode => $usedMode, error => \$err ) );
    
  4. or download this
        make_path( $dirPathName, { mode => oct($usedMode), error => \$err 
    +} );