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 "distribution:perl HANDLE"

Tie::Handle - base class definitions for tied handles River stage five • 11693 direct dependents • 33184 total dependents

This module provides some skeletal methods for handle-tying classes. See perltie for a list of the functions required in tying a handle to a package. The basic Tie::Handle package provides a "new" method, as well as methods "TIEHANDLE", "PRINT", "PRI...

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

Tie::Handle - base class definitions for tied handles River stage five • 11693 direct dependents • 33184 total dependents

This module provides some skeletal methods for handle-tying classes. See perltie for a list of the functions required in tying a handle to a package. The basic Tie::Handle package provides a "new" method, as well as methods "TIEHANDLE", "PRINT", "PRI...

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

DirHandle - (obsolete) supply object methods for directory handles River stage five • 11693 direct dependents • 33184 total dependents

There is no reason to use this module nowadays. The "DirHandle" method provide an alternative interface to the opendir(), closedir(), readdir(), and rewinddir() functions. Up to Perl 5.5, opendir() could not autovivify a directory handle from "undef"...

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

DirHandle - (obsolete) supply object methods for directory handles River stage five • 11693 direct dependents • 33184 total dependents

There is no reason to use this module nowadays. The "DirHandle" method provide an alternative interface to the opendir(), closedir(), readdir(), and rewinddir() functions. Up to Perl 5.5, opendir() could not autovivify a directory handle from "undef"...

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

FileHandle - supply object methods for filehandles River stage five • 11693 direct dependents • 33184 total dependents

NOTE: This class is now a front-end to the IO::* classes. "FileHandle::new" creates a "FileHandle", which is a reference to a newly created symbol (see the Symbol package). If it receives any parameters, they are passed to "FileHandle::open"; if the ...

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

FileHandle - supply object methods for filehandles River stage five • 11693 direct dependents • 33184 total dependents

NOTE: This class is now a front-end to the IO::* classes. "FileHandle::new" creates a "FileHandle", which is a reference to a newly created symbol (see the "Symbol" package). If it receives any parameters, they are passed to "FileHandle::open"; if th...

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

Tie::StdHandle - base class definitions for tied handles River stage five • 11693 direct dependents • 33184 total dependents

The Tie::StdHandle package provide most methods for file handles described in perltie (the exceptions are "UNTIE" and "DESTROY"). It causes tied file handles to behave exactly like standard file handles and allow for selective overwriting of methods....

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

Tie::StdHandle - base class definitions for tied handles River stage five • 11693 direct dependents • 33184 total dependents

The Tie::StdHandle package provide most methods for file handles described in perltie (the exceptions are "UNTIE" and "DESTROY"). It causes tied file handles to behave exactly like standard file handles and allow for selective overwriting of methods....

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

B - The Perl Compiler Backend River stage five • 11693 direct dependents • 33184 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 • 11693 direct dependents • 33184 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

utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source code River stage five • 11693 direct dependents • 33184 total dependents

The "use utf8" pragma tells the Perl parser to allow UTF-8 in the program text in the current lexical scope. The "no utf8" pragma tells Perl to switch back to treating the source text as literal bytes in the current lexical scope. (On EBCDIC platform...

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

utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source code River stage five • 11693 direct dependents • 33184 total dependents

The "use utf8" pragma tells the Perl parser to allow UTF-8 in the program text in the current lexical scope. The "no utf8" pragma tells Perl to switch back to treating the source text as literal bytes in the current lexical scope. (On EBCDIC platform...

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

todo - Perl TO-DO list River stage five • 11693 direct dependents • 33184 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 • 11693 direct dependents • 33184 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

h2xs - convert .h C header files to Perl extensions River stage five • 11693 direct dependents • 33184 total dependents

*h2xs* builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The *module_name* will be used for the name of the extension. I...

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

h2xs - convert .h C header files to Perl extensions River stage five • 11693 direct dependents • 33184 total dependents

*h2xs* builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The *module_name* will be used for the name of the extension. I...

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

h2ph - convert .h C header files to .ph Perl header files River stage five • 11693 direct dependents • 33184 total dependents

*h2ph* converts any C header files specified to the corresponding Perl header file format. It is most easily run while in /usr/include: cd /usr/include; h2ph * sys/* or cd /usr/include; h2ph * sys/* arpa/* netinet/* or cd /usr/include; h2ph -r -l . T...

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

h2ph - convert .h C header files to .ph Perl header files River stage five • 11693 direct dependents • 33184 total dependents

*h2ph* converts any C header files specified to the corresponding Perl header file format. It is most easily run while in /usr/include: cd /usr/include; h2ph * sys/* or cd /usr/include; h2ph * sys/* arpa/* netinet/* or cd /usr/include; h2ph -r -l . T...

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
225 results (0.037 seconds)