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 "module::pod::Math::Complex"

Fsdb - a flat-text database for shell scripting River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC - Search in distribution

perltidy - a perl script indenter and reformatter River stage three • 78 direct dependents • 144 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-20240511 - 10 May 2024 13:16:10 UTC - Search in distribution

perlop - Perl operators and precedence River stage five • 11693 direct dependents • 33184 total dependents

In Perl, the operator determines what operation is performed, independent of the type of the operands. For example "$x + $y" is always a numeric addition, and if $x or $y do not contain numbers, an attempt is made to convert them to numbers first. Th...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

PDL::PP - Generate PDL routines from concise descriptions River stage three • 94 direct dependents • 102 total dependents

Now that you have some idea how to use "pp_def" to define new PDL functions it is time to explain the general syntax of "pp_def". "pp_def" takes as arguments first the name of the function you are defining and then a hash list that can contain variou...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC - Search in distribution

Geo::Index - Geographic indexer River stage zero No dependents

Geo::Index is a Perl module for creating in-memory geographic points indices. Once points have been indexed, fast searches can be run. Efficient searches methods include "Search(...)" to get all points within a distance from a given point, "SearchByB...

AKH/Geo-Index-v0.0.8 - 10 Apr 2019 15:18:33 UTC - Search in distribution

RPerl::Learning River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

share::Apocalypse::A12 River stage one • 2 direct dependents • 2 total dependents

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution

Inline - Write Perl Subroutines in Other Programming Languages River stage three • 66 direct dependents • 128 total dependents

The Inline module allows you to put source code from other programming languages directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl. Inline saves you from the has...

INGY/Inline-0.86 - 09 Jan 2020 05:20:53 UTC - Search in distribution

DateTime - A date and time object for Perl River stage four • 1078 direct dependents • 3738 total dependents

DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic ...

DROLSKY/DateTime-1.65 - 06 Nov 2023 05:14:16 UTC - Search in distribution

Rinci::function - Metadata for your functions/methods River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Rinci-1.1.104 - 13 Jan 2024 00:11:12 UTC - Search in distribution

HTML::YaTmpl - Yet Another Template Processor River stage zero No dependents

"HTML::YaTmpl" follows the object oriented paradigm, i.e. you have to create a template processor prior to using it. A template processor is not bound to any particular template. You can use one processor to evaluate various templates. But other prop...

OPI/HTML-YaTmpl-1.8 - 12 Jan 2005 15:51:17 UTC - Search in distribution

Inline::CPP - Write Perl subroutines and classes in C++. River stage two • 6 direct dependents • 13 total dependents

The Inline::CPP module allows you to put C++ source code directly "inline" in a Perl script or module. You code classes or functions in C++, and you can use them as if they were written in Perl....

DAVIDO/Inline-CPP-0.80 - 19 Apr 2019 14:57:11 UTC - Search in distribution

Convert::BER - ASN.1 Basic Encoding Rules River stage zero No dependents

WARNING this module is no longer supported, See Convert::ASN1 "Convert::BER" provides an OO interface to encoding and decoding data using the ASN.1 Basic Encoding Rules (BER), a platform independent way of encoding structured binary data together wit...

GBARR/Convert-BER-1.32 - 22 Oct 2009 01:36:31 UTC - Search in distribution

HTTP::LoadGen - a HTTP load generator toolset River stage zero No dependents

This module implements a multi-process and multi-thread load generator for HTTP. It uses Coro threads. So, in reality it does not use threads but event-based IO. Features * limited support for SSL connections * keep-alive connections * configurable d...

OPI/HTTP-LoadGen-0.07 - 15 Dec 2010 11:34:05 UTC - Search in distribution

Spreadsheet::Perl - Pure Perl implementation of a spreadsheet engine River stage zero No dependents

Spreadsheet::Perl is a pure Perl implementation of a spreadsheet engine. Spreadsheet::Perl functionality: * set and get values from cells or ranges * handle cell private data * has fetch/store callback * has cell attributes access * has cell/range fi...

NKH/Spreadsheet-Perl-0.12 - 16 May 2011 09:13:26 UTC - Search in distribution

Inline::C::Cookbook - A Cornucopia of Inline C Recipes River stage two • 44 direct dependents • 77 total dependents

It's a lot easier for most of us to cook a meal from a recipe, rather than just throwing things into a pot until something edible forms. So it is with programming as well. "Inline.pm" makes C programming for Perl as easy as possible. Having a set of ...

ETJ/Inline-C-0.82 - 02 Mar 2022 15:39:05 UTC - Search in distribution

Math::Vector - package containing functions for vector mathematics and associated operations River stage zero No dependents

This package facilitates the mathematical manipulation of 3-dimensional vector quantities. Two-dimensional vectors are supported only by setting one of the orthogonal components to 0, and n-D vectors where n > 3 are not supported. Given the limitatio...

WSYVINSKI/Math-Vector-1.03 - 19 Aug 2003 05:11:19 UTC - Search in distribution

Date::Manip::Changes6 - changes in Date::Manip 6.xx River stage three • 61 direct dependents • 202 total dependents

SBECK/Date-Manip-6.95 - 01 Mar 2024 16:18:57 UTC - Search in distribution

Parse::RecDescent::FAQ::Original - the original, official, authorized FAQ for Parse::RecDescent. River stage zero No dependents

TBONE/Parse-RecDescent-FAQ-7.5 - 24 Aug 2010 17:09:30 UTC - Search in distribution

Getopt::Euclid - Executable Uniform Command-Line Interface Descriptions River stage two • 21 direct dependents • 24 total dependents

Getopt::Euclid uses your program's own POD documentation to create a powerful command-line argument parser. This ensures that your program's documented interface and its actual interface always agree. The created command-line argument parser includes...

BIGPRESH/Getopt-Euclid-0.4.6 - 28 Jun 2023 09:23:48 UTC - Search in distribution
29 results (0.105 seconds)