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

VMS::Stdio - standard I/O functions via VMS extensions River stage five • 11693 direct dependents • 33184 total dependents

This package gives Perl scripts access via VMS extensions to several C stdio operations not available through Perl's CORE I/O functions. The specific routines are described below. These functions are prototyped as unary operators, with the exception ...

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

VMS::Stdio - standard I/O functions via VMS extensions River stage five • 11693 direct dependents • 33184 total dependents

This package gives Perl scripts access via VMS extensions to several C stdio operations not available through Perl's CORE I/O functions. The specific routines are described below. These functions are prototyped as unary operators, with the exception ...

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

VMS::DCLsym - Perl extension to manipulate DCL symbols River stage five • 11693 direct dependents • 33184 total dependents

The VMS::DCLsym extension provides access to DCL symbols using a tied hash interface. This allows Perl scripts to manipulate symbols in a manner similar to the way in which logical names are manipulated via the built-in %ENV hash. Alternatively, one ...

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

VMS::DCLsym - Perl extension to manipulate DCL symbols River stage five • 11693 direct dependents • 33184 total dependents

The VMS::DCLsym extension provides access to DCL symbols using a tied hash interface. This allows Perl scripts to manipulate symbols in a manner similar to the way in which logical names are manipulated via the built-in %ENV hash. Alternatively, one ...

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

VMS::Filespec - convert between VMS and Unix file specification syntax River stage five • 11693 direct dependents • 33184 total dependents

This package provides routines to simplify conversion between VMS and Unix syntax when processing file specifications. This is useful when porting scripts designed to run under either OS, and also allows you to take advantage of conveniences provided...

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

VMS::Filespec - convert between VMS and Unix file specification syntax River stage five • 11693 direct dependents • 33184 total dependents

This package provides routines to simplify conversion between VMS and Unix syntax when processing file specifications. This is useful when porting scripts designed to run under either OS, and also allows you to take advantage of conveniences provided...

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

vmsish - Perl pragma to control VMS-specific language features River stage five • 11693 direct dependents • 33184 total dependents

If no import list is supplied, all possible VMS-specific features are assumed. Currently, there are four VMS-specific features available: 'status' (a.k.a '$?'), 'exit', 'time' and 'hushed'. If you're not running VMS, this module does nothing. "vmsish...

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

vmsish - Perl pragma to control VMS-specific language features River stage five • 11693 direct dependents • 33184 total dependents

If no import list is supplied, all possible VMS-specific features are assumed. Currently, there are four VMS-specific features available: 'status' (a.k.a '$?'), 'exit', 'time' and 'hushed'. If you're not running VMS, this module does nothing. "vmsish...

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

perl - The Perl 5 language interpreter River stage five • 11693 direct dependents • 33184 total dependents

Perl officially stands for Practical Extraction and Report Language, except when it doesn't. Perl was originally a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that ...

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

perl - The Perl 5 language interpreter River stage five • 11693 direct dependents • 33184 total dependents

Perl officially stands for Practical Extraction and Report Language, except when it doesn't. Perl was originally a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that ...

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

perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores) River stage five • 11693 direct dependents • 33184 total dependents

The basic IPC facilities of Perl are built out of the good old Unix signals, named pipes, pipe opens, the Berkeley socket routines, and SysV IPC calls. Each is used in slightly different situations....

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

perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores) River stage five • 11693 direct dependents • 33184 total dependents

The basic IPC facilities of Perl are built out of the good old Unix signals, named pipes, pipe opens, the Berkeley socket routines, and SysV IPC calls. Each is used in slightly different situations....

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

perliol - C API for Perl's implementation of IO in Layers. River stage five • 11693 direct dependents • 33184 total dependents

This document describes the behavior and implementation of the PerlIO abstraction described in perlapio when "USE_PERLIO" is defined. History and Background The PerlIO abstraction was introduced in perl5.003_02 but languished as just an abstraction u...

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

perliol - C API for Perl's implementation of IO in Layers. River stage five • 11693 direct dependents • 33184 total dependents

This document describes the behavior and implementation of the PerlIO abstraction described in perlapio when "USE_PERLIO" is defined. History and Background The PerlIO abstraction was introduced in perl5.003_02 but languished as just an abstraction u...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 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
125 results (0.074 seconds)