Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1121 - 1130 of 1,306 for label:perl (0.02 sec)

  1. 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.txt
    Registered: Sun Apr 20 03:06:43 UTC 2025
    - 19.3K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Sun Apr 20 00:27:34 UTC 2025
    - 6K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Sun Apr 20 02:21:54 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Sun Apr 20 03:22:11 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Sun Apr 20 02:58:35 UTC 2025
    - 997 bytes
    - Viewed (0)
  6. 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.txt
    Registered: Thu Apr 17 22:58:58 UTC 2025
    - 116.6K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Fri Apr 18 00:48:48 UTC 2025
    - 25.5K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Thu Apr 17 22:30:46 UTC 2025
    - 18.7K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Thu Apr 17 21:25:38 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Thu Apr 17 21:10:17 UTC 2025
    - 9.1K bytes
    - Viewed (0)
Back to top