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 "interpolate"

SQL::Interpolate - Simplified interpolation of Perl variables into SQL statements River stage zero No dependents

Purpose SQL::Interpolate interpolates Perl variables into SQL statements in a simplified manner. It converts a list of intermixed SQL fragments and variable references into a conventional SQL string and *list of bind values* suitable for passing onto...

DMANURA/SQL-Interpolate-0.32 - 05 Nov 2005 20:22:08 UTC - Search in distribution

Math::Interpolate - Interpolate the value Y from X using a list of (X, Y) pairs River stage one • 1 direct dependent • 1 total dependent

BZAJAC/Math-Interpolate-1.06 - 10 Nov 2013 23:48:43 UTC - Search in distribution

String::Interpolate - Wrapper for builtin the Perl interpolation engine. River stage one • 4 direct dependents • 5 total dependents

"String::Interpolate" provides a neat interface to the solution to that perenial Perl problem - how to invoke the Perl string interpolation engine on a string contained in a scalar variable. A "String::Interpolate" object encapsulates a string and a ...

NEILB/String-Interpolate-0.33 - 25 Mar 2021 22:54:03 UTC - Search in distribution

Tie::Hash::Interpolate - tied mathematical interpolation/extrapolation River stage zero No dependents

"Tie::Hash::Interpolate" provides a mechanism for using a hash as a lookup table for interpolated and extrapolated values. Hashes can either be tied using the "tie" builtin or by constructing one with the "new()" method. After your hash is tied (NOTE...

DANBOO/Tie-Hash-Interpolate-0.08 - 06 Jan 2023 07:25:27 UTC - Search in distribution

String::Interpolate::RE - interpolate variables into strings using regular expressions River stage one • 1 direct dependent • 1 total dependent

This module interpolates variables into strings using regular expression matching rather than Perl's built-in interpolation mechanism and thus hopefully does not suffer from the security problems inherent in using eval to interpolate into strings of ...

DJERIUS/String-Interpolate-RE-0.11 - 01 Sep 2021 20:09:05 UTC - Search in distribution

Alien::Build::Interpolate - Advanced interpolation engine for Alien builds River stage four • 278 direct dependents • 1448 total dependents

PLICEASE/Alien-Build-2.80 - 11 May 2023 22:32:47 UTC - Search in distribution

String::Interpolate::Named - Interpolated named arguments in string River stage one • 2 direct dependents • 6 total dependents

String::Interpolate::Named provides a function to interpolate named *arguments* by *target texts* in a template string. The target texts are provided to the function via a hash, where the keys correspond to the named argument to be replaced, or a sub...

JV/String-Interpolate-Named-1.03 - 13 Jan 2022 08:56:03 UTC - Search in distribution

String::Interpolate::Shell - Variable interpolation, shell style River stage zero No dependents

String::Interpolate::Shell interpolates variables into strings. Variables are specified using a syntax similar to that use by bash. Undefined variables can be silently ignored, removed from the string, can cause warnings to be issued or errors to be ...

DJERIUS/String-Interpolate-Shell-0.02 - 23 Jun 2017 19:08:49 UTC - Search in distribution

HTML::Entities::Interpolate - Call HTML::Entities::encode_entities, via a hash, within a string River stage two • 9 direct dependents • 15 total dependents

"HTML::Entities::Interpolate" is a pure Perl module....

RSAVAGE/HTML-Entities-Interpolate-1.10 - 04 Sep 2016 22:10:19 UTC - Search in distribution

String::Interpolate::Delayed - delay string interpolation until you really want it River stage zero No dependents

This module allows you to create strings which are interpolated, but not immediately. Running the code in the SYNPOSIS will print the name of one of my favourite lords, even though at the time $str was declared, the variables $role and $thing had sti...

TOBYINK/String-Interpolate-Delayed-0.002 - 10 Sep 2014 22:44:04 UTC - Search in distribution

PPI::Token::Quote::Interpolate - The interpolation quote-like operator River stage four • 194 direct dependents • 1596 total dependents

A "PPI::Token::Quote::Interpolate" object represents a single interpolation quote-like operator, such as "qq{$foo bar $baz}"....

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC - Search in distribution
  • PPI - Parse, Analyze and Manipulate Perl (without perl)

Template::Plugin::Meta::Interpolate - Allow evaluation of META parameters River stage zero No dependents

It is common to wrap Template Toolkit templates in a base template, then use the meta function to set a page tittle. [% META title = 'Book List' %] Unfortunately the tittle can only contain static text. This plugin allow you to also use variables and...

RUNARB/Template-Plugin-Meta-Interpolate-0.02 - 05 Jan 2016 11:21:24 UTC - Search in distribution

Bencher::Scenario::String::Interpolate - Benchmark string interpolation 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-String-Interpolate-0.002 - 16 Apr 2023 00:05:46 UTC - Search in distribution

Template::Refine::Cookbook::Interpolate - learn how to interpolate "variables" into HTML River stage zero No dependents

We'll start with a very simple task -- variable interpolation. In "Template::Refine", we look at document regions, not "control structures", so the input HTML can look like anything. The designer doesn't need to specifically mention in the template w...

JROCKWAY/Template-Refine-0.02 - 11 Sep 2008 11:11:43 UTC - Search in distribution

String::MatchInterpolate - named regexp capture and interpolation from the same template. River stage zero No dependents

This module provides an object class which represents a string matching and interpolation pattern. It contains named-variable placeholders which include a regexp pattern to match them on. An instance of this class represents a single pattern, which c...

PEVANS/String-MatchInterpolate-0.06 - 15 Oct 2010 23:17:29 UTC - Search in distribution

lib/Bencher/ScenarioR/StringInterpolate.pm River stage one • 1 direct dependent • 1 total dependent

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-StringInterpolate-0.001 - 23 Feb 2020 03:12:04 UTC - Search in distribution

Acme::Locals - Interpolate like PythonsolRuby. River stage zero No dependents

This module let's you interpolate like Python and Ruby....

ASKSH/Acme-Locals-0.0.1 - 22 Nov 2007 10:11:01 UTC - Search in distribution

String::TT - use TT to interpolate lexical variables River stage one • 2 direct dependents • 3 total dependents

String::TT exports a "tt" function, which takes a TT (Template Toolkit) template as its argument. It uses the current lexical scope to resolve variable references. So if you say: my $foo = 42; my $bar = 24; tt '[% foo %] <-> [% bar %]'; the result wi...

BOBTFISH/String-TT-0.03 - 11 Jun 2010 10:44:40 UTC - Search in distribution

SQL::Interp - Interpolate Perl variables into SQL statements River stage one • 1 direct dependent • 1 total dependent

SQL::Interp converts a list of intermixed SQL fragments and variable references into a conventional SQL string and *list of bind values* suitable for passing onto DBI. This simple technique creates database calls that are simpler to create and easier...

YORHEL/SQL-Interp-1.27 - 15 Feb 2021 09:27:30 UTC - Search in distribution
  • DBIx::Interp - Interpolate Perl variables into SQL with DBI
298 results (0.092 seconds)