Search results for "module:Interpolation"

Interpolation - Arbitrary string interpolation semantics (using tie()) River stage zero No dependents

Beginners always want to write this: print "The sum of three and four is: 3+4"; And they want the "3+4" part to be evaluated, so that it prints this: The sum of three and four is: 7 Of course, it's a double-quoted string, so it's not evaluated. The o...

JENDA/Interpolation-0.74 - 30 Sep 2009 14:09:48 UTC

MDOM::Token::Interpolation - A Interpolation Token node for Makefile DOM River stage one • 1 direct dependent • 2 total dependents

A interpolation token node....

AGENT/Makefile-DOM-0.008 - 19 Nov 2014 00:42:41 UTC

String::Binary::Interpolation - make it easier to interpolate binary bytes into a string River stage zero No dependents

DCANTRELL/String-Binary-Interpolation-1.0.1 - 29 Oct 2023 22:00:05 UTC

PostScript::Calendar - Generate a monthly calendar in PostScript River stage zero No dependents

PostScript::Calendar generates printable calendars using PostScript. PostScript::Calendar uses Date::Calc's *_to_Text functions, so you can change the language used by calling Date::Calc's "Language" function before creating your calendar. Years must...

CJM/PostScript-Calendar-1.02 - 13 Jun 2015 16:11:41 UTC

PPIx::Regexp::Token::Interpolation - Represent an interpolation in the PPIx::Regexp package. River stage three • 9 direct dependents • 167 total dependents

This class represents a variable interpolation into a regular expression. In the "SYNOPSIS" the $foo would be represented by an object of this class. Incompatible Change: Parse of '@{[ ... ]}' In versions 0.083 and earlier, '@{[ ... ]}' parsed as a m...

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC

PPIx::QuoteLike::Token::Interpolation - Represent an interpolation River stage one • 5 direct dependents • 8 total dependents

This Perl class represents an interpolation into a quote-like string....

WYANT/PPIx-QuoteLike-0.023 - 16 Sep 2022 13:16:09 UTC

Perl::ToPerl6::Transformer::BasicTypes::Strings::Interpolation - Format ${x} correctly River stage zero No dependents

In Perl6, contents inside {} are now executable code. That means that inside interpolated strings, "${x}" will be parsed as "${x()}" and throw an exception if "x()" is not defined. As such, this transforms "${x}" into "{$x}": "The $x bit" --> "The $x...

JGOFF/Perl-ToPerl6-0.040 - 30 Aug 2015 18:57:46 UTC
7 results (0.014 seconds)