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

Search results for "module:if"

if - use a Perl module if a condition holds River stage five • 226 direct dependents • 32646 total dependents

"use if" The "if" module is used to conditionally load another module. The construct: use if CONDITION, "MODULE", ARGUMENTS; ... will load "MODULE" only if "CONDITION" evaluates to true; it has no effect if "CONDITION" evaluates to false. (The module...

XSAWYERX/if-0.0608 - 19 Feb 2018 20:28:10 UTC

if::prog - use a Perl module if program matches River stage one • 1 direct dependent • 1 total dependent

use if::prog $prog, MODULE => ARGUMENTS; is a shortcut for: use if $0 =~ $prog, MODULE => ARGUMENTS; The reason this pragma is created is to make it easier to specify on command-line (especially using the "-M" perl switch or in "PERL5OPT")....

PERLANCAR/if-Pragmas-0.01 - 09 Oct 2014 16:39:51 UTC

Quiq::If - Liefere Werte unter einer Bedingung River stage zero No dependents

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC

Test::If - Test only if ... River stage one • 2 direct dependents • 2 total dependents

MONS/Test-If-0.01 - 11 Nov 2009 21:50:28 UTC

PerlIO::if - Push layers conditionally River stage zero No dependents

This module provides a conditional PerlIO layer....

LEONT/PerlIO-if-0.003 - 04 Jul 2011 11:27:07 UTC

if::Pragmas - Various if::* pragmas River stage one • 1 direct dependent • 1 total dependent

This distribution packages these modules: if::prog if::notprog Please see respective module's documentation for more details....

PERLANCAR/if-Pragmas-0.01 - 09 Oct 2014 16:39:51 UTC

if::minus_e - only load and import modules for one-liners River stage zero No dependents

MSTROUT/App-MyPerl-0.003000 - 20 Jul 2013 18:02:49 UTC

if::notprog - use a Perl module if program matches River stage one • 1 direct dependent • 1 total dependent

use if::notprog $prog, MODULE => ARGUMENTS; is a shortcut for: use if $0 !~ $prog, MODULE => ARGUMENTS; The reason this pragma is created is to make it easier to specify on command-line (especially using the "-M" perl switch or in "PERL5OPT")....

PERLANCAR/if-Pragmas-0.01 - 09 Oct 2014 16:39:51 UTC

lib::if::dev - Use lib/ if we're in a dev root River stage one • 1 direct dependent • 3 total dependents

If you're running a script from your development root (or anything else for that matter), it's often fun to figure out how to include lib/ in your command both so that you don't need to remember to do a "-Ilib" or have to remember to remove 'use lib ...

RSRCHBOY/lib-if-dev-0.002 - 24 Feb 2013 16:34:27 UTC

Solution::Tag::If - Basic If/Elsif/Else Construct River stage zero No dependents

If I need to describe if/else to you... Oy. "if" executes the statement once if and *only* if the condition is true. If the condition is false, the first "elseif" condition is evaluated. If that is also false it continues in the same pattern until we...

SANKO/Solution-v0.9.1 - 04 Jul 2012 04:43:14 UTC

Tangerine::hook::if - Process use if statements. River stage one • 1 direct dependent • 1 total dependent

This hook catches "use if" statements, strips the condition and returns the modified statement for further processing....

CONTYK/Tangerine-0.23 - 23 Oct 2016 20:37:55 UTC

Dotiac::DTL::Tag::if - The {% if [not ]VARIABLE1[ or [not ]VARIABLE2[ or ..]]|[and [not ]VARIABLE2[ and ..]] %} tag River stage one • 7 direct dependents • 7 total dependents

Conditional rendering of templates, everything between {% if .. %} and {% else %} or {% endif %} is only rendered if the condition in the if clause is true. The part between {% else %} and {% endif %}, if exists, is only rendered if the condition is ...

MALUKU/Dotiac-0.8 - 09 Feb 2009 05:35:21 UTC

Konstrukt::Plugin::if - Conditional blocks River stage zero No dependents

Will put out the appropriate content for the conditions. Will delete the block, if no condition matches and no else block is supplied. The condition will be "eval"'ed. So if you only want to check if a value is true, you might want to encapsulate it ...

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Dist::Zilla::Plugin::if - Load a plugin only if a condition is true River stage zero No dependents

"if" is intended to be a similar utility to perl "if". It will execute all of "condition" in turn, and only when all return true, will the plugin be added to "Dist::Zilla"...

KENTNL/Dist-Zilla-Plugin-if-0.002002 - 09 Mar 2017 10:12:28 UTC

Erlang::Parser::Node::If - an 'if' statement River stage zero No dependents

A list of guards and statement blocks to execute if one is true. Accessors "cases" A list of Erlang::Parser::Node::IfExprs. Methods "print" Pretty-prints the node to its filehandle argument....

ANNELI/Erlang-Parser-0.6 - 20 Jun 2016 07:29:54 UTC

Template::Liquid::Tag::If - Basic If/Elsif/Else Construct River stage one • 4 direct dependents • 4 total dependents

If I need to describe if/else to you... Oy. "if" executes the statement once if and *only* if the condition is true. If the condition is false, the first "elseif" condition is evaluated. If that is also false it continues in the same pattern until we...

SANKO/Template-Liquid-1.0.23 - 25 Sep 2023 22:17:51 UTC

PORE/Node/If.pm River stage zero No dependents

ZTANG/Text-PORE-1.02 - 23 Feb 2004 00:21:00 UTC

lib/DTL/Fast/Tag/If.pm River stage one • 1 direct dependent • 2 total dependents

HURRICUP/DTL-Fast-2017.1 - 09 May 2017 17:15:31 UTC

lib/Psh/Builtins/If.pm River stage zero No dependents

GREGOR/psh-1.8.1 - 21 Jul 2007 05:11:31 UTC

lib/VoiceXML/Client/Item/If.pm River stage zero No dependents

PDEEGAN/VoiceXML-Client-1.01 - 04 Feb 2008 07:30:00 UTC
40 results (0.021 seconds)