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

Search results for "distribution:perl Time"

Time::tm - internal object used by Time::gmtime and Time::localtime River stage five • 11292 direct dependents • 32664 total dependents

This module is used internally as a base class by Time::localtime And Time::gmtime functions. It creates a Time::tm struct object which is addressable just like's C's tm structure from time.h; namely with sec, min, hour, mday, mon, year, wday, yday, ...

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

Time::tm - internal object used by Time::gmtime and Time::localtime River stage five • 11292 direct dependents • 32664 total dependents

This module is used internally as a base class by Time::localtime And Time::gmtime functions. It creates a Time::tm struct object which is addressable just like's C's tm structure from time.h; namely with sec, min, hour, mday, mon, year, wday, yday, ...

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

Time::gmtime - by-name interface to Perl's built-in gmtime() function River stage five • 11292 direct dependents • 32664 total dependents

This module's default exports override the core gmtime() function, replacing it with a version that returns "Time::tm" objects. This object has methods that return the similarly named structure field name from the C's tm structure from time.h; namely...

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

Time::gmtime - by-name interface to Perl's built-in gmtime() function River stage five • 11292 direct dependents • 32664 total dependents

This module's default exports override the core gmtime() function, replacing it with a version that returns "Time::tm" objects. This object has methods that return the similarly named structure field name from the C's tm structure from time.h; namely...

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

Time::localtime - by-name interface to Perl's built-in localtime() function River stage five • 11292 direct dependents • 32664 total dependents

This module's default exports override the core localtime() function, replacing it with a version that returns "Time::tm" objects. This object has methods that return the similarly named structure field name from the C's tm structure from time.h; nam...

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

Time::localtime - by-name interface to Perl's built-in localtime() function River stage five • 11292 direct dependents • 32664 total dependents

This module's default exports override the core localtime() function, replacing it with a version that returns "Time::tm" objects. This object has methods that return the similarly named structure field name from the C's tm structure from time.h; nam...

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

B - The Perl Compiler Backend River stage five • 11292 direct dependents • 32664 total dependents

The "B" module supplies classes which allow a Perl program to delve into its own innards. It is the module used to implement the "backends" of the Perl compiler. Usage of the compiler does not require knowledge of this module: see the O module for th...

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

B - The Perl Compiler Backend River stage five • 11292 direct dependents • 32664 total dependents

The "B" module supplies classes which allow a Perl program to delve into its own innards. It is the module used to implement the "backends" of the Perl compiler. Usage of the compiler does not require knowledge of this module: see the O module for th...

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

re - Perl pragma to alter regular expression behaviour River stage five • 11292 direct dependents • 32664 total dependents

'taint' mode When "use re 'taint'" is in effect, and a tainted string is the target of a regexp, the regexp memories (or values returned by the m// operator in list context) are tainted. This feature is useful when regexp operations on tainted data a...

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

re - Perl pragma to alter regular expression behaviour River stage five • 11292 direct dependents • 32664 total dependents

'taint' mode When "use re 'taint'" is in effect, and a tainted string is the target of a regexp, the regexp memories (or values returned by the m// operator in list context) are tainted. This feature is useful when regexp operations on tainted data a...

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

DB - programmatic interface to the Perl debugging API River stage five • 11292 direct dependents • 32664 total dependents

Perl debug information is frequently required not just by debuggers, but also by modules that need some "special" information to do their job properly, like profilers. This module abstracts and provides all of the hooks into Perl internal debugging f...

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

DB - programmatic interface to the Perl debugging API River stage five • 11292 direct dependents • 32664 total dependents

Perl debug information is frequently required not just by debuggers, but also by modules that need some "special" information to do their job properly, like profilers. This module abstracts and provides all of the hooks into Perl internal debugging f...

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

mro - Method Resolution Order River stage five • 11292 direct dependents • 32664 total dependents

The "mro" namespace provides several utilities for dealing with method resolution order and method caching in general. These interfaces are only available in Perl 5.9.5 and higher. See MRO::Compat on CPAN for a mostly forwards compatible implementati...

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

mro - Method Resolution Order River stage five • 11292 direct dependents • 32664 total dependents

The "mro" namespace provides several utilities for dealing with method resolution order and method caching in general. These interfaces are only available in Perl 5.9.5 and higher. See MRO::Compat on CPAN for a mostly forwards compatible implementati...

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

CORE - Namespace for Perl's core routines River stage five • 11292 direct dependents • 32664 total dependents

The "CORE" namespace gives access to the original built-in functions of Perl. The "CORE" package is built into Perl, and therefore you do not need to use or require a hypothetical "CORE" module prior to accessing routines in this namespace. A list of...

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

CORE - Namespace for Perl's core routines River stage five • 11292 direct dependents • 32664 total dependents

The "CORE" namespace gives access to the original built-in functions of Perl. The "CORE" package is built into Perl, and therefore you do not need to use or require a hypothetical "CORE" module prior to accessing routines in this namespace. A list of...

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

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

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...

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

Errno - System errno constants River stage five • 11292 direct dependents • 32664 total dependents

"Errno" defines and conditionally exports all the error constants defined in your system errno.h include file. It has a single export tag, ":POSIX", which will export all POSIX defined error numbers. On Windows, "Errno" also defines and conditionally...

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

Errno - System errno constants River stage five • 11292 direct dependents • 32664 total dependents

"Errno" defines and conditionally exports all the error constants defined in your system errno.h include file. It has a single export tag, ":POSIX", which will export all POSIX defined error numbers. On Windows, "Errno" also defines and conditionally...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
365 results (0.036 seconds)