1PAR::SetupTemp(3) User Contributed Perl Documentation PAR::SetupTemp(3)
2
3
4
6 PAR::SetupTemp - Setup $ENV{PAR_TEMP}
7
9 PAR guts, beware. Check PAR
10
12 Routines to setup the "PAR_TEMP" environment variable. The
13 documentation of how the temporary directories are handled is currently
14 scattered across the "PAR" manual and the "PAR::Environment" manual.
15
16 The "set_par_temp_env()" subroutine sets up the "PAR_TEMP" environment
17 variable.
18
20 PAR, PAR::Environment
21
23 Audrey Tang <cpan@audreyt.org>, Steffen Mueller <smueller@cpan.org>
24
25 You can write to the mailing list at <par@perl.org>, or send an empty
26 mail to <par-subscribe@perl.org> to participate in the discussion.
27
28 Please submit bug reports to <bug-par@rt.cpan.org>. If you need
29 support, however, joining the <par@perl.org> mailing list is preferred.
30
32 Copyright 2002-2010 by Audrey Tang <cpan@audreyt.org>.
33
34 Copyright 2006-2010 by Steffen Mueller <smueller@cpan.org>.
35
36 This program is free software; you can redistribute it and/or modify it
37 under the same terms as Perl itself.
38
39 See LICENSE.
40
41
42
43perl v5.36.0 2022-09-29 PAR::SetupTemp(3)