1TKPP(1) User Contributed Perl Documentation TKPP(1)
2
3
4
6 tkpp - frontend to pp written in Perl/Tk.
7
9 You just have to execute command line : tkpp
10
12 Tkpp is a GUI frontend to pp, which can turn perl scripts into stand-
13 alone PAR files, perl scripts or executables.
14
15 You can save command line generated, load and save your Tkpp
16 configuration GUI. Below is a short explanation of tkpp GUI.
17
18 Menu
19 File -> Save command line
20
21 When you build or display command line in the Tkpp GUI, you can save
22 the command line in a separated file. This command line can be executed
23 from a terminal.
24
25 File -> Save configuration
26
27 You can save your GUI configuration (all options used) to load and
28 execute it next time.
29
30 File -> Load configuration
31
32 Load your saved file configuration. All saved options will be set in
33 the GUI.
34
35 File -> Exit
36
37 Close Tkpp.
38
39 Help -> Tkpp documentation
40
41 Display POD documentation of Tkpp.
42
43 Help -> pp documentation
44
45 Display POD documentation of pp.
46
47 Help -> About Tkpp
48
49 Display version and authors of Tkpp.
50
51 Help -> About pp
52
53 Display version and authors of pp ( pp --version).
54
55 Tabs GUI
56 There are five tabs in GUI : General Options, Information, Size, Other
57 Options and Output.
58
59 All tabs contain all options which can be used with pp. All default pp
60 options are kept. You can now set as you want the options. When your
61 have finished, you can display the command line or start building your
62 package. You will have the output tab to see error or verbose messages.
63
65 In Win32 system, the building is executed in a separate process, then
66 the GUI is not frozen.
67
68 The first time you use Tkpp, it will tell you to install some CPAN
69 modules to use the GUI (like Tk, Tk::ColoredButton...).
70
72 pp, PAR
73
75 Tkpp was written by Doug Gruber and rewrite by Djibril Ousmanou. In
76 the event this application breaks, you get both pieces :-)
77
79 Copyright 2003, 2004, 2005, 2006, 2011, 2014, 2015 by Doug Gruber
80 <doug(a)dougthug.com>, Audrey Tang <cpan@audreyt.org> and Djibril
81 Ousmanou <djibel(a)cpan.org>.
82
83 Neither this program nor the associated pp program impose any licensing
84 restrictions on files generated by their execution, in accordance with
85 the 8th article of the Artistic License:
86
87 "Aggregation of this Package with a commercial distribution is
88 always permitted provided that the use of this Package is embedded;
89 that is, when no overt attempt is made to make this Package's
90 interfaces visible to the end user of the commercial distribution.
91 Such use shall not be construed as a distribution of this Package."
92
93 Therefore, you are absolutely free to place any license on the
94 resulting executable, as long as the packed 3rd-party libraries are
95 also available under the Artistic License.
96
97 This program is free software; you can redistribute it and/or modify it
98 under the same terms as Perl itself.
99
100 See LICENSE.
101
102
103
104perl v5.38.2 2023-11-30 TKPP(1)