Help for this page

Select Code to Download


  1. or download this
    if($^O =~ /mswin32/i) {require Win32::Fmode}
    
  2. or download this
    if($^O =~ /mswin32/i) {
      # employ the Win32::Fmode functions
    ...
    else {
      # employ the Fcntl flags/macro
      }