Search results for "Scalar Util"
Scalar::Util - A selection of general-utility scalar subroutines
"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 - Search in distribution- Sub::Util - A selection of utility subroutines for subs and CODE references
- List::Util - A selection of general-utility list subroutines
- List::Util::XS - Indicate if List::Util was compiled with a C compiler
Scalar::Vec::Util - Utility routines for vec strings.
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 - Search in distribution
Scalar::Util::Numeric - numeric tests for perl scalars
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 - Search in distribution
Scalar::Util::Reftype
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 - Search in distribution
Scalar::Util::Instance - Generates and installs is-a predicates
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 - Search in distribution
Scalar::Util::Numeric::PP - Pure-perl drop-in replacement/approximation of Scalar::Util::Numeric
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 - Search in distribution
Scalar::Util::LooksLikeNumber - Access to looks_like_number() perl API function
"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 - Search in distribution
Bencher::Scenario::Scalar::Util::Numeric - Benchmark Scalar::Util::Numeric vs Scalar::Util::Numeric::PP
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 - Search in distribution
Template::Plugin::ScalarUtil - Scalar::Util plugin for Template-Toolkit
Use Scalar::Util functions in your templates....
AJGB/Template-Plugin-ScalarUtil-1.121160 - 25 Apr 2012 22:51:12 UTC - Search in distribution
lib/Scalar/Random/PP/OO.pm
INGY/Scalar-Random-PP-0.11
-
17 Sep 2010 22:51:23 UTC
-
Search in distribution
lib/Bencher/ScenarioR/ScalarUtilNumeric.pm
This module is automatically generated by Pod::Weaver::Plugin::Bencher::Scenario during distribution build. A Bencher::ScenarioR::* module contains the raw result of sample benchmark and might be useful for some stuffs later....
PERLANCAR/Bencher-Scenario-ScalarUtilNumeric-0.02 - 25 Jan 2017 06:30:49 UTC - Search in distribution- Bencher::Scenario::ScalarUtilNumeric - Benchmark Scalar::Util::Numeric vs Scalar::Util::Numeric::PP
Util::Utl - Scalar::Util, List::Util, List::MoreUtils, String::Util & more (via one subroutine)
Util::Utl exports a single subroutine "utl" which provides access to: Scalar::Util List::Util List::MoreUtils String::Util...
ROKR/Util-Utl-0.0011 - 11 Jul 2011 22:24:01 UTC - Search in distribution
Scalar::MoreUtils - Provide the stuff missing in Scalar::Util
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 - Search in distribution
Data::Thunk - A sneakier Scalar::Defer ;-)
This is an implementation of thunks a la Scalar::Defer, but uses Data::Swap and assignment to $_[0] in order to leave a minimal trace of the thunk. In the case that a reference is returned from "lazy { }" Data::Swap can replace the thunk ref with the...
FLORA/Data-Thunk-0.07 - 10 Sep 2010 09:29:15 UTC - Search in distribution
Z - collection of modules for rapid app development
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
B - The Perl Compiler Backend
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- todo - Perl TO-DO list
- perlrun - how to execute the Perl interpreter
- perldiag - various Perl diagnostics
- 40 more results from perl »
pl - Perl One-Liner Magic Wand
*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.0 - 12 Jan 2023 17:54:16 UTC - Search in distribution- pl-examples - Perl One-Liner Examples
td - Manipulate table data
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.110 - 10 Feb 2023 04:18:40 UTC - Search in distribution- App::td - Manipulate table data
aemp - AnyEvent:MP utility
With aemp you can configure various aspects of AnyEvent::MP and its protocol, send various messages and even run a node. The aemp utility works like cvs, svn or other commands: the first argument defines which operation (subcommand) is requested, aft...
MLEHMANN/AnyEvent-MP-2.02 - 29 Jul 2018 02:24:02 UTC - Search in distribution