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

Search results for "dist:perl DB"

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

OS2::PrfDB - Perl extension for access to OS/2 setting database. River stage five • 11292 direct dependents • 32664 total dependents

The extension provides both high-level and low-level access to .ini files. High level access High-level access is the tie-hash access via two packages: "OS2::PrfDB" and "OS2::PrfDB::Sub". First one supports one argument, the name of the file to open,...

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

OS2::PrfDB - Perl extension for access to OS/2 setting database. River stage five • 11292 direct dependents • 32664 total dependents

The extension provides both high-level and low-level access to .ini files. High level access High-level access is the tie-hash access via two packages: "OS2::PrfDB" and "OS2::PrfDB::Sub". First one supports one argument, the name of the file to open,...

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

perl5db.pl - the perl debugger River stage five • 11292 direct dependents • 32664 total dependents

"perl5db.pl" is the perl debugger. It is loaded automatically by Perl when you invoke a script with "perl -d". This documentation tries to outline the structure and services provided by "perl5db.pl", and to describe how you can use them. See perldebu...

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

perl5db.pl - the perl debugger River stage five • 11292 direct dependents • 32664 total dependents

"perl5db.pl" is the perl debugger. It is loaded automatically by Perl when you invoke a script with "perl -d". This documentation tries to outline the structure and services provided by "perl5db.pl", and to describe how you can use them. See perldebu...

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

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

bisect.pl - use git bisect to pinpoint changes River stage five • 11292 direct dependents • 32664 total dependents

Together bisect.pl and bisect-runner.pl attempt to automate the use of "git bisect" as much as possible. With one command (and no other files) it's easy to find out * Which commit caused this example code to break? * Which commit caused this example ...

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

bisect.pl - use git bisect to pinpoint changes River stage five • 11292 direct dependents • 32664 total dependents

Together bisect.pl and bisect-runner.pl attempt to automate the use of "git bisect" as much as possible. With one command (and no other files) it's easy to find out * Which commit caused this example code to break? * Which commit caused this example ...

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

perlrun - how to execute the Perl interpreter River stage five • 11292 direct dependents • 32664 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 • 11292 direct dependents • 32664 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

perlvar - Perl predefined variables River stage five • 11292 direct dependents • 32664 total dependents

The Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or underscore, in which case they can be arbitrarily long (up to an internal limit of 251 characters) and may contain letters, digits...

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

perlvar - Perl predefined variables River stage five • 11292 direct dependents • 32664 total dependents

The Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or underscore, in which case they can be arbitrarily long (up to an internal limit of 251 characters) and may contain letters, digits...

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

perltie - how to hide an object class in a simple variable River stage five • 11292 direct dependents • 32664 total dependents

Prior to release 5.0 of Perl, a programmer could use dbmopen() to connect an on-disk database in the standard Unix dbm(3x) format magically to a %HASH in their program. However, their Perl was either built with one particular dbm library or another, ...

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

perltie - how to hide an object class in a simple variable River stage five • 11292 direct dependents • 32664 total dependents

Prior to release 5.0 of Perl, a programmer could use dbmopen() to connect an on-disk database in the standard Unix dbm(3x) format magically to a %HASH in their program. However, their Perl was either built with one particular dbm library or another, ...

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

perlmod - Perl modules (packages and symbol tables) River stage five • 11292 direct dependents • 32664 total dependents

Is this the document you were after? There are other documents which might contain the information that you're looking for: This doc Perl's packages, namespaces, and some info on classes. perlnewmod Tutorial on making a new module. perlmodstyle Best ...

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

perlmod - Perl modules (packages and symbol tables) River stage five • 11292 direct dependents • 32664 total dependents

Is this the document you were after? There are other documents which might contain the information that you're looking for: This doc Perl's packages, namespaces, and some info on classes. perlnewmod Tutorial on making a new module. perlmodstyle Best ...

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

perldsc - Perl Data Structures Cookbook River stage five • 11292 direct dependents • 32664 total dependents

Perl lets us have complex data structures. You can write something like this and all of a sudden, you'd have an array with three dimensions! for my $x (1 .. 10) { for my $y (1 .. 10) { for my $z (1 .. 10) { $AoA[$x][$y][$z] = $x ** $y + $z; } } } Ala...

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

perldsc - Perl Data Structures Cookbook River stage five • 11292 direct dependents • 32664 total dependents

Perl lets us have complex data structures. You can write something like this and all of a sudden, you'd have an array with three dimensions! for my $x (1 .. 10) { for my $y (1 .. 10) { for my $z (1 .. 10) { $AoA[$x][$y][$z] = $x ** $y + $z; } } } Ala...

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