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

Search results for "VAL"

IUP::Val - [GUI element] selects a value in a limited interval (aka scale, trackbar) River stage zero No dependents

Creates a Valuator control. Selects a value in a limited interval. Also known as Scale or Trackbar in native systems....

KMX/IUP-0.305 - 07 Sep 2016 19:02:56 UTC - Search in distribution

Syntax::Keyword::Val - Provides a readonly variant of 'my' called 'val' River stage zero No dependents

Simply use this module, then place the "val" keyword where you'd normally use "my" for a read-only variant. use Syntax::Keyword::Val; val $foo = "bar"; $foo = 123; # ERROR val $foo = {a => 123, b => 456}; $foo->{a} = 666; # ERROR $foo->{xyz} = "xyzzy...

SPROINGIE/Syntax-Keyword-Val-0.002 - 31 Jul 2013 18:52:16 UTC - Search in distribution

lib/Perl6/Signature/Val.pm River stage zero No dependents

GAAL/Perl6-Signature-0.04 - 23 Nov 2013 09:16:26 UTC - Search in distribution

Zing::KeyVal - Key/Value Store River stage one • 7 direct dependents • 7 total dependents

This package provides a general-purpose key/value store abstraction....

AWNCORP/Zing-0.27 - 12 Feb 2021 17:41:40 UTC - Search in distribution

lib/YAMLScript/Reader.pm River stage zero No dependents

INGY/YAMLScript-Lingy-0.2.1 - 29 Dec 2023 18:00:56 UTC - Search in distribution

XML::DOM::ValParser - an XML::DOM::Parser that validates at parse time River stage zero No dependents

Use XML::DOM::ValParser wherever you would use XML::DOM::Parser and your XML will be checked using XML::Checker at parse time. See XML::DOM for details on XML::DOM::Parser options. See XML::Checker for details on setting the fail handler (my_fail.) T...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC - Search in distribution

Finance::BankVal::UK - Perl extension for accessing Unified Software's bankValUK web services River stage zero No dependents

This module handles all of the restful web service calls to Unified Software's BankValUK service. It also handles fail over to the back up services transparently to the calling script. It can be called either in a procedural sense or an OO one (see s...

UNIFIEDSW/Finance-BankVal-UK-0.9 - 08 Jul 2021 08:03:51 UTC - Search in distribution

MIME::Field::ParamVal - subclass of Mail::Field, for structured MIME fields River stage three • 66 direct dependents • 210 total dependents

This is an abstract superclass of most MIME fields. It handles fields with a general syntax like this: Content-Type: Message/Partial; number=2; total=3; id="oc=jpbe0M2Yt4s@thumper.bellcore.com" Comments are supported *between* items, like this: Conte...

DSKOLL/MIME-tools-5.515 - 24 Apr 2024 15:36:43 UTC - Search in distribution

Wasm::Wasmtime::ValType - Wasmtime value type class River stage one • 1 direct dependent • 1 total dependent

WARNING: WebAssembly and Wasmtime are a moving target and the interface for these modules is under active development. Use with caution. This class represents a Wasm type....

PLICEASE/Wasm-0.23 - 04 Nov 2022 12:33:36 UTC - Search in distribution

Template::Plugin::YAMLVal - yamlval vmethod for Template Toolkit River stage one • 1 direct dependent • 3 total dependents

This module lets you use Template Toolkit to write out YAML mapping files in a certain top level key order, while making sure that the keys are properly YAML encoded. There may be other use cases, but that's the one that drove me to write this....

INGY/Template-Plugin-YAMLVal-0.15 - 16 Aug 2014 23:16:12 UTC - Search in distribution

LaTeXML::Core::KeyVal - Key-Value Definitions in LaTeXML River stage one • 2 direct dependents • 2 total dependents

Provides an interface to define and access KeyVal definition. Used in conjunction with "LaTeXML::Core::KeyVals" to fully implement KeyVal pairs. It extends LaTeXML::Common::Object. Exposed Methods "DefKeyVal(*keyset*, *key*, *type*, *default*, *%opti...

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC - Search in distribution

IO::Prompt - Interactively prompt for user input River stage two • 27 direct dependents • 38 total dependents

By default, this module exports a single function "prompt". It prompts the user to enter some input, and returns an object that represents the user input. You may specify various flags to the function to affect its behaviour; most notably, it default...

DCONWAY/IO-Prompt-0.997004 - 24 Nov 2016 22:03:55 UTC - Search in distribution

HTML::Widgets::NavMenu::ExpandVal - an expand value that differentiates among different expands River stage two • 8 direct dependents • 10 total dependents

SHLOMIF/HTML-Widgets-NavMenu-1.1000 - 06 Jun 2022 15:08:14 UTC - Search in distribution

eBay::API::XML::DataType::ValType River stage zero No dependents

TKEEFER/eBay-API-0.25 - 26 Aug 2008 01:55:06 UTC - Search in distribution

XML::Parser::Wrapper - A simple object wrapper around XML::Parser River stage one • 1 direct dependent • 1 total dependent

XML::Parser::Wrapper provides a simple object around XML::Parser to make it more convenient to deal with the parse tree returned by XML::Parser. For a list of changes in recent versions, see the documentation for XML::Parser::Wrapper::Changes....

DOWENS/XML-Parser-Wrapper-0.15 - 18 May 2010 14:42:01 UTC - Search in distribution

Finance::BankVal::International::GetSWIFT River stage zero No dependents

This module handles all of the restful web service calls to Unified Software's BankValInternational SWIFT BIC service. It also handles fail over to the back up services transparently to the calling script. It can be called in a procedural or OO fashi...

UNIFIEDSW/Finance-BankVal-International-GetSWIFT-0.4 - 08 Aug 2010 19:11:46 UTC - Search in distribution

yq - Filter YAML through a command-line program River stage zero No dependents

This program takes a stream of YAML documents (on STDIN or file arguments), applies a filter, then writes the results to STDOUT....

PREACTION/ETL-Yertl-0.044 - 28 Jul 2020 02:29:40 UTC - Search in distribution

perltidy - a perl script indenter and reformatter River stage three • 77 direct dependents • 143 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240202 - 01 Feb 2024 13:55:33 UTC - Search in distribution

Pg - Perl5 extension for PostgreSQL River stage one • 1 direct dependent • 1 total dependent

The Pg module permits you to access all functions of the Libpq interface of PostgreSQL. Libpq is the programmer's interface to PostgreSQL. For examples of how to use this module, look at the file test.pl....

MERGL/pgsql_perl5-1.9.0 - 04 Apr 2000 19:52:05 UTC - Search in distribution

DBD::Pg - PostgreSQL database driver for the DBI module River stage three • 76 direct dependents • 147 total dependents

DBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases....

TURNSTEP/DBD-Pg-3.18.0 - 06 Dec 2023 23:47:13 UTC - Search in distribution
1,338 results (0.248 seconds)