Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 1,306 for label:perl (0.04 sec)

  1. Encode::Config.txt

    # # Demand-load module list # package Encode::Config; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use strict; use warnings; our %ExtModule = ( #...
    perldoc.perl.org/Encode::Config.txt
    Registered: Fri May 30 12:30:15 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  2. ExtUtils::MM_Darwin.txt

    package ExtUtils::MM_Darwin; use strict; use warnings; BEGIN { require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Unix ); } our $VERSION = '7.70'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MM_...
    perldoc.perl.org/ExtUtils::MM_Darwin.txt
    Registered: Fri May 30 16:19:32 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  3. ExtUtils::MM_Win95.txt

    package ExtUtils::MM_Win95; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Win32; our @ISA = qw(ExtUtils::MM_Win32); use ExtUtils::MakeMaker::Config; =he...
    perldoc.perl.org/ExtUtils::MM_Win95.txt
    Registered: Fri May 30 20:11:53 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  4. perlreguts.txt

    =head1 NAME perlreguts - Description of the Perl regular expression engine. =head1 DESCRIPTION This document is an attempt to shine some light on the guts of the regex engine and how it works. The ...
    perldoc.perl.org/perlreguts.txt
    Registered: Wed May 28 11:00:28 UTC 2025
    - 42.4K bytes
    - Viewed (0)
  5. perl5005delta.txt

    =head1 NAME perl5005delta - what's new for perl5.005 =head1 DESCRIPTION This document describes differences between the 5.004 release and this one. =head1 About the new versioning system Perl is no...
    perldoc.perl.org/perl5005delta.txt
    Registered: Wed May 28 20:42:49 UTC 2025
    - 33.5K bytes
    - Viewed (0)
  6. perl5202delta.txt

    =encoding utf8 =head1 NAME perl5202delta - what is new for perl v5.20.2 =head1 DESCRIPTION This document describes differences between the 5.20.1 release and the 5.20.2 release. If you are upgradin...
    perldoc.perl.org/perl5202delta.txt
    Registered: Wed May 28 20:00:50 UTC 2025
    - 12K bytes
    - Viewed (0)
  7. perlfork.txt

    =head1 NAME perlfork - Perl's fork() emulation =head1 SYNOPSIS NOTE: As of the 5.8.0 release, fork() emulation has considerably matured. However, there are still a few known bugs and differences fr...
    perldoc.perl.org/perlfork.txt
    Registered: Wed May 28 10:09:29 UTC 2025
    - 13K bytes
    - Viewed (0)
  8. perl5261delta.txt

    =encoding utf8 =head1 NAME perl5261delta - what is new for perl v5.26.1 =head1 DESCRIPTION This document describes differences between the 5.26.0 release and the 5.26.1 release. If you are upgradin...
    perldoc.perl.org/perl5261delta.txt
    Registered: Wed May 28 20:15:11 UTC 2025
    - 7.5K bytes
    - Viewed (0)
  9. perl5401delta.txt

    =encoding utf8 =head1 NAME perl5401delta - what is new for perl v5.40.1 =head1 DESCRIPTION This document describes differences between the 5.40.0 release and the 5.40.1 release. If you are upgradin...
    perldoc.perl.org/perl5401delta.txt
    Registered: Wed May 28 11:28:25 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  10. perlhacktut.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlhacktut.pod =head1 NAME perlhacktut - Walk through the creation of a simple C code pa...
    perldoc.perl.org/perlhacktut.txt
    Registered: Wed May 28 17:42:58 UTC 2025
    - 6K bytes
    - Viewed (0)
Back to top