Search results for "module:load"

load - control when subroutines will be loaded River stage one • 8 direct dependents • 9 total dependents

The "load" pragma allows a module developer to give the application developer more options with regards to optimize for memory or CPU usage. The "load" pragma gives more control on the moment when subroutines are loaded and start taking up memory. Th...

LNATION/load-0.25 - 15 Apr 2021 13:06:00 UTC

Dyn::Load - FFI to Load Libaries and Access Their Symbols River stage zero No dependents

Dyn::Load wraps the "dynload" library encapsulates dynamic loading mechanisms and gives access to functions in foreign dynamic libraries and code modules....

SANKO/Dyn-0.05 - 14 Dec 2022 16:22:56 UTC

SQL::Load - This module is a simple SQL file loader River stage zero No dependents

Intended to separate SQL from Perl code, this module provides some functions that make it easier to do so....

LTM/SQL-Load-0.06 - 05 Jun 2023 10:44:53 UTC

Sys::Load - Perl module for getting the current system load and uptime River stage one • 1 direct dependent • 1 total dependent

getload() returns 3 elements: representing load averages over the last 1, 5 and 15 minutes. On failure empty list is returned. uptime() returns the system uptime in seconds. Returns 0 on failure. EXPORT None by default....

BARABAS/Sys-Load-0.2 - 01 Sep 2002 10:01:55 UTC

Envy::Load - Load Envy Files River stage zero No dependents

Similar to `envy load ...`....

JPRIT/Envy-2.48 - 06 Jun 2000 15:30:22 UTC

Class::Load - A working (require "Class::Name") and more River stage four • 282 direct dependents • 4985 total dependents

"require EXPR" only accepts "Class/Name.pm" style module names, not "Class::Name". How frustrating! For that, we provide "load_class 'Class::Name'". It's often useful to test whether a module can be loaded, instead of throwing an error when it's not ...

ETHER/Class-Load-0.25 - 10 Jun 2018 20:56:51 UTC

Module::Load - runtime require of both modules and files River stage five • 282 direct dependents • 21538 total dependents

"Module::Load" eliminates the need to know whether you are trying to require either a file or a module. If you consult "perldoc -f require" you will see that "require" will behave differently when given a bareword or a string. In the case of a string...

BINGOS/Module-Load-0.36 - 29 Sep 2020 10:58:42 UTC

lib/GnaData/Load.pm River stage zero No dependents

GNALABS/GnaData-0.01 - 24 May 2003 10:22:37 UTC

SQL::Load::Util River stage zero No dependents

SQL::Load::Util contains useful methods to SQL::Load....

LTM/SQL-Load-0.06 - 05 Jun 2023 10:44:53 UTC

App::CELL::Load - find and load message files and config files River stage one • 5 direct dependents • 5 total dependents

The purpose of the App::CELL::Load module is to provide message and config file finding and loading functionality to the App::CELL::Message and App::CELL::Config modules....

SMITHFARM/App-CELL-0.231 - 28 Jun 2022 10:07:21 UTC

Class::Load::XS - XS implementation of parts of Class::Load River stage four • 4 direct dependents • 4006 total dependents

This module provides an XS implementation for portions of Class::Load. See Class::Load for API details....

ETHER/Class-Load-XS-0.10 - 11 Apr 2017 04:32:59 UTC

Plack::Util::Load - load PSGI application from class, file, or URL River stage zero No dependents

This module exports the function "load_app" to load a PSGI application from file, class name, URL, or port number on localhost. The function will return a code reference or die. A typical use case is the application of unit tests....

VOJ/Plack-Util-Load-0.1 - 05 Mar 2015 11:57:07 UTC

Test::Class::Load - Load Test::Class classes automatically. River stage three • 175 direct dependents • 800 total dependents

"Test::Class" typically uses a helper script to load the test classes. It often looks something like this: #!/usr/bin/perl -T use strict; use warnings; use lib 't/tests'; use MyTest::Foo; use MyTest::Foo::Bar; use MyTest::Foo::Baz; Test::Class->runte...

SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTC

SQL::Load::Method River stage zero No dependents

SQL::Load::Method contains useful methods to SQL::Load, method load from SQL::Load returns a reference....

LTM/SQL-Load-0.06 - 05 Jun 2023 10:44:53 UTC

MYDan::Agent::Load - load data by agent River stage zero No dependents

LIJINFENG/MYDan-0.1.62 - 03 Jul 2020 04:07:32 UTC

CAD::Firemen::Load - Module to parse files from Firemen (like pro and cdb files) River stage zero No dependents

LANGENJO/CAD-Firemen-0.7.2 - 18 Sep 2015 12:47:54 UTC

Module::Load::Util - Some utility routines related to module loading River stage three • 26 direct dependents • 435 total dependents

This module provides some utility routines related to module loading. Currently what it offers now are the two functions "load_module_with_optional_args" and "instantiate_class_with_optional_args". These functions are designed for use with command-li...

PERLANCAR/Module-Load-Util-0.010 - 24 Jan 2024 05:38:58 UTC

Batch::Batchrun::Load - Batchrun extension module. River stage zero No dependents

Contains Batchrun subroutines....

BRTEAM/Batch-Batchrun-1.03 - 21 Aug 1999 20:25:47 UTC

Module::Load::DiffINC - Load a module and show difference in %INC before vs after River stage one • 1 direct dependent • 1 total dependent

This module will record %INC, load (using "require()") all modules specified in the import argument, then compare %INC with the originally recorded before loading the modules....

PERLANCAR/Module-Load-DiffINC-0.001 - 02 Aug 2017 05:28:47 UTC

Module::Load::In::INIT - Load modules in INIT phase River stage one • 6 direct dependents • 6 total dependents

This module can load (or perhaps defer loading) modules in the INIT phase instead of the BEGIN phase. One use-case where it is useful: monkey-patching a module (using a Module::Patch-based module) in a fatpacked script (see Module::FatPack or App::Fa...

PERLANCAR/Module-Load-In-INIT-0.005 - 18 Feb 2018 11:17:34 UTC
53 results (0.021 seconds)