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

Search results for "module:UNIVERSAL::require"

UNIVERSAL::require - require() modules from a variable [deprecated] River stage three • 201 direct dependents • 596 total dependents

Before using this module, you should look at the alternatives, some of which are listed in SEE ALSO below. This module provides a safe mechanism for loading a module at runtime, when you have the name of the module in a variable. If you've ever had t...

NEILB/UNIVERSAL-require-0.19 - 27 Mar 2021 15:52:16 UTC

first - use the first loadable module in a list River stage one • 2 direct dependents • 3 total dependents

Two main circumstances I've encountered where this is useful is: * when you have a list of modules that have the same interface but are more desirable for one reason or another like speed, portability, or availability. use first 'CGI::Simple', 'CGI::...

DMUEY/first-v0.0.1 - 03 Feb 2007 16:40:49 UTC

UNIVERSAL - base class for ALL classes (blessed references) River stage five • 11292 direct dependents • 32664 total dependents

"UNIVERSAL" is the base class from which all blessed references inherit. See perlobj. "UNIVERSAL" provides the following methods: "$obj->isa( TYPE )" "CLASS->isa( TYPE )" "eval { VAL->isa( TYPE ) }" Where "TYPE" is a package name $obj is a blessed re...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

UNIVERSAL - base class for ALL classes (blessed references) River stage five • 11292 direct dependents • 32664 total dependents

"UNIVERSAL" is the base class from which all blessed references inherit. See perlobj. "UNIVERSAL" provides the following methods: "$obj->isa( TYPE )" "CLASS->isa( TYPE )" "eval { VAL->isa( TYPE ) }" Where "TYPE" is a package name $obj is a blessed re...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

AnyLoader - Automagically loads modules for fully qualified functions River stage zero No dependents

AnyLoader will automagically load the module and import the function for any fully qualified function call. Essentially, this means you can just call functions without worrying about loading the module first. In the example above, AnyLoader does the ...

MSCHWERN/AnyLoader-0.04 - 29 Nov 2000 15:18:32 UTC

UNIVERSAL::new - Load a module when you call the new method on it River stage zero No dependents

This module installs a universal, fallback "new" method. When called, it loads the invoking module like "require" would. If the module has a "new" method, control is transferred to that method. This is most useful for command line scripts via the U a...

DAGOLDEN/UNIVERSAL-new-0.001 - 06 Apr 2013 02:25:47 UTC

UNIVERSAL::DOES - Provides UNIVERSAL::DOES() method for older perls River stage two • 4 direct dependents • 15 total dependents

"UNIVERSAL::DOES" provides a "UNIVERSAL::DOES()" method for compatibility with perl 5.10.x. This module also provides a "does()" function that checks something does some roles, suggested in perltodo....

GFUJI/UNIVERSAL-DOES-0.005 - 22 Aug 2014 23:13:39 UTC

UNIVERSAL::filename - file location inspector of modules River stage one • 1 direct dependent • 3 total dependents

Similiar to the 'require' operator, UNIVERSAL::filename inspects %INC to for the file location of a particular module. No magic here, that means you can't find the file location of a module embeded in the file that belongs to another module....

SHELLING/UNIVERSAL-filename-0.03 - 04 Apr 2012 12:52:30 UTC

Class::SingletonMethod - Extend individual objects with additional methods River stage zero No dependents

This module provides a Perl implementation of singleton methods. The Ruby FAQ defines singleton methods like so: (Q) What is a singleton method? (A) A singleton method is defined for the particular object but in the class. A singleton method allows a...

SIMON/Class-SingletonMethod-1.0 - 01 Jan 2004 15:51:48 UTC

UNIVERSAL::derived_classes - Returns derived classes of a class River stage zero No dependents

"UNIVERSAL::derived_classes" provides the following methods: "CLASS->derived_classes(REVERSED)" "$obj->derived_classes(REVERSED)" Where "REVERSED" is the flag to reverse classes When used as a class method ("CLASS->derived_classes(REVERSED)"), "deriv...

TAMASHIRO/UNIVERSAL-derived_classes-0.02 - 28 Nov 2007 11:54:32 UTC

DataStore::CAS::FS::DirCodec::Universal - Codec for saving all arbitrary fields of a DirEnt River stage zero No dependents

This DirCodec can store any arbitrary metadata about a file. It uses JSON for its encoding, so other languages/platforms should be able to easily interface with the files this codec writes ... except for Unicode caveats. Unicode JSON requires that al...

NERDVANA/DataStore-CAS-FS-0.011000 - 14 May 2013 06:53:16 UTC
11 results (0.027 seconds)