- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1121 - 1130 of 1,306 for label:perl (0.02 sec)
-
CPAN::Meta::Requirements::Range.txt
use v5.10; use strict; use warnings; package CPAN::Meta::Requirements::Range; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use Carp (); #pod =head1 SYNOPSIS #po...perldoc.perl.org/CPAN::Meta::Requirements::Range.txtRegistered: Sun Apr 20 03:06:43 UTC 2025 - 19.3K bytes - Viewed (0) -
lib.txt
package lib; # THIS FILE IS AUTOMATICALLY GENERATED FROM lib_pm.PL. # ANY CHANGES TO THIS FILE WILL BE OVERWRITTEN BY THE NEXT PERL BUILD. use Config; use strict; my $archname = $Config{archname}; ...perldoc.perl.org/lib.txtRegistered: Sun Apr 20 00:27:34 UTC 2025 - 6K bytes - Viewed (0) -
CPAN::Meta::History.txt
# vi:tw=72 use 5.006; use strict; use warnings; package CPAN::Meta::History; our $VERSION = '2.150010'; 1; # ABSTRACT: history of CPAN Meta Spec changes __END__ =pod =encoding UTF-8 =head1 NAME CPA...perldoc.perl.org/CPAN::Meta::History.txtRegistered: Sun Apr 20 02:21:54 UTC 2025 - 5.2K bytes - Viewed (0) -
DBM_Filter::encode.txt
package DBM_Filter::encode ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Filter { my $encoding_name ...perldoc.perl.org/DBM_Filter::encode.txtRegistered: Sun Apr 20 03:22:11 UTC 2025 - 1.3K bytes - Viewed (0) -
ops.txt
package ops; our $VERSION = '1.02'; use Opcode qw(opmask_add opset invert_opset); sub import { shift; # Not that unimport is the preferred form since import's don't # accumulate well owing to the '...perldoc.perl.org/ops.txtRegistered: Sun Apr 20 02:58:35 UTC 2025 - 997 bytes - Viewed (0) -
perl5180delta.txt
=encoding utf8 =head1 NAME perl5180delta - what is new for perl v5.18.0 =head1 DESCRIPTION This document describes differences between the v5.16.0 release and the v5.18.0 release. If you are upgrad...perldoc.perl.org/perl5180delta.txtRegistered: Thu Apr 17 22:58:58 UTC 2025 - 116.6K bytes - Viewed (0) -
perlcygwin.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see F<pod/perlpod.pod>) which is specially designed to be readable as is....perldoc.perl.org/perlcygwin.txtRegistered: Fri Apr 18 00:48:48 UTC 2025 - 25.5K bytes - Viewed (0) -
perlsecpolicy.txt
=encoding utf-8 =for stopwords CVE perlsecpolicy SV perl Perl SDBM HackerOne Mitre =head1 NAME perlsecpolicy - Perl security report handling policy =head1 DESCRIPTION The Perl project takes securit...perldoc.perl.org/perlsecpolicy.txtRegistered: Thu Apr 17 22:30:46 UTC 2025 - 18.7K bytes - Viewed (0) -
perl5243delta.txt
=encoding utf8 =head1 NAME perl5243delta - what is new for perl v5.24.3 =head1 DESCRIPTION This document describes differences between the 5.24.2 release and the 5.24.3 release. If you are upgradin...perldoc.perl.org/perl5243delta.txtRegistered: Thu Apr 17 21:25:38 UTC 2025 - 10.7K bytes - Viewed (0) -
perllol.txt
=head1 NAME perllol - Manipulating Arrays of Arrays in Perl =head1 DESCRIPTION =head2 Declaration and Access of Arrays of Arrays The simplest two-level data structure to build in Perl is an array o...perldoc.perl.org/perllol.txtRegistered: Thu Apr 17 21:10:17 UTC 2025 - 9.1K bytes - Viewed (0)