Help for this page

Select Code to Download


  1. or download this
    package File::Spec;
     
    ...
    our @ISA = ("File::Spec::$module");
     
    1;
    
  2. or download this
    package File::Spec::Unix;
     
    ...
    use constant _fn_case_tolerant => 0;
    
    # ...
    
  3. or download this
    package File::Spec::Win32;
     
    ...
    }
    
    # ...
    
  4. or download this
    package File::Spec::Cygwin;
     
    ...
    }
    
    # ...
    
  5. or download this
    package File::Spec::Functions;
     
    ...
    }
    
    # ...