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

Search results for "distribution:perl file::basename"

File::Basename - Parse file paths into directory, filename and suffix. River stage five • 11292 direct dependents • 32664 total dependents

These routines allow you to parse file paths into their directory, filename and suffix. NOTE: "dirname()" and "basename()" emulate the behaviours, and quirks, of the shell and C functions of the same name. See each function's documentation for detail...

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

File::Basename - Parse file paths into directory, filename and suffix. River stage five • 11292 direct dependents • 32664 total dependents

These routines allow you to parse file paths into their directory, filename and suffix. NOTE: "dirname()" and "basename()" emulate the behaviours, and quirks, of the shell and C functions of the same name. See each function's documentation for detail...

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

Pumpkin - Notes on handling the Perl Patch Pumpkin And Porting Perl River stage five • 11292 direct dependents • 32664 total dependents

This document attempts to begin to describe some of the considerations involved in patching, porting, and maintaining perl. This document is still under construction, and still subject to significant changes. Still, I hope parts of it will be useful,...

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

Pumpkin - Notes on handling the Perl Patch Pumpkin And Porting Perl River stage five • 11292 direct dependents • 32664 total dependents

This document attempts to begin to describe some of the considerations involved in patching, porting, and maintaining perl. This document is still under construction, and still subject to significant changes. Still, I hope parts of it will be useful,...

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 • 11292 direct dependents • 32664 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 • 11292 direct dependents • 32664 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

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

SDBM_File - Tied access to sdbm files River stage five • 11292 direct dependents • 32664 total dependents

"SDBM_File" establishes a connection between a Perl hash variable and a file in SDBM_File format. You can manipulate the data in the file just as if it were in a Perl hash, but when your program exits, the data will remain in the file, to be used the...

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

SDBM_File - Tied access to sdbm files River stage five • 11292 direct dependents • 32664 total dependents

"SDBM_File" establishes a connection between a Perl hash variable and a file in SDBM_File format. You can manipulate the data in the file just as if it were in a Perl hash, but when your program exits, the data will remain in the file, to be used the...

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

perlhacktips - Tips for Perl core C code hacking River stage five • 11292 direct dependents • 32664 total dependents

This document will help you learn the best way to go about hacking on the Perl core C code. It covers common problems, debugging, profiling, and more. If you haven't read perlhack and perlhacktut yet, you might want to do that first....

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

perlhacktips - Tips for Perl core C code hacking River stage five • 11292 direct dependents • 32664 total dependents

This document will help you learn the best way to go about hacking on the Perl core C code. It covers common problems, debugging, profiling, and more. If you haven't read perlhack and perlhacktut yet, you might want to do that first....

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

perl589delta - what is new for perl v5.8.9 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.8.8 release and the 5.8.9 release....

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

perl589delta - what is new for perl v5.8.9 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.8.8 release and the 5.8.9 release....

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

add-pod-file - Utility to add new pod/*.pod file to core distribution River stage five • 11292 direct dependents • 32664 total dependents

This is a program which *may* be helpful when a committer has to add a new *.pod file in the pod/ directory. Prerequisites This program assumes that committer has taken the following steps (in the order listed): 1 You have run make test_prep. This is...

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

add-pod-file - Utility to add new pod/*.pod file to core distribution River stage five • 11292 direct dependents • 32664 total dependents

This is a program which *may* be helpful when a committer has to add a new *.pod file in the pod/ directory. Prerequisites This program assumes that committer has taken the following steps (in the order listed): 1 You have run make test_prep. This is...

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

perl588delta - what is new for perl v5.8.8 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.8.7 release and the 5.8.8 release....

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

perl588delta - what is new for perl v5.8.8 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.8.7 release and the 5.8.8 release....

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

perl5200delta - what is new for perl v5.20.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgrading from an earlier release such as 5.16.0, first read perl5180delta, which describes differences between 5.16.0 and 5.18.0....

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

perl5200delta - what is new for perl v5.20.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgrading from an earlier release such as 5.16.0, first read perl5180delta, which describes differences between 5.16.0 and 5.18.0....

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