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 attributes"

attributes - get/set subroutine or variable attributes River stage five • 11693 direct dependents • 33184 total dependents

Subroutine declarations and definitions may optionally have attribute lists associated with them. (Variable "my" declarations also may, but see the warning below.) Perl handles these declarations by passing some information about the call site and th...

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

attributes - get/set subroutine or variable attributes River stage five • 11693 direct dependents • 33184 total dependents

Subroutine declarations and definitions may optionally have attribute lists associated with them. (Variable "my" declarations also may, but see the warning below.) Perl handles these declarations by passing some information about the call site and th...

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

POSIX - Perl interface to IEEE Std 1003.1 River stage five • 11693 direct dependents • 33184 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 • 11693 direct dependents • 33184 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

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

OS2::ExtAttr - Perl access to extended attributes. River stage five • 11693 direct dependents • 33184 total dependents

The package provides low-level and high-level interface to Extended Attributes under OS/2. High-level interface: "tie" The only argument of tie() is a file name, or an open file handle. Note that all the changes of the tied hash happen in core, to pr...

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

OS2::ExtAttr - Perl access to extended attributes. River stage five • 11693 direct dependents • 33184 total dependents

The package provides low-level and high-level interface to Extended Attributes under OS/2. High-level interface: "tie" The only argument of tie() is a file name, or an open file handle. Note that all the changes of the tied hash happen in core, to pr...

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

perlvms - VMS-specific documentation for Perl River stage five • 11693 direct dependents • 33184 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

perlvms - VMS-specific documentation for Perl River stage five • 11693 direct dependents • 33184 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

perlrun - how to execute the Perl interpreter River stage five • 11693 direct dependents • 33184 total dependents

The normal way to run a Perl program is by making it directly executable, or else by passing the name of the source file as an argument on the command line. (An interactive Perl environment is also possible--see perldebug for details on how to do tha...

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

perlrun - how to execute the Perl interpreter River stage five • 11693 direct dependents • 33184 total dependents

The normal way to run a Perl program is by making it directly executable, or else by passing the name of the source file as an argument on the command line. (An interactive Perl environment is also possible--see perldebug for details on how to do tha...

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

perlsec - Perl security River stage five • 11693 direct dependents • 33184 total dependents

Perl is designed to make it easy to program securely even when running with extra privileges, like setuid or setgid programs. Unlike most command line shells, which are based on multiple substitution passes on each line of the script, Perl uses a mor...

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

perlsec - Perl security River stage five • 11693 direct dependents • 33184 total dependents

Perl is designed to make it easy to program securely even when running with extra privileges, like setuid or setgid programs. Unlike most command line shells, which are based on multiple substitution passes on each line of the script, Perl uses a mor...

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

perlgit - Detailed information about git and the Perl repository River stage five • 11693 direct dependents • 33184 total dependents

This document provides details on using git to develop Perl. If you are just interested in working on a quick patch, see perlhack first. This document is intended for people who are regular contributors to Perl, including those with write access to t...

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

perlgit - Detailed information about git and the Perl repository River stage five • 11693 direct dependents • 33184 total dependents

This document provides details on using git to develop Perl. If you are just interested in working on a quick patch, see perlhack first. This document is intended for people who are regular contributors to Perl, including those with write access to t...

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

perlobj - Perl object reference River stage five • 11693 direct dependents • 33184 total dependents

This document provides a reference for Perl's object orientation features. If you're looking for an introduction to object-oriented programming in Perl, please see perlootut. In order to understand Perl objects, you first need to understand reference...

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

perlobj - Perl object reference River stage five • 11693 direct dependents • 33184 total dependents

This document provides a reference for Perl's object orientation features. If you're looking for an introduction to object-oriented programming in Perl, please see perlootut. In order to understand Perl objects, you first need to understand reference...

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

perlpod - the Plain Old Documentation format River stage five • 11693 direct dependents • 33184 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

perlpod - the Plain Old Documentation format River stage five • 11693 direct dependents • 33184 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
97 results (0.043 seconds)