Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2291 - 2300 of 2,657 for host:perldoc.perl.org (0.03 sec)

  1. List::Util::XS.txt

    package List::Util::XS; use strict; use warnings; use List::Util; our $VERSION = "1.68_01"; # FIXUP $VERSION =~ tr/_//d; # FIXUP 1; __END__ =head1 NAME List::Util::XS - Indicate if List::Util was c...
    perldoc.perl.org/List::Util::XS.txt
    Registered: Wed Jan 28 08:24:42 UTC 2026
    - 1021 bytes
    - Viewed (0)
  2. Unicode::Collate::CJK::Big5.txt

    package Unicode::Collate::CJK::Big5; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { next ...
    perldoc.perl.org/Unicode::Collate::CJK::Big5.txt
    Registered: Fri Jan 30 15:28:11 UTC 2026
    - 64.9K bytes
    - Viewed (0)
  3. perldocstyle.txt

    =encoding utf8 =head1 NAME perldocstyle - A style guide for writing Perl's documentation =head1 DESCRIPTION This document is a guide for the authorship and maintenance of the documentation that shi...
    perldoc.perl.org/perldocstyle.txt
    Registered: Fri Jan 30 20:00:53 UTC 2026
    - 45.2K bytes
    - Viewed (0)
  4. perl5360delta.txt

    =encoding utf8 =head1 NAME perl5360delta - what is new for perl v5.36.0 =head1 DESCRIPTION This document describes differences between the 5.34.0 release and the 5.36.0 release. =head1 Core Enhance...
    perldoc.perl.org/perl5360delta.txt
    Registered: Fri Jan 30 17:24:29 UTC 2026
    - 43.4K bytes
    - Viewed (0)
  5. perldebguts.txt

    =head1 NAME perldebguts - Guts of Perl debugging =head1 DESCRIPTION This is not L<perldebug>, which tells you how to use the debugger. This manpage describes low-level details concerning the debugg...
    perldoc.perl.org/perldebguts.txt
    Registered: Fri Jan 30 20:38:25 UTC 2026
    - 42.3K bytes
    - Viewed (0)
  6. perldeprecation.txt

    =head1 NAME perldeprecation - list Perl deprecations =head1 DESCRIPTION The purpose of this document is to document what has been deprecated in Perl, and by which version the deprecated feature wil...
    perldoc.perl.org/perldeprecation.txt
    Registered: Fri Jan 30 20:08:02 UTC 2026
    - 23.3K bytes
    - Viewed (0)
  7. perlnumber.txt

    =head1 NAME perlnumber - semantics of numbers and numeric operations in Perl =head1 SYNOPSIS $n = 1234; # decimal integer $n = 0b1110011; # binary integer $n = 01234; # octal integer $n = 0x1234; #...
    perldoc.perl.org/perlnumber.txt
    Registered: Fri Jan 30 16:51:21 UTC 2026
    - 8.3K bytes
    - Viewed (0)
  8. perldtrace.txt

    =head1 NAME perldtrace - Perl's support for DTrace =head1 SYNOPSIS # dtrace -Zn 'perl::sub-entry, perl::sub-return { trace(copyinstr(arg0)) }' dtrace: description 'perl::sub-entry, perl::sub-return...
    perldoc.perl.org/perldtrace.txt
    Registered: Fri Jan 30 20:28:14 UTC 2026
    - 7.8K bytes
    - Viewed (0)
  9. perl5363delta.txt

    =encoding utf8 =head1 NAME perl5363delta - what is new for perl v5.36.3 =head1 DESCRIPTION This document describes differences between the 5.36.1 release and the 5.36.3 release. B<Please note:> Thi...
    perldoc.perl.org/perl5363delta.txt
    Registered: Fri Jan 30 18:18:03 UTC 2026
    - 4K bytes
    - Viewed (0)
  10. perltrap - Perl traps for the unwary - Perldoc ...

    perltrap ( source , CPAN ) CONTENTS NAME DESCRIPTION Awk Traps C/C++ Traps JavaScript Traps Sed Traps Shell Traps Per...
    perldoc.perl.org/perltrap
    Registered: Mon Jan 26 12:14:16 UTC 2026
    - 28.2K bytes
    - Viewed (0)
Back to top