Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 130 for timestamp:[now/d-1d TO *] (0.01 sec)

  1. $^I.txt

    =over =item $INPLACE_EDIT =item $^I X<$^I> X<$INPLACE_EDIT> The current value of the inplace-edit extension. Use C<undef> to disable inplace editing. Mnemonic: value of B<-i> switch. =back
    perldoc.perl.org/variables/$^I.txt
    Registered: Fri May 17 18:53:58 UTC 2024
    - 194 bytes
    - Viewed (0)
  2. 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)
  3. ${^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)
  4. 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)
  5. @{^CAPTURE}.txt

    =over =item @{^CAPTURE} X<@{^CAPTURE}> X<@^CAPTURE> An array which exposes the contents of the capture buffers, if any, of the last successful pattern match, not counting patterns matched in nested...
    perldoc.perl.org/variables/@{^CAPTURE}.txt
    Registered: Fri May 17 22:43:18 UTC 2024
    - 932 bytes
    - Viewed (0)
  6. ${^SAFE_LOCALES}.txt

    =over =item ${^SAFE_LOCALES} X<${^SAFE_LOCALES}> Reflects if safe locale operations are available to this perl (when the value is 1) or not (the value is 0). This variable is always 1 if the perl h...
    perldoc.perl.org/variables/${^SAFE_LOCALES}.txt
    Registered: Sat May 18 01:39:22 UTC 2024
    - 572 bytes
    - Viewed (0)
  7. ${^POSTMATCH}.txt

    =over =item ${^POSTMATCH} X<${^POSTMATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$'> (C<$POSTMATCH>...
    perldoc.perl.org/variables/${^POSTMATCH}.txt
    Registered: Sat May 18 01:45:15 UTC 2024
    - 510 bytes
    - Viewed (0)
  8. $^D.txt

    =over =item $DEBUGGING =item $^D X<$^D> X<$DEBUGGING> The current value of the debugging flags. May be read or set. Like its L<command-line equivalent|perlrun/B<-D>I<letters>>, you can use numeric ...
    perldoc.perl.org/variables/$^D.txt
    Registered: Fri May 17 23:13:34 UTC 2024
    - 437 bytes
    - Viewed (0)
  9. $^C.txt

    =over =item $COMPILING =item $^C X<$^C> X<$COMPILING> The current value of the flag associated with the B<-c> switch. Mainly of use with B<-MO=...> to allow code to alter its behavior when being co...
    perldoc.perl.org/variables/$^C.txt
    Registered: Fri May 17 23:06:23 UTC 2024
    - 401 bytes
    - Viewed (0)
  10. $^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)
Back to top