The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "set::scalar"

Set::Scalar - basic set operations River stage three • 32 direct dependents • 190 total dependents

Creating $s = Set::Scalar->new; $s = Set::Scalar->new(@members); $t = $s->clone; $t = $s->copy; # Clone of clone. $t = $s->empty_clone; # Like clone() but with no members. Modifying $s->insert(@members); $s->delete(@members); $s->invert(@members); # ...

DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTC - Search in distribution

Net::ACL::Set::Scalar - Class replacing a scalar data element River stage zero No dependents

This module is a very simpel array ellement replacement utility to allow simple value replacement with Net::ACL::Rule....

LORENSEN/Net-ACL-0.07 - 06 Jun 2003 20:01:38 UTC - Search in distribution

lib/VSGDR/UnitTest/TestSet/Test/TestCondition/ScalarValue.pm River stage one • 1 direct dependent • 1 total dependent

DEDMEDVED/VSGDR-UnitTest-TestSet-1.35 - 02 May 2018 09:54:20 UTC - Search in distribution

MooseX::Traits::SetScalarByRef - Wrap a ScalarRef attribute's accessors to re-use a reference River stage zero No dependents

This module wraps a ScalarRef attribute's accessors to ensure that when the setter is called with a new ScalarRef (or something that can be coerced into a ScalarRef), rather that the usual set action happening, you copy the string stored in the new s...

ASB/MooseX-Traits-SetScalarByRef-0.03 - 24 Aug 2021 13:53:18 UTC - Search in distribution

Tie::Timely - Time out scalar values River stage one • 2 direct dependents • 2 total dependents

This module creates a tied scalar that forgets its value after the interval that you specify. The next time you set the value it resets the interval;...

BDFOY/Tie-Timely-1.025 - 06 Feb 2024 05:19:08 UTC - Search in distribution

PDL::SV - PDL subclass for keeping scalar data (like strings) River stage one • 3 direct dependents • 3 total dependents

This PDL::SV class stores array of scalar values. It can be used for vectors of strings. While this class is a subclass of PDL, its internals are quite different from other normal PDL types. So basically what's not documented are not guarenteed to wo...

ZMUGHAL/Data-Frame-0.006002 - 03 Jan 2022 19:34:29 UTC - Search in distribution

H - Method wrappers for hash construction. River stage zero No dependents

It is nice to make hashes like this: { foo => $thing1->foo(), bar => $thing2->bar(), } Note that our hash keys and method names match, this is a common situation. There are many pitfalls, "$thing1->foo()" may return a scalar, an empty list, an uneven...

EXODIST/H-0.001 - 15 Mar 2018 06:06:50 UTC - Search in distribution

mb - Can easy script in Big5, Big5-HKSCS, GBK, Sjis(also CP932), UHC, UTF-8, ... River stage zero No dependents

MBCS has been said to be an acronym for Multi Byte "Character" Set. (However, these days, it should be considered an acronym for Multi Byte "Codepoint" Set.) In any case, it is certain that "M" and "B" in mb.pm modulino are the first two characters o...

INA/mb-0.57 - 06 Jul 2023 15:12:01 UTC - Search in distribution

P - Safer, friendlier printf/print/sprintf + say River stage zero No dependents

"P" is a combined print, printf, sprintf & say in 1 routine. It saves tremendously on development time. It's not just a 1 character 'verb', but has other time-saving and powerful features. It has the convenience of "say" in adding a newline when need...

LAWALSH/P-1.1.41 - 31 Oct 2019 06:30:48 UTC - Search in distribution

B - The Perl Compiler Backend River stage five • 11693 direct dependents • 33184 total dependents

The "B" module supplies classes which allow a Perl program to delve into its own innards. It is the module used to implement the "backends" of the Perl compiler. Usage of the compiler does not require knowledge of this module: see the O module for th...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
  • B - The Perl Compiler Backend
  • re - Perl pragma to alter regular expression behaviour
  • re - Perl pragma to alter regular expression behaviour
  • 221 more results from perl »

td - Manipulate table data River stage one • 2 direct dependents • 2 total dependents

What is td? *td* receives table data from standard input and performs an action on it. It has functionality similar to some Unix commands like *head*, *tail*, *wc*, *cut*, *sort* except that it operates on table rows/columns instead of lines/characte...

PERLANCAR/App-td-0.111 - 05 May 2023 00:05:59 UTC - Search in distribution

Z - collection of modules for rapid app development River stage one • 1 direct dependent • 1 total dependent

Just a shortcut for loading a bunch of modules that allow you to quickly code Perl stuff. I've tried to avoid too many domain-specific modules like HTTP::Tiny, etc. The modules chosen should be broadly useful for a wide variety of tasks. Perl Version...

TOBYINK/Z-0.008 - 08 Nov 2020 16:08:49 UTC - Search in distribution

pl - Perl One-Liner Magic Wand River stage zero No dependents

*Don't believe everything you read on SourceForge^H^H^H the internet! -- Plato :-y* Pl follows Perl's philosophy for one-liners: the one variable solely used in one-liners, @F, is single-lettered. Because not everyone may like that, pl has it both wa...

PFEIFFER/App-pl-0.91.1 - 13 Jul 2023 18:38:12 UTC - Search in distribution

TM - Topic Maps, Base Class River stage one • 3 direct dependents • 3 total dependents

This class implements directly so-called *materialized* topic maps, i.e. those maps which completely reside in memory. Non-materialized and non-materializable maps can be implemented by deriving from this class by overloading one or all of the sub-in...

DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 UTC - Search in distribution

GD - Interface to Gd Graphics Library River stage three • 98 direct dependents • 155 total dependents

GD.pm is a Perl interface to Thomas Boutell's gd graphics library (version 2.01 or higher; see below). GD allows you to create color drawings using a large number of graphics primitives, and emit the drawings as PNG files. GD defines the following fo...

RURBAN/GD-2.82 - 27 May 2024 10:31:38 UTC - Search in distribution

Sx - front-end to all the Athena and Xlib garbage for Perl GUI progamming River stage zero No dependents

Using the Sx package is pretty simple. At the minimum, you 'use Sx;' To actually have X windows pop open and such, you need to do the following: 1) To get everything started, you should call OpenDisplay(). If OpenDisplay() returns a non-zero value, i...

FMC/Sx-2.3 - 25 Apr 1997 09:27:47 UTC - Search in distribution

Ph - provide a perl API for talking to CSO ph servers. River stage zero No dependents

The Ph module provides a uniform API for *perl* scripts that need to talk to CSO ph servers. It handles many of the messy details automatically. It also maintains an open connection to the server, minimizing the costs of repeated openings and closing...

GDAMORE/Ph-2.01 - 06 Jun 1998 15:33:18 UTC - Search in distribution

UR - rich declarative transactional objects River stage one • 1 direct dependent • 1 total dependent

UR is a class framework and object/relational mapper for Perl. It starts with the familiar Perl meme of the blessed hash reference as the basis for object instances, and extends its capabilities with ORM (object-relational mapping) capabilities, obje...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution
  • UR::Manual::Tutorial - Step-by-step guide to building a set of classes for a simple database schema

clad - Parallel SSH client River stage zero No dependents

Clad provides the ability to run the same command on several hosts at once. The output is displayed unbuffered as the various hosts run the command. The list of hosts is determined by reading a configuration file which may also contain command aliase...

PLICEASE/Clustericious-Admin-1.11 - 11 Mar 2018 18:23:21 UTC - Search in distribution

mp3 - an mpg123 front-end for UNIX::Philosophers River stage zero No dependents

I have combined my favourite features of dcd, cdcd, and mpg123 to create Yet Another Front-End For Mpg123. Mine is special, though. ;-) From dcd, I derived the ability to fork itself into the background. From cdcd, I derived its intuitive interface. ...

BEPPU/MP3-Daemon-0.63 - 03 Feb 2002 17:46:26 UTC - Search in distribution
4,881 results (0.189 seconds)