Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 61 - 70 of 790 for content_length:[0 TO 9999] (0.02 sec)

  1. Encode::CN::HZ.txt

    package Encode::CN::HZ; use strict; use warnings; use utf8 (); use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fa...
    perldoc.perl.org/Encode::CN::HZ.txt
    Registered: Mon May 13 23:58:46 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  2. Digest::base.txt

    package Digest::base; use strict; use warnings; our $VERSION = "1.20"; # subclass is supposed to implement at least these sub new; sub clone; sub add; sub digest; sub reset { my $self = shift; $sel...
    perldoc.perl.org/Digest::base.txt
    Registered: Mon May 13 23:20:31 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  3. IPC::Msg.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::Msg.txt
    Registered: Tue May 14 22:52:16 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  4. Tie::RefHash.txt

    package Tie::RefHash; # git description: Tie-RefHash-1.39-10-g2cfa4bd # ABSTRACT: Use references as hash keys our $VERSION = '1.40'; #pod =head1 SYNOPSIS #pod #pod require 5.004; #pod use Tie::RefH...
    perldoc.perl.org/Tie::RefHash.txt
    Registered: Thu May 16 11:40:52 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  5. Thread.txt

    package Thread; use strict; use warnings; no warnings 'redefine'; our $VERSION = '3.05'; $VERSION = eval $VERSION; BEGIN { use Config; if (! $Config{useithreads}) { die("This Perl not built to supp...
    perldoc.perl.org/Thread.txt
    Registered: Thu May 16 09:01:49 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  6. UNIVERSAL.txt

    package UNIVERSAL; our $VERSION = '1.15'; # UNIVERSAL should not contain any extra subs/methods beyond those # that it exists to define. The existence of import() below is a historical # accident t...
    perldoc.perl.org/UNIVERSAL.txt
    Registered: Thu May 16 10:49:01 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  7. autodie::Scope::GuardStack.txt

    package autodie::Scope::GuardStack; use strict; use warnings; use autodie::Scope::Guard; # ABSTRACT: Hook stack for managing scopes via %^H our $VERSION = '2.36'; # VERSION my $H_KEY_STEM = __PACKA...
    perldoc.perl.org/autodie::Scope::GuardStack.txt
    Registered: Thu May 16 11:16:36 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  8. podchecker.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # podchecker -- command to invoke the podchecker function in Pod::Checker # # Copyright (c) 1998-20...
    perldoc.perl.org/podchecker.txt
    Registered: Thu May 16 13:24:02 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  9. Time::tm.txt

    package Time::tm; use strict; our $VERSION = '1.00'; use Class::Struct qw(struct); struct('Time::tm' => [ map { $_ => '$' } qw{ sec min hour mday mon year wday yday isdst } ]); 1; __END__ =head1 NA...
    perldoc.perl.org/Time::tm.txt
    Registered: Thu May 16 10:25:33 UTC 2024
    - 691 bytes
    - Viewed (0)
  10. reverse.txt

    =over =item reverse LIST X<reverse> X<rev> X<invert> In list context, returns a list value consisting of the elements of LIST in the opposite order. In scalar context, concatenates the elements of ...
    perldoc.perl.org/functions/reverse.txt
    Registered: Sat May 11 05:49:26 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top