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

Search results for "SelfLoader"

SelfLoader - load functions only on demand River stage one • 5 direct dependents • 5 total dependents

This module tells its users that functions in the FOOBAR package are to be autoloaded from after the "__DATA__" token. See also "Autoloading" in perlsub. The __DATA__ token The "__DATA__" token tells the perl compiler that the perl code for compilati...

SMUELLER/SelfLoader-1.24 - 03 Aug 2017 14:09:57 UTC - Search in distribution

perltidy - a perl script indenter and reformatter River stage three • 77 direct dependents • 143 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240202 - 01 Feb 2024 13:55:33 UTC - Search in distribution

todo - Perl TO-DO list River stage five • 11292 direct dependents • 32664 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

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

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 - Search in distribution

ifdef - conditionally enable text within pod sections as code River stage zero No dependents

The "ifdef" pragma allows a developer to add sections of code that will be compiled and executed only when the "ifdef" pragma is specifically enabled. If the "ifdef" pragma is not enabled, then there is no overhead involved in either compilation of e...

LNATION/ifdef-0.10 - 09 Nov 2019 15:43:18 UTC - Search in distribution

IT::perltoot River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

later - A pragma to postpone using a module River stage zero No dependents

The "later" pragma enables you to postpone using a module until any of its methods is needed during runtime....

ERWAN/later-0.05 - 23 Apr 2014 16:40:34 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

PDL::NiceSlice - toward a nicer slicing syntax for PDL River stage three • 93 direct dependents • 101 total dependents

Slicing is a basic, extremely common operation, and PDL's "slice" in PDL::Slices method would be cumbersome to use in many cases. "PDL::NiceSlice" rectifies that by incorporating new slicing syntax directly into the language via a perl *source filter...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution

LibWeb::CGI - Extra cgi supports for libweb applications River stage zero No dependents

METHODS new() args: [ -post_max=>, -disable_uploads=>, -auto_escape=> ] * "-post_max" is the ceiling on the size of POSTings, in bytes. The default for LibWeb::CGI is 100 Kilobytes. * "-disable_uploads", if non-zero, will disable file uploads complet...

CKONG/LibWeb-0.02 - 19 Jul 2000 22:25:12 UTC - Search in distribution

Devel::Profiler - a Perl profiler compatible with dprofpp River stage one • 1 direct dependent • 1 total dependent

This module implements a Perl profiler that outputs profiling data in a format compatible with "dprofpp", Devel::DProf's profile analysis tool. It is meant to be a drop-in replacement for Devel::DProf. NOTE: If Devel::DProf works for your application...

SAMTREGAR/Devel-Profiler-0.04 - 10 Jun 2002 21:23:49 UTC - Search in distribution

Filter::gunzip - gunzip Perl source code for execution River stage zero No dependents

This filter uncompresses gzipped Perl source code at run-time. It can be used from the command-line to run a .pl.gz file, perl -MFilter::gunzip foo.pl.gz Or in a self-uncompressing executable beginning with a "use Filter::gunzip" then gzip bytes imme...

KRYDE/Filter-gunzip-8 - 11 Nov 2019 00:38:45 UTC - Search in distribution

Module::CoreList::List::5 - List of core modules for perl 5 River stage one • 1 direct dependent • 1 total dependent

This POD page lists all core modules (with their versions) that come with perl 5....

PERLANCAR/Module-CoreList-List-0.001 - 08 Feb 2019 09:15:42 UTC - Search in distribution

Log::Shiras::Unhide - Unhides Log::Shiras hidden comments in @ISA River stage one • 1 direct dependent • 1 total dependent

This package will strip '###SomeKey' tags from your script after the 'use Log::Shiras::Unhide;' statement. It will also recursivly parse down through any included lower level modules as well. If Log::Shiras::Unhide is called in some lower place it's ...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC - Search in distribution

AutoLoader - load subroutines only on demand River stage three • 27 direct dependents • 273 total dependents

The AutoLoader module works with the AutoSplit module and the "__END__" token to defer the loading of some subroutines until they are used rather than loading them all at once. To use AutoLoader, the author of a module has to place the definitions of...

SMUELLER/AutoLoader-5.74 - 25 Oct 2013 17:11:47 UTC - Search in distribution

lib/Docs/Site_SVD/File_AnySpec.pm River stage zero No dependents

SOFTDIA/File-AnySpec-0.06 - 09 Apr 2004 19:20:08 UTC - Search in distribution

lib/Docs/Site_SVD/File_PM2File.pm River stage zero No dependents

SOFTDIA/File-PM2File-0.08 - 09 Apr 2004 16:59:54 UTC - Search in distribution

Autoload::AUTOCAN - Easily set up autoloading River stage one • 2 direct dependents • 6 total dependents

Autoloading is a very powerful mechanism for dynamically handling function calls that are not defined. However, its implementation is very complicated. For the simple case where you wish to allow method calls to methods that don't yet exist, this mod...

DBOOK/Autoload-AUTOCAN-0.005 - 06 Feb 2018 19:18:44 UTC - Search in distribution

Test::Assertions::Manual - A guide to using Test::Assertions River stage two • 12 direct dependents • 82 total dependents

This is a brief guide to how you can use the Test::Assertions module in your code and test scripts. The "Test::Assertions" documentation has a comprehensive list of options....

BBC/Test-Assertions-1.054 - 11 Aug 2006 10:24:22 UTC - Search in distribution

Bundle::Advent::Year2008 - Modules of the 2008 Perl Advent Calendar River stage zero No dependents

DAVIDRW/Advent-Bundles-0.05 - 21 Feb 2011 18:30:09 UTC - Search in distribution
23 results (0.047 seconds)