Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 33 for label:perl (0.04 sec)

  1. Unicode::Collate::CJK::Pinyin.txt

    package Unicode::Collate::CJK::Pinyin; 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) { nex...
    perldoc.perl.org/Unicode::Collate::CJK::Pinyin.txt
    Registered: Sun Jul 13 15:00:03 UTC 2025
    - 103.6K bytes
    - Viewed (0)
  2. perl5260delta.txt

    =encoding utf8 =head1 NAME perl5260delta - what is new for perl v5.26.0 =head1 DESCRIPTION This document describes the differences between the 5.24.0 release and the 5.26.0 release. =head1 Notice T...
    perldoc.perl.org/perl5260delta.txt
    Registered: Mon Jul 14 16:41:52 UTC 2025
    - 97.8K bytes
    - Viewed (0)
  3. perl5140delta.txt

    =encoding utf8 =head1 NAME perl5140delta - what is new for perl v5.14.0 =head1 DESCRIPTION This document describes differences between the 5.12.0 release and the 5.14.0 release. If you are upgradin...
    perldoc.perl.org/perl5140delta.txt
    Registered: Tue Jul 15 05:04:52 UTC 2025
    - 140.9K bytes
    - Viewed (0)
  4. perldiag.txt

    =head1 NAME perldiag - various Perl diagnostics =head1 DESCRIPTION These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation ...
    perldoc.perl.org/perldiag.txt
    Registered: Tue Jul 08 03:19:02 UTC 2025
    - 312.6K bytes
    - Viewed (0)
  5. perlop.txt

    =encoding utf8 =head1 NAME X<operator> perlop - Perl expressions: operators, precedence, string literals =head1 DESCRIPTION In Perl, the operator determines what operation is performed, independent...
    perldoc.perl.org/perlop.txt
    Registered: Wed Jul 16 20:42:55 UTC 2025
    - 178.9K bytes
    - Viewed (0)
  6. CPAN.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.38'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/CPAN.txt
    Registered: Thu Jul 17 03:10:40 UTC 2025
    - 146.1K bytes
    - Viewed (0)
  7. Math::BigFloat.txt

    package Math::BigFloat; # # Mike grinned. 'Two down, infinity to go' - Mike Nostrus in 'Before and After' # # The following hash values are used internally: # # sign : "+", "-", "+inf", "-inf", or ...
    perldoc.perl.org/Math::BigFloat.txt
    Registered: Fri Jul 18 09:47:45 UTC 2025
    - 253.6K bytes
    - Viewed (0)
  8. perluniprops.txt

    =begin comment # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 16.0.0. Any changes made here will be lost! To c...
    perldoc.perl.org/perluniprops.txt
    Registered: Mon Jul 14 19:23:03 UTC 2025
    - 460.2K bytes
    - Viewed (0)
  9. Unicode::Collate::CJK::Zhuyin.txt

    package Unicode::Collate::CJK::Zhuyin; 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) { nex...
    perldoc.perl.org/Unicode::Collate::CJK::Zhuyin.txt
    Registered: Sun Jul 13 14:37:19 UTC 2025
    - 110K bytes
    - Viewed (0)
  10. perl5220delta.txt

    =encoding utf8 =head1 NAME perl5220delta - what is new for perl v5.22.0 =head1 DESCRIPTION This document describes differences between the 5.20.0 release and the 5.22.0 release. If you are upgradin...
    perldoc.perl.org/perl5220delta.txt
    Registered: Tue Jul 15 08:27:47 UTC 2025
    - 126.6K bytes
    - Viewed (0)
Back to top