Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

File::Spec->case_tolerant() is broken

by afoken (Chancellor)
on Jul 14, 2019 at 00:42 UTC ( [id://11102811]=perlmeditation: print w/replies, xml ) Need Help??

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;
     
    ...
    }
    
    # ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://11102811]
Approved by holli
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-19 01:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found