Skip to content

ppisar/tk-getopt

This branch is 5 commits behind eserte/tk-getopt:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fa3256c · Jul 10, 2024
Jul 10, 2024
Nov 30, 2014
Feb 7, 2023
Apr 17, 2017
Apr 23, 2017
Apr 23, 2017
Jun 8, 2010
Jun 8, 2010
Apr 17, 2017
Jan 6, 2008
Jun 17, 2001
Jun 17, 2001

Repository files navigation

Tk::Getopt

Tk::Getopt is an option editor for Perl/Tk. It also provides an
interface to Getopt::Long, so options may be entered at command line,
saved to an options file, or set in the option editor.

To install, type

	cpan .

if you have a modern CPAN.pm, otherwise

	perl Makefile.PL
	make
	make test
	make install

For a demonstration you can type

	make demo

after the "make" phase.

For Windows NT and ActiveState Perl, replace "make" with "nmake", if
you have the Visual C++ compiler available. Otherwise, just copy
Getopt.pm to C:\Perl\lib\site\Tk.

For Strawberry or Vanilla Perl, replace "make" with "dmake".

Additional requirements besides Tk are listed in the META.yml. (Even
Tk is not really a prerequisite, but it's highly recommended)

Send bug reports, comments and suggestions to srezic@cpan.org

About

the perl module Tk::Getopt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%