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

Search results for "dist:perl Time::gmtime"

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

POSIX - Perl interface to IEEE Std 1003.1 River stage five • 11292 direct dependents • 32664 total dependents

The POSIX module permits you to access all (or nearly all) the standard POSIX 1003.1 identifiers. Many of these identifiers have been given Perl-ish interfaces. This document gives a condensed list of the features available in the POSIX module. Consu...

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

POSIX - Perl interface to IEEE Std 1003.1 River stage five • 11292 direct dependents • 32664 total dependents

The POSIX module permits you to access all (or nearly all) the standard POSIX 1003.1 identifiers. Many of these identifiers have been given Perl-ish interfaces. This document gives a condensed list of the features available in the POSIX module. Consu...

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

Opcode - Disable named opcodes when compiling perl code River stage five • 11292 direct dependents • 32664 total dependents

Perl code is always compiled into an internal format before execution. Evaluating perl code (e.g. via "eval" or "do 'file'") causes the code to be compiled into an internal format and then, provided there was no error in the compilation, executed. Th...

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

Opcode - Disable named opcodes when compiling perl code River stage five • 11292 direct dependents • 32664 total dependents

Perl code is always compiled into an internal format before execution. Evaluating perl code (e.g. via "eval" or "do 'file'") causes the code to be compiled into an internal format and then, provided there was no error in the compilation, executed. Th...

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

perlpod - the Plain Old Documentation format River stage five • 11292 direct dependents • 32664 total dependents

Pod is a simple-to-use markup language used for writing documentation for Perl, Perl programs, and Perl modules. Translators are available for converting Pod to various formats like plain text, HTML, man pages, and more. Pod markup consists of three ...

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

perlpod - the Plain Old Documentation format River stage five • 11292 direct dependents • 32664 total dependents

Pod is a simple-to-use markup language used for writing documentation for Perl, Perl programs, and Perl modules. Translators are available for converting Pod to various formats like plain text, HTML, man pages, and more. Pod markup consists of three ...

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

perlvms - VMS-specific documentation for Perl River stage five • 11292 direct dependents • 32664 total dependents

Gathered below are notes describing details of Perl 5's behavior on VMS. They are a supplement to the regular Perl 5 documentation, so we have focussed on the ways in which Perl 5 functions differently under VMS than it does under Unix, and on the in...

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

perlvms - VMS-specific documentation for Perl River stage five • 11292 direct dependents • 32664 total dependents

Gathered below are notes describing details of Perl 5's behavior on VMS. They are a supplement to the regular Perl 5 documentation, so we have focussed on the ways in which Perl 5 functions differently under VMS than it does under Unix, and on the in...

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

perldiag - various Perl diagnostics River stage five • 11292 direct dependents • 32664 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

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

perldiag - various Perl diagnostics River stage five • 11292 direct dependents • 32664 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

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

perlfunc - Perl builtin functions River stage five • 11292 direct dependents • 32664 total dependents

The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...

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

perlfunc - Perl builtin functions River stage five • 11292 direct dependents • 32664 total dependents

The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...

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

perlport - Writing portable Perl River stage five • 11292 direct dependents • 32664 total dependents

Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This document is meant to help you to find out what constitutes portable Perl code. That way once you make a decision to write...

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

perlport - Writing portable Perl River stage five • 11292 direct dependents • 32664 total dependents

Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This document is meant to help you to find out what constitutes portable Perl code. That way once you make a decision to write...

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

perlthrtut - Tutorial on threads in Perl River stage five • 11292 direct dependents • 32664 total dependents

This tutorial describes the use of Perl interpreter threads (sometimes referred to as *ithreads*). In this model, each thread runs in its own Perl interpreter, and any data sharing between threads must be explicit. The user-level interface for *ithre...

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

perlthrtut - Tutorial on threads in Perl River stage five • 11292 direct dependents • 32664 total dependents

This tutorial describes the use of Perl interpreter threads (sometimes referred to as *ithreads*). In this model, each thread runs in its own Perl interpreter, and any data sharing between threads must be explicit. The user-level interface for *ithre...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC
34 results (0.102 seconds)