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