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