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

Search results for "Locale::Currency"

lib/Locale/Currency.pm River stage three • 64 direct dependents • 122 total dependents

SBECK/Locale-Codes-3.78 - 08 Mar 2024 15:16:52 UTC - Search in distribution

Locale::Currency::Format - Perl functions for formatting monetary values River stage two • 7 direct dependents • 13 total dependents

Locale::Currency::Format is a light-weight Perl module that enables Perl code to display monetary values in the formats recognized internationally and/or locally. "currency_format(CODE, AMOUNT [, FORMAT])" currency_format takes two mandatory paramete...

TNGUYEN/Locale-Currency-Format-1.35 - 26 Oct 2015 19:07:02 UTC - Search in distribution

Locale::Object::Currency - currency information objects River stage one • 2 direct dependents • 6 total dependents

"Locale::Object::Country" allows you to create objects containing information about countries such as their ISO codes, currencies and so on....

JROBINSON/Locale-Object-0.82 - 24 Aug 2021 17:07:02 UTC - Search in distribution

MooseX::Types::Locale::Currency - Moose Types related to Locale Currency River stage one • 2 direct dependents • 3 total dependents

This module provides the "CurrencyCode" type....

ETHER/MooseX-Types-Locale-Currency-0.001005 - 23 Mar 2016 18:50:12 UTC - Search in distribution

Data::Money - Money/currency with formatting and overloading. River stage one • 1 direct dependent • 2 total dependents

The "Data::Money" module provides basic currency formatting and number handling via Math::BigFloat: my $currency = Data::Money->new(value => 1.23); Each "Data::Money" object will stringify to the original value except in string context, where it stri...

MANWAR/Data-Money-0.20 - 04 Jul 2022 19:31:35 UTC - Search in distribution

Math::Currency - Exact Currency Math with Formatting and Rounding River stage one • 4 direct dependents • 4 total dependents

Currency math is actually more closely related to integer math than it is to floating point math. Rounding errors on addition and subtraction are not allowed and division/multiplication should never create more accuracy than the original values. All ...

MSCHOUT/Math-Currency-0.53 - 06 Jul 2023 15:28:35 UTC - Search in distribution

Handel::Currency - Price container to do currency conversion/formatting River stage one • 2 direct dependents • 2 total dependents

The Handel::Currency module provides basic currency formatting within Handel using Data::Currency. It can be used separately to format any number into a more friendly formatted currency string. my $price = 1.23; my $currency = Handel::Currency->new($...

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC - Search in distribution

The River stage two • 36 direct dependents • 38 total dependents

JDB/Win32-OLE-0.1713 - 03 Apr 2021 04:13:13 UTC - Search in distribution

perlop - Operadores y precedencia en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

perlop - Perl operators and precedence River stage five • 11292 direct dependents • 32664 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

UI::KeyboardLayout - Module for designing keyboard layouts River stage zero No dependents

In this section, a "keyboard" has a certain "character repertoir" (which characters may be entered using this keyboard), and a mapping associating a character in the repertoir to a keypress or to several (sequential or simultaneous) keypresses. A sma...

ILYAZ/UI-KeyboardLayout-0.79 - 16 Mar 2024 21:24:23 UTC - Search in distribution

HTML::EP - a system for embedding Perl into HTML River stage zero No dependents

Have you ever written a CGI binary? Easy thing, isn't it? Was just fun! Have you written two CGI binaries? Even easier, but not so much fun. How about the third, fourth or fifth tool? Sometimes you notice that you are always doing the same: * Reading...

JWIED/HTML-EP-0.2011 - 05 Jan 2001 13:26:37 UTC - Search in distribution

perl5i - Fix as much of Perl 5 as possible in one pragma River stage one • 2 direct dependents • 2 total dependents

Perl 5 has a lot of warts. There's a lot of individual modules and techniques out there to fix those warts. perl5i aims to pull the best of them together into one module so you can turn them on all at once. This includes adding features, changing exi...

MSCHWERN/perl5i-v2.13.2 - 07 Jun 2016 00:36:03 UTC - Search in distribution

Excel::Writer::XLSX - Create a new file in the Excel 2007+ XLSX format. River stage two • 26 direct dependents • 33 total dependents

The "Excel::Writer::XLSX" module can be used to create an Excel file in the 2007+ XLSX format. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, and formulas can be written to the cells....

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC - Search in distribution

AxKit::XSP::Currency - Currency formatting and conversion taglib River stage zero No dependents

This tag library provides an interface to format and convert currency values within XSP pages....

CLACO/AxKit-XSP-Currency-0.13000 - 08 Mar 2008 22:02:05 UTC - Search in distribution

Perl6::Form - Implements the Perl 6 'form' built-in River stage one • 4 direct dependents • 4 total dependents

Formats are Perl 5's mechanism for creating text templates with fixed-width fields. Those fields are then filled in using values from prespecified package variables. Unlike Perl 5, Perl 6 doesn't have a "format" keyword. Or the associated built-in fo...

DCONWAY/Perl6-Form-0.090 - 09 Jan 2019 00:23:27 UTC - Search in distribution

String::Print - printf alternative River stage two • 4 direct dependents • 90 total dependents

This module inserts values into (format) strings. It provides "printf" and "sprintf" alternatives via both an object oriented and a functional interface. Read in the "DETAILS" chapter below, why this module provides a better alternative for "printf()...

MARKOV/String-Print-0.94 - 01 Mar 2020 11:39:41 UTC - Search in distribution

ODF::lpOD::Tutorial - A few basic recipes about lpOD River stage one • 2 direct dependents • 2 total dependents

This tutorial is intended to provide the user with a basic understanding of the lpOD tool set through simple examples that execute various operations in documents. It's not a reference manual; it's just intended to introduce the big picture and allow...

ABEVERLEY/ODF-lpOD-1.200 - 06 Apr 2024 20:42:43 UTC - Search in distribution

WWW::BetfairNG - Object-oriented Perl interface to the Betfair JSON API River stage zero No dependents

Betfair is an online betting exchange which allows registered users to interact with it using a JSON-based API. This module provides an interface to that service which handles the JSON exchange, taking and returning perl data structures (usually hash...

MYRDDIN/WWW-BetfairNG-0.15 - 11 Jan 2019 13:34:10 UTC - Search in distribution

share::Exegesis::E07 River stage one • 2 direct dependents • 2 total dependents

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution
58 results (0.118 seconds)