Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 1,302 for label:perl (0.04 sec)

  1. $^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: Tue Nov 19 02:34:25 UTC 2024
    - 1009 bytes
    - Viewed (0)
  2. $;.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: Tue Nov 19 03:37:56 UTC 2024
    - 658 bytes
    - Viewed (0)
  3. ${^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: Tue Nov 19 06:19:42 UTC 2024
    - 510 bytes
    - Viewed (0)
  4. $>.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: Tue Nov 19 02:57:28 UTC 2024
    - 615 bytes
    - Viewed (0)
  5. $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 Similar Results (1)
    Registered: Tue Nov 19 03:10:56 UTC 2024
    - 394 bytes
    - Viewed (0)
  6. $".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: Tue Nov 19 04:40:31 UTC 2024
    - 428 bytes
    - Viewed (0)
  7. sprintf.txt

    =over =item sprintf FORMAT, LIST X<sprintf> Returns a string formatted by the usual L<C<printf>|/printf FILEHANDLE FORMAT, LIST> conventions of the C library function L<C<sprintf>|/sprintf FORMAT, ...
    perldoc.perl.org/functions/sprintf.txt
    Registered: Wed Nov 20 22:16:13 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  8. srand.txt

    =over =item srand EXPR X<srand> X<seed> X<randseed> =item srand Sets and returns the random number seed for the L<C<rand>|/rand EXPR> operator. The point of the function is to "seed" the L<C<rand>|...
    perldoc.perl.org/functions/srand.txt
    Registered: Wed Nov 20 22:23:50 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  9. splice.txt

    =over =item splice ARRAY,OFFSET,LENGTH,LIST X<splice> =item splice ARRAY,OFFSET,LENGTH =item splice ARRAY,OFFSET =item splice ARRAY Removes the elements designated by OFFSET and LENGTH from an arra...
    perldoc.perl.org/functions/splice.txt
    Registered: Thu Nov 21 02:34:52 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  10. rand.txt

    =over =item rand EXPR X<rand> X<random> =item rand Returns a random fractional number greater than or equal to C<0> and less than the value of EXPR. (EXPR should be positive.) If EXPR is omitted, t...
    perldoc.perl.org/functions/rand.txt
    Registered: Thu Nov 21 00:16:13 UTC 2024
    - 1.3K bytes
    - Viewed (0)
Back to top