The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:perl GSAR"

DB - programmatic interface to the Perl debugging API River stage five • 11693 direct dependents • 33184 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 • 11693 direct dependents • 33184 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

perlbug - how to submit bug reports on Perl River stage five • 11693 direct dependents • 33184 total dependents

This program is designed to help you generate bug reports (and thank-you notes) about perl5 and the modules which ship with it. In most cases, you can just run it interactively from a command line without any special arguments and follow the prompts....

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

perlbug - how to submit bug reports on Perl River stage five • 11693 direct dependents • 33184 total dependents

This program is designed to help you generate bug reports (and thank-you notes) about perl5 and the modules which ship with it. In most cases, you can just run it interactively from a command line without any special arguments and follow the prompts....

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

perlport - Writing portable Perl River stage five • 11693 direct dependents • 33184 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 • 11693 direct dependents • 33184 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

perlhack - How to hack on Perl River stage five • 11693 direct dependents • 33184 total dependents

This document explains how Perl development works. It includes details about the Perl 5 Porters email list, the Perl repository, the Perl bug tracker, patch guidelines, and commentary on Perl development philosophy....

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

perlhack - How to hack on Perl River stage five • 11693 direct dependents • 33184 total dependents

This document explains how Perl development works. It includes details about the Perl 5 Porters email list, the Perl repository, the Perl bug tracker, patch guidelines, and commentary on Perl development philosophy....

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

perlfork - Perl's fork() emulation River stage five • 11693 direct dependents • 33184 total dependents

The fork() emulation is implemented at the level of the Perl interpreter. What this means in general is that running fork() will actually clone the running interpreter and all its state, and run the cloned interpreter in a separate thread, beginning ...

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

perlfork - Perl's fork() emulation River stage five • 11693 direct dependents • 33184 total dependents

The fork() emulation is implemented at the level of the Perl interpreter. What this means in general is that running fork() will actually clone the running interpreter and all its state, and run the cloned interpreter in a separate thread, beginning ...

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

File::Glob - Perl extension for BSD glob routine River stage five • 11693 direct dependents • 33184 total dependents

The glob angle-bracket operator "<>" is a pathname generator that implements the rules for file name pattern matching used by Unix-like shells such as the Bourne shell or C shell. File::Glob::bsd_glob() implements the FreeBSD glob(3) routine, which i...

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

File::Glob - Perl extension for BSD glob routine River stage five • 11693 direct dependents • 33184 total dependents

The glob angle-bracket operator "<>" is a pathname generator that implements the rules for file name pattern matching used by Unix-like shells such as the Bourne shell or C shell. File::Glob::bsd_glob() implements the FreeBSD glob(3) routine, which i...

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

perlnumber - semantics of numbers and numeric operations in Perl River stage five • 11693 direct dependents • 33184 total dependents

This document describes how Perl internally handles numeric values. Perl's operator overloading facility is completely ignored here. Operator overloading allows user-defined behaviors for numbers, such as operations over arbitrarily large integers, f...

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

perlnumber - semantics of numbers and numeric operations in Perl River stage five • 11693 direct dependents • 33184 total dependents

This document describes how Perl internally handles numeric values. Perl's operator overloading facility is completely ignored here. Operator overloading allows user-defined behaviors for numbers, such as operations over arbitrarily large integers, f...

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

perl56delta - what's new for perl v5.6.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.005 release and the 5.6.0 release....

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

perl56delta - what's new for perl v5.6.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.005 release and the 5.6.0 release....

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

perl561delta - what's new for perl v5.6.1 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.005 release and the 5.6.1 release....

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

perl561delta - what's new for perl v5.6.1 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.005 release and the 5.6.1 release....

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

perl5005delta - what's new for perl5.005 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.004 release and this one....

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

perl5005delta - what's new for perl5.005 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.004 release and this one....

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