Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 800 for content_length:[0 TO 9999] (0.02 sec)

  1. perlrepository.txt

    =encoding utf8 =head1 NAME perlrepository - Links to current information on the Perl source repository =head1 DESCRIPTION Perl's source code is stored in a Git repository. See L<perlhack> for an ex...
    perldoc.perl.org/perlrepository.txt
    Registered: Mon May 13 03:14:22 UTC 2024
    - 509 bytes
    - Viewed (0)
  2. perllexwarn.txt

    =head1 NAME perllexwarn - Perl Lexical Warnings =head1 DESCRIPTION Perl v5.6.0 introduced lexical control over the handling of warnings by category. The C<warnings> pragma generally replaces the co...
    perldoc.perl.org/perllexwarn.txt
    Registered: Mon May 13 00:57:26 UTC 2024
    - 355 bytes
    - Viewed (0)
  3. CPAN::Queue.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- use strict; package CPAN::Queue::Item; # CPAN::Queue::Item::new ; sub new { my($class,@attr) = @_; my $self = bless { @attr }, $class; re...
    perldoc.perl.org/CPAN::Queue.txt
    Registered: Tue May 14 05:10:36 UTC 2024
    - 7K bytes
    - Viewed (0)
  4. ExtUtils::MakeMaker::Tutorial.txt

    package ExtUtils::MakeMaker::Tutorial; our $VERSION = '7.70'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MakeMaker::Tutorial - Writing a module with MakeMaker =head1 SYNOPSIS use ExtUtils::MakeMake...
    perldoc.perl.org/ExtUtils::MakeMaker::Tutorial.txt
    Registered: Tue May 14 08:31:36 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  5. File::Compare.txt

    package File::Compare 1.1007; use v5.12; use warnings; use Exporter 'import'; our @EXPORT = qw(compare); our @EXPORT_OK = qw(cmp compare_text); our $Too_Big = 1024 * 1024 * 2; sub croak { require C...
    perldoc.perl.org/File::Compare.txt
    Registered: Tue May 14 08:23:43 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  6. B::Terse.txt

    package B::Terse; our $VERSION = '1.09'; use strict; use B qw(class @specialsv_name); use B::Concise qw(concise_subref set_style_standard); use Carp; sub terse { my ($order, $subref) = @_; set_styl...
    perldoc.perl.org/B::Terse.txt
    Registered: Tue May 14 05:32:17 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  7. CPAN::Debug.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- package CPAN::Debug; use strict; use vars qw($VERSION); $VERSION = "5.5001"; # module is internal to CPAN.pm %CPAN::DEBUG = qw[ CPAN 1 In...
    perldoc.perl.org/CPAN::Debug.txt
    Registered: Tue May 14 06:25:31 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  8. ExtUtils::testlib.txt

    package ExtUtils::testlib; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Cwd; use File::Spec; # So the tests can chdir around and not break @INC. # We use getcwd() becau...
    perldoc.perl.org/ExtUtils::testlib.txt
    Registered: Tue May 14 08:09:36 UTC 2024
    - 911 bytes
    - Viewed (0)
  9. DBM_Filter::null.txt

    package DBM_Filter::null ; use strict; use warnings; our $VERSION = '0.03'; sub Store { no warnings 'uninitialized'; $_ .= "\x00" ; } sub Fetch { no warnings 'uninitialized'; s/\x00$// ; } 1; __END...
    perldoc.perl.org/DBM_Filter::null.txt
    Registered: Tue May 14 06:17:52 UTC 2024
    - 967 bytes
    - Viewed (0)
  10. DBM_Filter::compress.txt

    package DBM_Filter::compress ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Compress::Zlib; Compress::Zlib->import() }; croak "Compress::Zlib module not found.\...
    perldoc.perl.org/DBM_Filter::compress.txt
    Registered: Tue May 14 05:02:59 UTC 2024
    - 854 bytes
    - Viewed (0)
Back to top