Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. $^W.txt

    =over =item $WARNING =item $^W X<$^W> X<$WARNING> The current value of the warning switch, initially true if B<-w> was used, false otherwise, but directly modifiable. See also L<warnings>. Mnemonic...
    perldoc.perl.org/variables/$^W.txt
    Registered: Fri May 17 23:56:15 UTC 2024
    - 239 bytes
    - Viewed (0)
  2. Encode::Encoder.txt

    # # $Id: Encoder.pm,v 2.3 2013/09/14 07:51:59 dankogai Exp $ # package Encode::Encoder; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d"...
    perldoc.perl.org/Encode::Encoder.txt
    Registered: Sat May 18 16:40:22 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  3. bytes.txt

    package bytes; use strict; use warnings; our $VERSION = '1.08'; $bytes::hint_bits = 0x00000008; sub import { $^H |= $bytes::hint_bits; } sub unimport { $^H &= ~$bytes::hint_bits; } our $AUTOLOAD; s...
    perldoc.perl.org/bytes.txt
    Registered: Sat May 18 12:16:30 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  4. ExtUtils::MM_Darwin.txt

    package ExtUtils::MM_Darwin; use strict; use warnings; BEGIN { require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Unix ); } our $VERSION = '7.70'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MM_...
    perldoc.perl.org/ExtUtils::MM_Darwin.txt
    Registered: Sat May 18 17:13:55 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  5. perldoc.txt

    =head1 NAME perldoc - Look up Perl documentation in Pod format. =head1 SYNOPSIS perldoc [-h] [-D] [-t] [-u] [-m] [-l] [-U] [-F] [-i] [-V] [-T] [-r] [-d destination_file] [-o formatname] [-M Formatt...
    perldoc.perl.org/perldoc.txt
    Registered: Fri May 17 13:00:23 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  6. $;.txt

    =over =item $SUBSCRIPT_SEPARATOR =item $SUBSEP =item $; X<$;> X<$SUBSEP> X<SUBSCRIPT_SEPARATOR> The subscript separator for multidimensional array emulation. If you refer to a hash element as $foo{...
    perldoc.perl.org/variables/$;.txt
    Registered: Fri May 17 16:37:02 UTC 2024
    - 658 bytes
    - Viewed (0)
  7. ExtUtils::MM_OS390.txt

    package ExtUtils::MM_OS390; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head...
    perldoc.perl.org/ExtUtils::MM_OS390.txt
    Registered: Sat May 18 17:41:12 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. autodie::exception::system.txt

    package autodie::exception::system; use 5.008; use strict; use warnings; use parent 'autodie::exception'; use Carp qw(croak); our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version # AB...
    perldoc.perl.org/autodie::exception::system.txt
    Registered: Sat May 18 03:56:43 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  9. @-.txt

    =over =item @LAST_MATCH_START =item @- X<@-> X<@LAST_MATCH_START> This array holds the offsets of the beginnings of the last successful match and any capture buffers it contains. (See L</Scoping Ru...
    perldoc.perl.org/variables/@-.txt
    Registered: Sat May 18 02:21:49 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  10. $^E.txt

    =over =item $EXTENDED_OS_ERROR =item $^E X<$^E> X<$EXTENDED_OS_ERROR> Error information specific to the current operating system. At the moment, this differs from C<L</$!>> under only VMS, OS/2, an...
    perldoc.perl.org/variables/$^E.txt
    Registered: Sat May 18 01:01:39 UTC 2024
    - 1.1K bytes
    - Viewed (0)
Back to top