1File::Spec::OS2(3) User Contributed Perl Documentation File::Spec::OS2(3)
2
3
4
6 File::Spec::OS2 - methods for OS/2 file specs
7
9 require File::Spec::OS2; # Done internally by File::Spec if needed
10
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.16.3 2013-01-16 File::Spec::OS2(3)