Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. integer.txt

    package integer; our $VERSION = '1.01'; =head1 NAME integer - Perl pragma to use integer arithmetic instead of floating point =head1 SYNOPSIS use integer; $x = 10/3; # $x is now 3, not 3.3333333333...
    perldoc.perl.org/integer.txt
    Registered: Fri May 03 21:08:23 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. App::Prove::State::Result::Test.txt

    package App::Prove::State::Result::Test; use strict; use warnings; =head1 NAME App::Prove::State::Result::Test - Individual test results. =head1 VERSION Version 3.44 =cut our $VERSION = '3.44'; =he...
    perldoc.perl.org/App::Prove::State::Result::Test.txt
    Registered: Mon May 06 13:07:11 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  3. vars.txt

    package vars; use 5.006; our $VERSION = '1.05'; use warnings::register; use strict qw(vars subs); sub import { my $callpack = caller; my (undef, @imports) = @_; my ($sym, $ch); foreach (@imports) {...
    perldoc.perl.org/vars.txt
    Registered: Mon May 06 10:54:16 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  4. overloading.txt

    package overloading; use warnings; our $VERSION = '0.02'; my $HINT_NO_AMAGIC = 0x01000000; # see perl.h require 5.010001; sub _ops_to_nums { require overload::numbers; map { exists $overload::numbe...
    perldoc.perl.org/overloading.txt
    Registered: Mon May 06 08:45:15 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. subs.txt

    package subs; use strict; use warnings; our $VERSION = '1.04'; =head1 NAME subs - Perl pragma to predeclare subroutine names =head1 SYNOPSIS use subs qw(frob); frob 3..10; =head1 DESCRIPTION This w...
    perldoc.perl.org/subs.txt
    Registered: Mon May 06 07:25:17 UTC 2024
    - 945 bytes
    - Viewed (0)
  6. Pod::Simple::JustPod.txt

    use 5; package Pod::Simple::JustPod; # ABSTRACT: Pod::Simple formatter that extracts POD from a file containing # other things as well use strict; use warnings; use Pod::Simple::Methody (); our @IS...
    perldoc.perl.org/Pod::Simple::JustPod.txt
    Registered: Tue May 07 23:21:36 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  7. Module::Load.txt

    package Module::Load; use strict; use warnings; use File::Spec (); our $VERSION = '0.36'; sub import { my $who = _who(); my $h; shift; { no strict 'refs'; @_ or ( *{"${who}::load"} = \&load, # comp...
    perldoc.perl.org/Module::Load.txt
    Registered: Tue May 07 18:46:38 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  8. IPC::SysV.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::SysV.txt
    Registered: Tue May 07 19:43:12 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  9. Pod::Perldoc::GetOptsOO.txt

    package Pod::Perldoc::GetOptsOO; use strict; use vars qw($VERSION); $VERSION = '3.28'; BEGIN { # Make a DEBUG constant ASAP *DEBUG = defined( &Pod::Perldoc::DEBUG ) ? \&Pod::Perldoc::DEBUG : sub(){...
    perldoc.perl.org/Pod::Perldoc::GetOptsOO.txt
    Registered: Tue May 07 22:51:33 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  10. Net::protoent.txt

    package Net::protoent; use strict; use 5.006_001; our $VERSION = '1.02'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); our ( $p_name, @p_aliases, $p_proto ); BEGIN { use Exporter (); @EXPORT = qw(getprot...
    perldoc.perl.org/Net::protoent.txt
    Registered: Tue May 07 20:50:43 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top