in reply to Getting path info in a mixed UNIX / NT environment

For handling paths in a platform independent way, I recommend using File::Spec. Unfortunately, the documentation for File::Spec is split between the main module and File::Spec::Unix. I don't think File::Spec::Unix is indexed on this site, so you'll have to read it locally.

Update: Oops! I originally suggested File::Path instead of File::Spec.

  • Comment on Re: Getting path info in a mixed UNIX / NT environment

Replies are listed 'Best First'.
Re: Re: Getting path info in a mixed UNIX / NT environment
by el-moe (Scribe) on Dec 08, 2000 at 05:05 UTC
    I think this will be a very good thing for all future development.

    I am looking for examples so I can see how it works.

    Thanks

    Prost,
    Moe