- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1391 - 1400 of 2,642 for host:perldoc.perl.org (0.03 sec)
-
perlgit - Detailed information about git and th...
perlgit ( source , CPAN ) CONTENTS NAME DESCRIPTION CLONING THE REPOSITORY WORKING WITH THE REPOSITORY Finding out yo...perldoc.perl.org/perlgitRegistered: Fri Sep 12 12:11:44 UTC 2025 - 54.9K bytes - Viewed (0) -
perlaix - Perl version 5 on IBM AIX (UNIX) syst...
perlaix ( source , CPAN ) CONTENTS NAME DESCRIPTION Compiling Perl 5 on AIX Supported Compilers Incompatibility with ...perldoc.perl.org/perlaixRegistered: Fri Sep 12 12:14:11 UTC 2025 - 43.2K bytes - Viewed (0) -
perl5184delta - what is new for perl v5.18.4 - ...
perl5184delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Modules and Pragmata Updated Modules and Pragmata Platform ...perldoc.perl.org/perl5184deltaRegistered: Fri Sep 12 12:14:23 UTC 2025 - 21.5K bytes - Viewed (0) -
perlxs - XS language reference manual - Perldoc...
perlxs ( source , CPAN ) CONTENTS NAME DESCRIPTION Introduction On The Road The Anatomy of an XSUB The Argument Stack...perldoc.perl.org/perlxsRegistered: Fri Sep 12 12:14:32 UTC 2025 - 112.8K bytes - Viewed (0) -
perl5401delta - what is new for perl v5.40.1 - ...
perl5401delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Modules and Pragmata Updated Modules a...perldoc.perl.org/perl5401deltaRegistered: Fri Sep 12 12:14:40 UTC 2025 - 23.8K bytes - Viewed (0) -
re.txt
package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.48"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...perldoc.perl.org/re.txtRegistered: Fri Sep 12 17:55:37 UTC 2025 - 28.3K bytes - Viewed (0) -
Attribute::Handlers.txt
package Attribute::Handlers; use 5.006; use Carp; use warnings; use strict; our $AUTOLOAD; our $VERSION = '1.03'; # remember to update version in POD! # $DB::single=1; my $debug= $ENV{DEBUG_ATTRIBU...perldoc.perl.org/Attribute::Handlers.txtRegistered: Fri Sep 12 17:27:52 UTC 2025 - 32.1K bytes - Viewed (0) -
Digest::SHA.txt
package Digest::SHA; require 5.003000; use strict; use warnings; use vars qw($VERSION @ISA @EXPORT_OK $errmsg); use Fcntl qw(O_RDONLY O_RDWR); use Cwd qw(getcwd); use integer; $VERSION = '6.04'; re...perldoc.perl.org/Digest::SHA.txtRegistered: Sat Sep 13 00:58:18 UTC 2025 - 21.8K bytes - Viewed (0) -
bigrat.txt
package bigrat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...perldoc.perl.org/bigrat.txtRegistered: Fri Sep 12 19:55:39 UTC 2025 - 20.6K bytes - Viewed (0) -
CPAN::Meta::Requirements.txt
use v5.10; use strict; use warnings; package CPAN::Meta::Requirements; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use CPAN::Meta::Requirements::Range; #pod =h...perldoc.perl.org/CPAN::Meta::Requirements.txtRegistered: Fri Sep 12 23:30:02 UTC 2025 - 21.3K bytes - Viewed (0)