Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. threads.txt

    package threads; use 5.008; use strict; use warnings; our $VERSION = '2.36'; # remember to update version in POD! my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; # Verify this Perl supports th...
    perldoc.perl.org/threads.txt
    Registered: Sat May 18 09:00:26 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  2. Carp.txt

    package Carp; { use 5.006; } use strict; use warnings; BEGIN { # Very old versions of warnings.pm load Carp. This can go wrong due # to the circular dependency. If warnings is invoked before Carp, ...
    perldoc.perl.org/Carp.txt
    Registered: Sat May 18 08:07:32 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  3. encoding.txt

    # $Id: encoding.pm,v 3.00 2020/04/19 10:56:28 dankogai Exp $ package encoding; our $VERSION = sprintf "%d.%02d", q$Revision: 3.00 $ =~ /(\d+)/g; use Encode; use strict; use warnings; use Config; us...
    perldoc.perl.org/encoding.txt
    Registered: Sat May 18 09:29:57 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  4. bigfloat.txt

    package bigfloat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.66'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw...
    perldoc.perl.org/bigfloat.txt
    Registered: Sat May 18 08:44:47 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  5. diagnostics.txt

    package diagnostics; =head1 NAME diagnostics, splain - produce verbose warning diagnostics =head1 SYNOPSIS Using the C<diagnostics> pragma: use diagnostics; use diagnostics -verbose; enable diagnos...
    perldoc.perl.org/diagnostics.txt
    Registered: Sat May 18 10:28:15 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  6. CPAN::Meta::History::Meta_1_3.txt

    =for :stopwords MailingList PODs RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_3 - Version 1.3 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_3.txt
    Registered: Sat May 18 06:54:54 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  7. CPAN::Meta::Spec.txt

    # XXX RULES FOR PATCHING THIS FILE XXX # Patches that fix typos or formatting are acceptable. Patches # that change semantics are not acceptable without prior approval # by David Golden or Ricardo ...
    perldoc.perl.org/CPAN::Meta::Spec.txt
    Registered: Sat May 18 11:35:19 UTC 2024
    - 36.1K bytes
    - Viewed (0)
  8. B::Op_private.txt

    # -*- mode: Perl; buffer-read-only: t -*- # # lib/B/Op_private.pm # # Copyright (C) 2014 by Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License o...
    perldoc.perl.org/B::Op_private.txt
    Registered: Sat May 18 12:12:56 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  9. B.txt

    # B.pm # # Copyright (c) 1996, 1997, 1998 Malcolm Beattie # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in the README file....
    perldoc.perl.org/B.txt
    Registered: Sat May 18 16:03:50 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  10. CPAN::Meta::Validator.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Validator; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmv = CPAN::M...
    perldoc.perl.org/CPAN::Meta::Validator.txt
    Registered: Sat May 18 16:10:57 UTC 2024
    - 33.1K bytes
    - Viewed (0)
Back to top