Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 193 for timestamp:[now/d-1M TO *] (0.02 sec)

  1. Pod::ParseLink.txt

    # Parse an L<> formatting code in POD text. # # This module implements parsing of the text of an L<> formatting code as # defined in perlpodspec. It should be suitable for any POD formatter. It # e...
    perldoc.perl.org/Pod::ParseLink.txt
    Registered: Tue May 07 12:00:30 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. Fcntl.txt

    package Fcntl; =head1 NAME Fcntl - load the C Fcntl.h defines =head1 SYNOPSIS use Fcntl; use Fcntl qw(:DEFAULT :flock); =head1 DESCRIPTION This module is just a translation of the C F<fcntl.h> file...
    perldoc.perl.org/Fcntl.txt
    Registered: Tue May 07 07:59:35 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  3. File::Spec::Functions.txt

    package File::Spec::Functions; use File::Spec; use strict; our $VERSION = '3.88'; $VERSION =~ tr/_//d; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw( canonpath catdir catfile curdir r...
    perldoc.perl.org/File::Spec::Functions.txt
    Registered: Tue May 07 07:42:20 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. ExtUtils::Liblist.txt

    package ExtUtils::Liblist; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use File::Spec; require ExtUtils::Liblist::Kid; our @ISA = qw(ExtUtils::Liblist::Kid File::Spec); # ...
    perldoc.perl.org/ExtUtils::Liblist.txt
    Registered: Tue May 07 01:19:23 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top