Help for this page

Select Code to Download


  1. or download this
            my $oct_mode = sprintf "%lo", $dec_mode; 
            if (-O $private_dir and ($oct_mode == 40700)) { return } 
            elsif (-O $private_dir and ($oct_mode != 40700)) {
    
  2. or download this
        if (-O $private_dir and ($dec_mode == 040700)) { return }
        elsif (-O $private_dir) {