1File::Spec::OS2(3)    User Contributed Perl Documentation   File::Spec::OS2(3)
2
3
4

NAME

6       File::Spec::OS2 - methods for OS/2 file specs
7

SYNOPSIS

9        require File::Spec::OS2; # Done internally by File::Spec if needed
10

DESCRIPTION

12       See File::Spec and File::Spec::Unix.  This package overrides the
13       implementation of these methods, not the semantics.
14
15       Amongst the changes made for OS/2 are...
16
17       tmpdir
18           Modifies the list of places temp directory information is looked
19           for.
20
21               $ENV{TMPDIR}
22               $ENV{TEMP}
23               $ENV{TMP}
24               /tmp
25               /
26
27       splitpath
28           Volumes can be drive letters or UNC sharenames (\\server\share).
29
31       Copyright (c) 2004 by the Perl 5 Porters.  All rights reserved.
32
33       This program is free software; you can redistribute it and/or modify it
34       under the same terms as Perl itself.
35
36
37
38perl v5.30.1                      2020-02-06                File::Spec::OS2(3)
Impressum