The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:ex::interface"

lib/ex/interface.pm River stage zero No dependents

PDCAWLEY/Interface-Polymorphism-0.2 - 20 Oct 2000 11:26:34 UTC

lib/ex/implements.pm River stage zero No dependents

PDCAWLEY/Interface-Polymorphism-0.2 - 20 Oct 2000 11:26:34 UTC

Gtk2::Ex::TreeMaker::FlatInterface - This module is not to be used directly. It is called from Gtk2::Ex::TreeMaker as a utility module. River stage zero No dependents

This module contains a utility method "sub flat_to_tree". This utility method will accept an array of arrays (a set of relational records) as its input and then return a treelike data structure that is in-turn used by the Gtk2::Ex::TreeMaker to spin ...

OFEYAIKON/Gtk2-Ex-TreeMaker-0.11 - 19 May 2006 15:06:26 UTC

ex::lib - The same as lib, but makes relative path absolute. (Obsoleted by lib::abs) River stage one • 2 direct dependents • 3 total dependents

MONS/ex-lib-0.90 - 21 Jul 2009 15:58:05 UTC

CGI::Ex - CGI utility suite - makes powerful application writing fun and easy River stage one • 2 direct dependents • 2 total dependents

CGI::Ex provides a suite of utilities to make writing CGI scripts more enjoyable. Although they can all be used separately, the main functionality of each of the modules is best represented in the CGI::Ex::App module. CGI::Ex::App takes CGI applicati...

RHANDOM/CGI-Ex-2.55 - 09 Jan 2024 16:26:02 UTC

Getopt::EX - Getopt Extender River stage two • 9 direct dependents • 10 total dependents

Getopt::EX extends basic function of Getopt family to support user-definable option aliases, and dynamic module which works together with a script through option interface....

UTASHIRO/Getopt-EX-2.1.6 - 20 Dec 2023 12:45:15 UTC

Getopt::EX::Func - Function call interface River stage two • 9 direct dependents • 10 total dependents

This module provides the way to create function call object used in Getopt::EX module set. If your script has --begin option which tells the script to call specific function at the beginning of execution. You can do it like this: use Getopt::EX::Func...

UTASHIRO/Getopt-EX-2.1.6 - 20 Dec 2023 12:45:15 UTC

CGI::Ex::Conf - Conf Reader/Writer for many different data format types River stage one • 2 direct dependents • 2 total dependents

There are half a million Conf readers out there. Why not add one more. Actually, this module provides a wrapper around the many file formats and the config modules that can handle them. It does not introduce any formats of its own. This module also p...

RHANDOM/CGI-Ex-2.55 - 09 Jan 2024 16:26:02 UTC

Gtk2::Ex::Utils - Extra Gtk2 Utilities for working with Gnome2/Gtk2 in Perl. River stage one • 1 direct dependent • 6 total dependents

This module provides simple utility functions useful for Gnome2/Gtk2 Perl programming....

KCK/Gtk2-Ex-Utils-0.09 - 04 Feb 2005 22:55:42 UTC

App::Kit::Obj::Ex - system execution utility object River stage one • 1 direct dependent • 1 total dependent

system execution utility object...

DMUEY/App-Kit-0.63 - 23 Oct 2020 16:10:45 UTC

Gtk2::Ex::NumAxis - numeric axis display widget River stage one • 1 direct dependent • 1 total dependent

A "Gtk2::Ex::NumAxis" widget displays a vertical or horizontal axis of values like +---------+ | | | -- 8.5 | | | | -- 9 | | | +--------------------------------------+ | -- 9.5 | | : : : : : | | | | 8.2 8.4 8.6 8.8 9.0 | | -- 10 | +------------------...

KRYDE/Gtk2-Ex-NumAxis-6 - 28 May 2017 09:37:45 UTC

Gtk2::Ex::WYSIWYG - A WYSIWYG editor ready to drop into a GUI. River stage zero No dependents

This module is a subclass of Gtk2::Table containing both a text view and a 'toolbar' to allow a user to edit and format text. It can serialise to a plain text block and a tag stack, or to incomplete HTML (the output is not a complete HTML document, b...

MDBGRIZ/Gtk2-Ex-WYSIWYG-0.02 - 24 May 2010 05:38:24 UTC

App::Kit::Role::Ex - A Lazy Façade method role for system execution utilities River stage one • 1 direct dependent • 1 total dependent

Add lazy façade system execution utility support to your class. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: Non-ASCII character seen before =encoding in 'façade'. Assuming ISO8859-1...

DMUEY/App-Kit-0.63 - 23 Oct 2020 16:10:45 UTC

ex::constant::vars - create readonly variables (alternative to constant pragma) River stage zero No dependents

This package allows you to create readonly variables. Unlike the "constant" pragma, this module lets you create readonly scalars, arrays and hashes. The Const::Fast module is a much better solution for immutable variables. This module "tie()"s variab...

JANITOR/ex-constant-vars-0.07 - 03 Nov 2020 21:47:10 UTC

Getopt::EX::Loader - RC/Module loader River stage two • 9 direct dependents • 10 total dependents

This is the main interface to use Getopt::EX modules. You can create loader object, load user defined rc file, load modules specified by command arguments, substitute user defined option and insert default options defined in rc file or modules, get m...

UTASHIRO/Getopt-EX-2.1.6 - 20 Dec 2023 12:45:15 UTC

Getopt::EX::Module - RC/Module data container River stage two • 9 direct dependents • 10 total dependents

This module is usually used from Getopt::EX::Loader, and keeps all data about loaded rc file or module. MODULE After user defined module was loaded, subroutine "initialize" is called if it exists in the module. At this time, container object is passe...

UTASHIRO/Getopt-EX-2.1.6 - 20 Dec 2023 12:45:15 UTC

Getopt::EX::Hashed - Hash store object automation for Getopt::Long River stage two • 8 direct dependents • 13 total dependents

Getopt::EX::Hashed is a module to automate a hash object to store command line option values for Getopt::Long and compatible modules including Getopt::EX::Long. Module name shares Getopt::EX, but it works independently from other modules in Getopt::E...

UTASHIRO/Getopt-EX-Hashed-1.0503 - 28 Aug 2022 13:15:29 UTC

Gtk2::Ex::MenuView - menu of items from a TreeModel River stage one • 2 direct dependents • 2 total dependents

"Gtk2::Ex::MenuView" presents rows and sub-rows of a "Gtk2::TreeModel" as a menu and sub-menus. The items update with changes in the model. +--------------+ | Item One | | Item Two => | +------------+ | Item Three | | Sub-item A | +--------------+ | ...

KRYDE/Gtk2-Ex-MenuView-5 - 22 Sep 2019 02:28:44 UTC

Gtk2::Ex::TickerView - scrolling ticker display widget River stage one • 1 direct dependent • 1 total dependent

A "Gtk2::Ex::TickerView" widget displays items from a "Gtk2::TreeModel" scrolling across the window, like a news bar or stock ticker. +----------------------------------------------------------+ | st item * The second item * The third item * The fou ...

KRYDE/Gtk2-Ex-TickerView-16 - 24 Nov 2019 06:46:21 UTC

Getopt::EX::Colormap - ANSI terminal color and option support River stage two • 9 direct dependents • 10 total dependents

Text coloring capability is not strongly bound to option processing, but it may be useful to give a simple uniform way to specify complicated color setting from command line. Coloring function is now implemented in different module Term::ANSIColor::C...

UTASHIRO/Getopt-EX-2.1.6 - 20 Dec 2023 12:45:15 UTC
85 results (0.044 seconds)