Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 41 - 50 of 1,172 for label:perl (0.02 sec)

  1. perl5203delta.txt

    =encoding utf8 =head1 NAME perl5203delta - what is new for perl v5.20.3 =head1 DESCRIPTION This document describes differences between the 5.20.2 release and the 5.20.3 release. If you are upgradin...
    perldoc.perl.org/perl5203delta.txt
    Registered: Sun May 05 09:55:26 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. perlclib.txt

    =head1 NAME perlclib - Internal replacements for standard C library functions =head1 DESCRIPTION One thing Perl porters should note is that F<perl> doesn't tend to use that much of the C standard l...
    perldoc.perl.org/perlclib.txt
    Registered: Sun May 05 11:31:14 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  3. perl5125delta.txt

    =encoding utf8 =head1 NAME perl5125delta - what is new for perl v5.12.5 =head1 DESCRIPTION This document describes differences between the 5.12.4 release and the 5.12.5 release. If you are upgradin...
    perldoc.perl.org/perl5125delta.txt
    Registered: Sun May 05 14:32:47 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  4. perl5321delta.txt

    =encoding utf8 =head1 NAME perl5321delta - what is new for perl v5.32.1 =head1 DESCRIPTION This document describes differences between the 5.32.0 release and the 5.32.1 release. If you are upgradin...
    perldoc.perl.org/perl5321delta.txt
    Registered: Sun May 05 15:52:50 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  5. perl5341delta.txt

    =encoding utf8 =head1 NAME perl5341delta - what is new for perl v5.34.1 =head1 DESCRIPTION This document describes differences between the 5.34.0 release and the 5.34.1 release. If you are upgradin...
    perldoc.perl.org/perl5341delta.txt
    Registered: Sun May 05 10:37:52 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  6. 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: Mon May 06 13:54:38 UTC 2024
    - 253.8K bytes
    - Viewed (0)
  7. Encode::Alias.txt

    package Encode::Alias; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.25 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; u...
    perldoc.perl.org/Encode::Alias.txt
    Registered: Mon May 06 18:23:46 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  8. Digest.txt

    package Digest; use strict; use warnings; our $VERSION = "1.20"; our %MMAP = ( "SHA-1" => [ [ "Digest::SHA", 1 ], "Digest::SHA1", [ "Digest::SHA2", 1 ] ], "SHA-224" => [ [ "Digest::SHA", 224 ] ], "...
    perldoc.perl.org/Digest.txt
    Registered: Mon May 06 19:02:00 UTC 2024
    - 11K bytes
    - Viewed (0)
  9. CPAN::Distroprefs.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use 5.006; use strict; package CPAN::Distroprefs; use vars qw($VERSION); $VERSION = '6.0001'; package CPAN::Distr...
    perldoc.perl.org/CPAN::Distroprefs.txt
    Registered: Mon May 06 15:07:36 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  10. CPAN::Plugin::Specfile.txt

    =head1 NAME CPAN::Plugin::Specfile - Proof of concept implementation of a trivial CPAN::Plugin =head1 SYNOPSIS # once in the cpan shell o conf plugin_list push CPAN::Plugin::Specfile # make permane...
    perldoc.perl.org/CPAN::Plugin::Specfile.txt
    Registered: Mon May 06 16:41:32 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top