Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1131 - 1140 of 1,306 for label:perl (0.02 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. perlbook.txt

    =head1 NAME perlbook - Books about and related to Perl =head1 DESCRIPTION There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. Ther...
    perldoc.perl.org/perlbook.txt
    Registered: Fri Apr 18 00:45:29 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  9. perl5281delta.txt

    =encoding utf8 =head1 NAME perl5281delta - what is new for perl v5.28.1 =head1 DESCRIPTION This document describes differences between the 5.28.0 release and the 5.28.1 release. If you are upgradin...
    perldoc.perl.org/perl5281delta.txt
    Registered: Fri Apr 18 00:22:22 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  10. perl5224delta.txt

    =encoding utf8 =head1 NAME perl5224delta - what is new for perl v5.22.4 =head1 DESCRIPTION This document describes differences between the 5.22.3 release and the 5.22.4 release. If you are upgradin...
    perldoc.perl.org/perl5224delta.txt
    Registered: Thu Apr 17 21:31:46 UTC 2025
    - 4.3K bytes
    - Viewed (0)
Back to top