Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 193 for timestamp:[now/d-1d TO *] (0.01 sec)

  1. warnings::register.txt

    package warnings::register 1.05; require warnings; # left here as cruft in case other users were using this undocumented routine # -- rjbs, 2010-09-08 sub mkMask { my ($bit) = @_; my $mask = ""; ve...
    perldoc.perl.org/warnings::register.txt
    Registered: Sat May 18 04:55:40 UTC 2024
    - 733 bytes
    - Viewed (0)
  2. Compress::Zlib.txt

    package Compress::Zlib; require 5.006 ; require Exporter; use Carp ; use IO::Handle ; use Scalar::Util qw(dualvar); use IO::Compress::Base::Common 2.204 ; use Compress::Raw::Zlib 2.204 ; use IO::Co...
    perldoc.perl.org/Compress::Zlib.txt
    Registered: Sat May 18 11:28:22 UTC 2024
    - 43K bytes
    - Viewed (0)
  3. CPAN::Meta::Converter.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Converter; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmc = CPAN::M...
    perldoc.perl.org/CPAN::Meta::Converter.txt
    Registered: Sat May 18 08:22:32 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  4. Attribute::Handlers.txt

    package Attribute::Handlers; use 5.006; use Carp; use warnings; use strict; our $AUTOLOAD; our $VERSION = '1.03'; # remember to update version in POD! # $DB::single=1; my $debug= $ENV{DEBUG_ATTRIBU...
    perldoc.perl.org/Attribute::Handlers.txt
    Registered: Sat May 18 11:43:34 UTC 2024
    - 32.1K bytes
    - Viewed (0)
  5. Class::Struct.txt

    package Class::Struct; ## See POD after __END__ use 5.006_001; use strict; use warnings::register; our(@ISA, @EXPORT, $VERSION); use Carp; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(struct...
    perldoc.perl.org/Class::Struct.txt
    Registered: Sat May 18 11:17:53 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  6. mro.txt

    # mro.pm # # Copyright (c) 2007 Brandon L Black # Copyright (c) 2008,2009 Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License or the Artistic Lic...
    perldoc.perl.org/mro.txt
    Registered: Sat May 18 11:10:58 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  7. Compress::Raw::Bzip2.txt

    package Compress::Raw::Bzip2; use strict ; use warnings ; require 5.006 ; require Exporter; use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); $VERSION = '2.204_001'; $XS...
    perldoc.perl.org/Compress::Raw::Bzip2.txt
    Registered: Sat May 18 14:04:18 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  8. experimental.txt

    package experimental; $experimental::VERSION = '0.031'; use strict; use warnings; use version (); BEGIN { eval { require feature } }; use Carp qw/croak carp/; my %warnings = map { $_ => 1 } grep { ...
    perldoc.perl.org/experimental.txt
    Registered: Sat May 18 10:43:25 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  9. stable.txt

    package stable; $stable::VERSION = '0.031'; use strict; use warnings; use version (); use experimental (); use Carp qw/croak carp/; my %allow_at = ( bitwise => 5.022000, isa => 5.032000, lexical_su...
    perldoc.perl.org/stable.txt
    Registered: Sat May 18 08:00:18 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  10. CPAN::Meta::Feature.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Feature; our $VERSION = '2.150010'; use CPAN::Meta::Prereqs; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Feature object describes an opt...
    perldoc.perl.org/CPAN::Meta::Feature.txt
    Registered: Sat May 18 12:56:46 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top