Search results for "module:Scalar::Util"

Scalar::Util - A selection of general-utility scalar subroutines River stage five • 3901 direct dependents • 32646 total dependents

"Scalar::Util" contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would not really be high enough to warrant the use of a keyword, and the size would be so small that being individual ...

PEVANS/Scalar-List-Utils-1.63 - 08 Aug 2022 13:53:51 UTC

Scalar::Vec::Util - Utility routines for vec strings. River stage zero No dependents

This module provides a set of utility routines that efficiently manipulate bits in vec strings. Highly optimized XS functions are used whenever possible, but straightforward pure Perl replacements are also available for platforms without a C compiler...

VPIT/Scalar-Vec-Util-0.08 - 02 Sep 2013 13:03:01 UTC

Pcore::Util::Scalar River stage one • 1 direct dependent • 1 total dependent

ZDM/Pcore-v0.139.0 - 14 Jul 2020 14:12:56 UTC

Scalar::Util::Numeric - numeric tests for perl scalars River stage three • 44 direct dependents • 811 total dependents

This module exports a number of wrappers around perl's builtin "grok_number" function, which returns the numeric type of its argument, or 0 if it isn't numeric....

CHOCOLATE/Scalar-Util-Numeric-0.40 - 21 Oct 2014 22:24:13 UTC

Scalar::Util::Reftype River stage one • 5 direct dependents • 5 total dependents

This module is DEPRECATED. Please use Ref::Util instead. This is an alternate interface to "Scalar::Util"'s "reftype" function. Instead of manual type checking you can just call methods on the result to see if matches the desired type....

BURAK/Scalar-Util-Reftype-0.46 - 25 Dec 2018 11:24:01 UTC

Scalar::Util::Instance - Generates and installs is-a predicates River stage zero No dependents

Scalar::Util::Instance provides is-a predicates to look up an is-a hierarchy for specific classes. This is an alternative to "blessed($obj) && $obj->isa(...)", but is significantly faster than it....

GFUJI/Scalar-Util-Instance-0.001 - 26 Oct 2009 05:58:06 UTC

Scalar::Util::Numeric::PP - Pure-perl drop-in replacement/approximation of Scalar::Util::Numeric River stage three • 8 direct dependents • 609 total dependents

This module is written mainly for the convenience of Data::Sah, as a drop-in pure-perl replacement for the XS module Scalar::Util::Numeric, in the case when Data::Sah needs to generate code that uses PP modules instead of XS ones. Not all functions f...

PERLANCAR/Scalar-Util-Numeric-PP-0.04 - 21 Jan 2016 19:52:42 UTC

Scalar::Util::LooksLikeNumber - Access to looks_like_number() perl API function River stage two • 3 direct dependents • 14 total dependents

"Scalar::Util::LooksLikeNumber" contains looks_like_number() like "Scalar::Util"'s looks_like_number(), except it returns the raw value from the C function. Scalar::Util used to do this also, but it returns a booleanized value since 1.39....

PERLANCAR/Scalar-Util-LooksLikeNumber-1.39.2 - 06 Nov 2015 06:35:57 UTC

Bencher::Scenario::Scalar::Util::Numeric - Benchmark Scalar::Util::Numeric vs Scalar::Util::Numeric::PP River stage one • 1 direct dependent • 1 total dependent

Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, among others . See Bencher and bencher (CLI) for more details....

PERLANCAR/Bencher-Scenario-Scalar-Util-Numeric-0.021 - 05 Mar 2023 00:05:02 UTC

lib/Scalar/Random/PP/OO.pm River stage zero No dependents

INGY/Scalar-Random-PP-0.11 - 17 Sep 2010 22:51:23 UTC

Scalar::MoreUtils - Provide the stuff missing in Scalar::Util River stage zero No dependents

Similar to "Hsah::MoreUtils" and "List::MoreUtils", "Scalar::MoreUtils" contains trivial but commonly-used scalar functionality. Essentially, provide some pretty trivial functionality that I find useful over and over. The value of this module will pr...

RKRIMEN/Scalar-MoreUtils-0.02 - 08 Feb 2007 03:59:52 UTC

Scalar::Does - like ref() but useful River stage two • 11 direct dependents • 32 total dependents

It has long been noted that Perl would benefit from a "does()" built-in. A check that "ref($thing) eq 'ARRAY'" doesn't allow you to accept an object that uses overloading to provide an array-like interface. Functions "does($scalar, $role)" Checks if ...

TOBYINK/Scalar-Does-0.203 - 31 Jan 2017 17:31:09 UTC

Scalar::Type - figure out what type a scalar is River stage zero No dependents

DCANTRELL/Scalar-Type-1.0.0 - 29 Oct 2023 21:10:53 UTC

Scalar::Alias - Perl extention to declare lexical scalar aliases River stage zero No dependents

Scalar::Alias allows you to declare lexical scalar aliases. There are many modules that provides variable aliases, but this module is faster than any other alias modules, because it walks into compiled syntax trees and inserts custom opcodes into the...

GFUJI/Scalar-Alias-0.06 - 17 Jun 2009 09:17:46 UTC

Scalar::Readonly - functions for controlling whether any scalar variable is read-only River stage one • 4 direct dependents • 4 total dependents

This simple module can make scalars read-only. Useful to protect configuration variables, for example. This module can also be used to subvert Perl's many read-only variables to potential evil trickery. readonly Ths function takes a scalar variable a...

GOZER/Scalar-Readonly-0.03 - 23 Jan 2012 20:11:28 UTC

Scalar::Classify - get type and class information for scalars River stage one • 2 direct dependents • 2 total dependents

Scalar::Classify provides a routine named "classify" that can be used to examine a given argument to determine it's type and class (if any). Here "type" means either the return from reftype (, or if it's a scalar, a code indicating whether it's a str...

DOOM/Scalar-Classify-0.02 - 17 Jan 2017 06:43:40 UTC

autobox::Core - Provide core functions to autoboxed scalars, arrays and hashes. River stage three • 21 direct dependents • 147 total dependents

The autobox module promotes Perl's primitive types (literals (strings and numbers), scalars, arrays and hashes) into first-class objects. However, autobox does not provide any methods for these new classes. autobox::CORE provides a set of methods for...

SWALTERS/autobox-Core-1.33 - 17 Dec 2016 22:40:50 UTC

Class::Delegation - Object-oriented delegation River stage one • 1 direct dependent • 1 total dependent

The Class::Delegation module simplifies the creation of delegation-based class hierarchies, allowing a method to be redispatched: * to a single nominated attribute, * to a collection of nominated attributes in parallel, or * to any attribute that can...

DCONWAY/Class-Delegation-1.009001 - 29 May 2020 08:26:24 UTC

Scalar::MultiValue - Create a SCALAR with multiple values. River stage zero No dependents

This module create a SCALAR with multiple values, where this values can be randomic or can change by a defined period....

GMPASSOS/Scalar-MultiValue-0.03 - 21 Dec 2004 18:40:18 UTC

Test::Data::Scalar - test functions for scalar variables River stage one • 4 direct dependents • 5 total dependents

This modules provides a collection of test utilities for scalar variables. Load the module through Test::Data. Functions blessed_ok( SCALAR ) Ok if the SCALAR is a blessed reference. POD ERRORS Hey! The above document had some coding errors, which ar...

BRIANDFOY/Test-Data-1.246 - 09 Mar 2024 01:43:42 UTC
22 results (0.046 seconds)