Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1181 - 1190 of 6,887 for content_length:[0 TO 9999] (0.06 sec)

  1. Encode::KR::2022_KR.txt

    package Encode::KR::2022_KR; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); use parent qw(Enco...
    perldoc.perl.org/Encode::KR::2022_KR.txt
    Registered: Sun Apr 20 19:02:46 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  2. perl5241delta.txt

    =encoding utf8 =head1 NAME perl5241delta - what is new for perl v5.24.1 =head1 DESCRIPTION This document describes differences between the 5.24.0 release and the 5.24.1 release. If you are upgradin...
    perldoc.perl.org/perl5241delta.txt
    Registered: Thu Apr 17 20:38:14 UTC 2025
    - 8K bytes
    - Viewed (0)
  3. perl585delta.txt

    =head1 NAME perl585delta - what is new for perl v5.8.5 =head1 DESCRIPTION This document describes differences between the 5.8.4 release and the 5.8.5 release. =head1 Incompatible Changes There are ...
    perldoc.perl.org/perl585delta.txt
    Registered: Fri Apr 18 01:58:47 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  4. perlmroapi.txt

    =head1 NAME perlmroapi - Perl method resolution plugin interface =head1 DESCRIPTION As of Perl 5.10.1 there is a new interface for plugging and using method resolution orders other than the default...
    perldoc.perl.org/perlmroapi.txt
    Registered: Thu Apr 17 22:23:57 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  5. perlrepository.txt

    =encoding utf8 =head1 NAME perlrepository - Links to current information on the Perl source repository =head1 DESCRIPTION Perl's source code is stored in a Git repository. See L<perlhack> for an ex...
    perldoc.perl.org/perlrepository.txt
    Registered: Fri Apr 18 01:28:34 UTC 2025
    - 509 bytes
    - Viewed (0)
  6. perl584delta.txt

    =head1 NAME perl584delta - what is new for perl v5.8.4 =head1 DESCRIPTION This document describes differences between the 5.8.3 release and the 5.8.4 release. =head1 Incompatible Changes Many minor...
    perldoc.perl.org/perl584delta.txt
    Registered: Fri Apr 18 05:13:21 UTC 2025
    - 7.2K bytes
    - Viewed (0)
  7. perlos400.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 pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlos400.txt
    Registered: Fri Apr 18 06:55:27 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  8. strict.txt

    package strict; $strict::VERSION = "1.13"; my ( %bitmask, %explicit_bitmask ); BEGIN { # Verify that we're called correctly so that strictures will work. # Can't use Carp, since Carp uses us! # see...
    perldoc.perl.org/strict.txt
    Registered: Fri Apr 18 04:58:58 UTC 2025
    - 5K bytes
    - Viewed (0)
  9. perltodo.txt

    =head1 NAME perltodo - Link to the Perl to-do list =head1 DESCRIPTION The Perl 5 to-do list is maintained in the git repository, and can be viewed at L<https://github.com/Perl/perl5/blob/blead/Port...
    perldoc.perl.org/perltodo.txt
    Registered: Fri Apr 18 08:13:57 UTC 2025
    - 372 bytes
    - Viewed (0)
  10. perlboot.txt

    =encoding utf8 =head1 NAME perlboot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...
    perldoc.perl.org/perlboot.txt
    Registered: Fri Apr 18 06:33:14 UTC 2025
    - 294 bytes
    - Viewed (0)
Back to top