Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 21 - 30 of 125 for timestamp:[now/d-1d TO *] (0.03 sec)

  1. 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: Sat May 18 07:32:37 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. CPAN::Nox.txt

    package CPAN::Nox; use strict; use vars qw($VERSION @EXPORT); BEGIN{ $CPAN::Suppress_readline=1 unless defined $CPAN::term; } use Exporter (); @CPAN::ISA = ('Exporter'); use CPAN; $VERSION = "5.500...
    perldoc.perl.org/CPAN::Nox.txt
    Registered: Sat May 18 10:06:39 UTC 2024
    - 953 bytes
    - Viewed (0)
  3. Errno.txt

    # -*- buffer-read-only: t -*- # # This file is auto-generated by ext/Errno/Errno_pm.PL. # ***ANY*** changes here will be lost. # package Errno; use Exporter 'import'; use strict; use Config; "$Conf...
    perldoc.perl.org/Errno.txt
    Registered: Sat May 18 23:14:15 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. Encode::KR::2022_KR.txt

    package Encode::KR::2022_KR; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); use parent qw(Enco...
    perldoc.perl.org/Encode::KR::2022_KR.txt
    Registered: Sat May 18 23:21:29 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. 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: Sun May 19 01:24:27 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  6. fields.txt

    use 5.008; package fields; require 5.005; use strict; no strict 'refs'; unless( eval q{require warnings::register; warnings::register->import; 1} ) { *warnings::warnif = sub { require Carp; Carp::c...
    perldoc.perl.org/fields.txt
    Registered: Sat May 18 09:37:25 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  7. encoding::warnings.txt

    package encoding::warnings; $encoding::warnings::VERSION = '0.14'; use strict; use 5.007; =head1 NAME encoding::warnings - Warn on implicit encoding conversions =head1 VERSION This document describ...
    perldoc.perl.org/encoding::warnings.txt
    Registered: Sat May 18 10:33:00 UTC 2024
    - 7K bytes
    - Viewed (0)
  8. parent.txt

    package parent; use strict; our $VERSION = '0.241'; sub import { my $class = shift; my $inheritor = caller(0); if ( @_ and $_[0] eq '-norequire' ) { shift @_; } else { for ( my @filename = @_ ) { s...
    perldoc.perl.org/parent.txt
    Registered: Sat May 18 04:33:35 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. ${^GLOBAL_PHASE}.txt

    =over =item ${^GLOBAL_PHASE} X<${^GLOBAL_PHASE}> The current phase of the perl interpreter. Possible values are: =over 8 =item CONSTRUCT The C<PerlInterpreter*> is being constructed via C<perl_cons...
    perldoc.perl.org/variables/${^GLOBAL_PHASE}.txt
    Registered: Sat May 18 01:31:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  10. autodie::skip.txt

    package autodie::skip; use strict; use warnings; our $VERSION = '2.36'; # VERSION # This package exists purely so people can inherit from it, # which isn't at all how roles are supposed to work, bu...
    perldoc.perl.org/autodie::skip.txt
    Registered: Sat May 18 04:17:35 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top