File::Spec::Cygwin(3perl) | Perl Programmers Reference Guide | File::Spec::Cygwin(3perl) |
File::Spec::Cygwin - methods for Cygwin file specs
require File::Spec::Cygwin; # Done internally by File::Spec if needed
See File::Spec and File::Spec::Unix. This package overrides the implementation of these methods, not the semantics.
This module is still in beta. Cygwin-knowledgeable folks are invited to offer patches and suggestions.
$ENV{TMPDIR} /tmp $ENV{'TMP'} $ENV{'TEMP'} C:/temp
If running under taint mode, and if the environment variables are tainted, they are not used.
Copyright (c) 2004,2007 by the Perl 5 Porters. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2020-07-21 | perl v5.28.1 |