Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 108 for timestamp:[now/d-1y TO *] (0.02 sec)

  1. variables.txt

    =pod I<Full documentation of predefined variables: L<perlvar>> =head2 General Variables =over 8 =item * B<< $_ >> - The default input and pattern-searching space =item * B<< @_ >> - Within a subrou...
    perldoc.perl.org/variables.txt
    Registered: Fri May 17 09:48:47 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. perlop.txt

    =head1 NAME X<operator> perlop - Perl operators and precedence =head1 DESCRIPTION In Perl, the operator determines what operation is performed, independent of the type of the operands. For example ...
    perldoc.perl.org/perlop.txt
    Registered: Fri May 17 11:37:25 UTC 2024
    - 148.4K bytes
    - Viewed (0)
  3. functions.txt

    =pod I<Full documentation of builtin functions: L<perlfunc>> =head2 Perl Functions by Category X<function> Here are Perl's functions (including things that look like functions, like some keywords a...
    perldoc.perl.org/functions.txt
    Registered: Fri May 17 12:10:36 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  4. $^H.txt

    =over =item $^H X<$^H> WARNING: This variable is strictly for internal use only. Its availability, behavior, and contents are subject to change without notice. This variable contains compile-time h...
    perldoc.perl.org/variables/$^H.txt
    Registered: Fri May 17 22:28:26 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. $^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)
  6. $^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)
  7. $>.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)
  8. $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)
  9. $".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)
  10. $*.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)
Back to top