Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 294 for timestamp:[now/d-1M TO *] (0.01 sec)

  1. AutoLoader.txt

    package AutoLoader; use strict; use 5.006_001; our($VERSION, $AUTOLOAD); my $is_dosish; my $is_epoc; my $is_vms; my $is_macos; BEGIN { $is_dosish = $^O eq 'dos' || $^O eq 'os2' || $^O eq 'MSWin32' ...
    perldoc.perl.org/AutoLoader.txt
    Registered: Mon May 06 13:15:40 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  2. CPAN::Meta::Prereqs.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Prereqs; our $VERSION = '2.150010'; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Prereqs object represents the prerequisites for a CPAN #...
    perldoc.perl.org/CPAN::Meta::Prereqs.txt
    Registered: Mon May 06 13:37:29 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. CPAN::Meta::History::Meta_1_1.txt

    =for :stopwords Ingy READMEs WTF licensure =head1 NAME CPAN::Meta::History::Meta_1_1 - Version 1.1 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.1 sp...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_1.txt
    Registered: Mon May 06 12:18:19 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  4. CPAN::Meta::Merge.txt

    use strict; use warnings; package CPAN::Meta::Merge; our $VERSION = '2.150010'; use Carp qw/croak/; use Scalar::Util qw/blessed/; use CPAN::Meta::Converter 2.141170; sub _is_identical { my ($left, ...
    perldoc.perl.org/CPAN::Meta::Merge.txt
    Registered: Mon May 06 11:47:19 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  5. 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: Mon May 06 11:55:19 UTC 2024
    - 7K bytes
    - Viewed (0)
  6. CORE.txt

    =head1 NAME CORE - Namespace for Perl's core routines =head1 SYNOPSIS BEGIN { *CORE::GLOBAL::hex = sub { 1; }; } print hex("0x50"),"\n"; # prints 1 print CORE::hex("0x50"),"\n"; # prints 80 CORE::s...
    perldoc.perl.org/CORE.txt
    Registered: Mon May 06 11:41:15 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. AnyDBM_File.txt

    package AnyDBM_File; use warnings; use strict; use 5.006_001; our $VERSION = '1.01'; our @ISA = qw(NDBM_File DB_File GDBM_File SDBM_File ODBM_File) unless @ISA; my $mod; for $mod (@ISA) { if (eval ...
    perldoc.perl.org/AnyDBM_File.txt
    Registered: Mon May 06 12:24:22 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  8. Config::Extensions.txt

    package Config::Extensions; use strict; our (%Extensions, $VERSION, @ISA, @EXPORT_OK); use Config; require Exporter; $VERSION = '0.03'; @ISA = 'Exporter'; @EXPORT_OK = '%Extensions'; foreach my $ty...
    perldoc.perl.org/Config::Extensions.txt
    Registered: Mon May 06 10:28:28 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  9. ExtUtils::MakeMaker.txt

    # $Id$ package ExtUtils::MakeMaker; use strict; use warnings; BEGIN {require 5.006;} require Exporter; use ExtUtils::MakeMaker::Config; use ExtUtils::MakeMaker::version; # ensure we always have our...
    perldoc.perl.org/ExtUtils::MakeMaker.txt
    Registered: Tue May 07 00:32:54 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  10. ExtUtils::Typemaps.txt

    package ExtUtils::Typemaps; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; require ExtUtils::ParseXS; require ExtUtils::ParseXS::Constants; require ExtUtils::Typemaps::InputMap; req...
    perldoc.perl.org/ExtUtils::Typemaps.txt
    Registered: Mon May 06 21:50:52 UTC 2024
    - 26.3K bytes
    - Viewed (0)
Back to top