Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 31 - 40 of 121 for timestamp:[now/d-1d TO *] (0.01 sec)

  1. $*.txt

    =over =item $* X<$*> C<$*> was a variable that you could use to enable multiline matching. After a deprecation cycle, its magic was removed in Perl v5.10.0. Using it now triggers a warning: C<$* is...
    perldoc.perl.org/variables/$*.txt
    Registered: Fri May 17 22:22:56 UTC 2024
    - 338 bytes
    - Viewed (0)
  2. $%.txt

    =over =item HANDLE->format_page_number(EXPR) =item $FORMAT_PAGE_NUMBER =item $% X<$%> X<$FORMAT_PAGE_NUMBER> The current page number of the currently selected output channel. Mnemonic: C<%> is page...
    perldoc.perl.org/variables/$%.txt
    Registered: Fri May 17 22:00:23 UTC 2024
    - 229 bytes
    - Viewed (0)
  3. $^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)
  4. 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)
  5. ${^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)
  6. 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)
  7. @{^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)
  8. ${^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)
  9. ${^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)
  10. $^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)
Back to top