Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. $^V.txt

    =over =item $PERL_VERSION =item $^V X<$^V> X<$PERL_VERSION> =for comment These are documented in the generated file lib/Config.pod. This looks like as good a place as any to give notice that they a...
    perldoc.perl.org/variables/$^V.txt
    Registered: Fri May 17 18:40:03 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. $^N.txt

    =over =item $LAST_SUBMATCH_RESULT =item $^N X<$^N> X<$LAST_SUBMATCH_RESULT> The text matched by the used group most-recently closed (i.e. the group with the rightmost closing parenthesis) of the la...
    perldoc.perl.org/variables/$^N.txt
    Registered: Fri May 17 20:47:03 UTC 2024
    - 1009 bytes
    - Viewed (0)
  3. $>.txt

    =over =item $EFFECTIVE_USER_ID =item $EUID =item $> X<< $> >> X<$EUID> X<$EFFECTIVE_USER_ID> The effective uid of this process. For example: $< = $>; # set real to effective uid ($<,$>) = ($>,$<); ...
    perldoc.perl.org/variables/$>.txt
    Registered: Fri May 17 17:27:38 UTC 2024
    - 615 bytes
    - Viewed (0)
  4. $b.txt

    =over =item $a =item $b X<$a> X<$b> Special package variables when using C<sort()>, see L<perlfunc/sort>. Because of this specialness C<$a> and C<$b> don't need to be declared (using C<use vars>, o...
    perldoc.perl.org/variables/$b.txt
    Registered: Fri May 17 18:03:49 UTC 2024
    - 394 bytes
    - Viewed (0)
  5. $".txt

    =over =item $LIST_SEPARATOR =item $" X<$"> X<$LIST_SEPARATOR> When an array or an array slice is interpolated into a double-quoted string or a similar context such as C</.../>, its elements are sep...
    perldoc.perl.org/variables/$".txt
    Registered: Fri May 17 17:42:16 UTC 2024
    - 428 bytes
    - Viewed (0)
  6. $*.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)
  7. $%.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)
  8. $^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)
  9. 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)
  10. ${^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)
Back to top