Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. autodie::exception::system.txt

    package autodie::exception::system; use 5.008; use strict; use warnings; use parent 'autodie::exception'; use Carp qw(croak); our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version # AB...
    perldoc.perl.org/autodie::exception::system.txt
    Registered: Fri Apr 26 17:54:16 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. 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: Fri Apr 26 16:27:28 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  3. ExtUtils::Miniperl.txt

    #!./perl -w package ExtUtils::Miniperl; use strict; use Exporter 'import'; use ExtUtils::Embed 1.31, qw(xsi_header xsi_protos xsi_body); our @EXPORT = qw(writemain); our $VERSION = '1.13'; # blead ...
    perldoc.perl.org/ExtUtils::Miniperl.txt
    Registered: Sat Apr 27 13:41:47 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  4. ExtUtils::Command.txt

    package ExtUtils::Command; use 5.00503; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod dos2unix);...
    perldoc.perl.org/ExtUtils::Command.txt
    Registered: Sat Apr 27 16:10:55 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  5. IPC::SharedMem.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::SharedMem.txt
    Registered: Sat Apr 27 18:00:26 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  6. Encode::TW.txt

    package Encode::TW; BEGIN { if ( ord("A") == 193 ) { die "Encode::TW not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::TW.txt
    Registered: Sat Apr 27 15:37:57 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. Tie::Hash.txt

    package Tie::Hash; our $VERSION = '1.06'; =head1 NAME Tie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for tied hashes =head1 SYNOPSIS package NewHash; require Tie::Hash; @ISA = qw(...
    perldoc.perl.org/Tie::Hash.txt
    Registered: Mon Apr 29 06:24:37 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  8. Tie::Array.txt

    package Tie::Array; use 5.006_001; use strict; use Carp; our $VERSION = '1.07'; # Pod documentation after __END__ below. sub DESTROY { } sub EXTEND { } sub UNSHIFT { scalar shift->SPLICE(0,0,@_) } ...
    perldoc.perl.org/Tie::Array.txt
    Registered: Mon Apr 29 03:23:39 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  9. Test::Tester::Capture.txt

    use strict; package Test::Tester::Capture; our $VERSION = '1.302194'; use Test::Builder; use vars qw( @ISA ); @ISA = qw( Test::Builder ); # Make Test::Tester::Capture thread-safe for ithreads. BEGI...
    perldoc.perl.org/Test::Tester::Capture.txt
    Registered: Mon Apr 29 06:02:56 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  10. Time::gmtime.txt

    package Time::gmtime; use strict; use 5.006_001; use Time::tm; our (@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION); our ( $tm_sec, $tm_min, $tm_hour, $tm_mday, $tm_mon, $tm_year, $tm_wday, $tm_...
    perldoc.perl.org/Time::gmtime.txt
    Registered: Mon Apr 29 04:50:42 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top