Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 1 - 10 of 31 for label:perl (0.03 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: Mon Apr 29 12:29:27 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  2. 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.36'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/CPAN.txt
    Registered: Fri Apr 26 21:06:21 UTC 2024
    - 144.4K bytes
    - Viewed (0)
  3. perlop.txt

    =head1 NAME X<operator> perlop - Perl operators and precedence =head1 DESCRIPTION In Perl, the operator determines what operation is performed, independent of the type of the operands. For example ...
    perldoc.perl.org/perlop.txt
    Registered: Fri May 03 10:27:33 UTC 2024
    - 148.4K bytes
    - Viewed (0)
  4. 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 "N...
    perldoc.perl.org/Math::BigFloat.txt
    Registered: Fri May 03 20:37:54 UTC 2024
    - 216.7K bytes
    - Viewed (0)
  5. 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: Sat May 04 01:39:16 UTC 2024
    - 304.1K bytes
    - Viewed (0)
  6. 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: Sun May 05 15:16:53 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  7. 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: Sun May 05 20:57:30 UTC 2024
    - 140.9K bytes
    - Viewed (0)
  8. 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: Mon Apr 29 13:20:19 UTC 2024
    - 110K bytes
    - Viewed (0)
  9. Config.txt

    =head1 NAME =for comment Generated by configpm. Any changes made here will be lost! Config - access Perl configuration information =head1 SYNOPSIS use Config; if ($Config{usethreads}) { print "has ...
    perldoc.perl.org/Config.txt
    Registered: Sat Apr 27 05:34:54 UTC 2024
    - 253.8K 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: Sun May 05 09:47:50 UTC 2024
    - 126.6K bytes
    - Viewed (0)
Back to top