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 The PAR homepage at <http://par.perl.org>.
21
22 PAR, PAR::Environment
23
25 Audrey Tang <cpan@audreyt.org>, Steffen Mueller <smueller@cpan.org>
26
27 <http://par.perl.org/> is the official PAR website. You can write to
28 the mailing list at <par@perl.org>, or send an empty mail to
29 <par-subscribe@perl.org> to participate in the discussion.
30
31 Please submit bug reports to <bug-par@rt.cpan.org>. If you need
32 support, however, joining the <par@perl.org> mailing list is preferred.
33
35 Copyright 2002-2010 by Audrey Tang <cpan@audreyt.org>.
36
37 Copyright 2006-2010 by Steffen Mueller <smueller@cpan.org>.
38
39 This program is free software; you can redistribute it and/or modify it
40 under the same terms as Perl itself.
41
42 See <http://www.perl.com/perl/misc/Artistic.html>
43
44
45
46perl v5.12.1 2010-04-10 PAR::SetupTemp(3)