Help for this page

Select Code to Download


  1. or download this
    # ...
    
    ...
      my $default =  S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH;
    
    # ...
    
  2. or download this
    # ...
    
    ...
      my $default =  S_IRUSR() | S_IWUSR() | S_IRGRP() | S_IWGRP() | S_IRO
    +TH();
    
    # ...