Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4481 - 4490 of 6,206 for content_length:[0 TO 9999] (0.07 sec)

  1. $^X.txt

    =over =item $EXECUTABLE_NAME =item $^X X<$^X> X<$EXECUTABLE_NAME> The name used to execute the current copy of Perl, from C's C<argv[0]> or (where supported) F</proc/self/exe>. Depending on the hos...
    perldoc.perl.org/variables/$^X.txt
    Registered: Sun Nov 10 22:53:58 UTC 2024
    - 2K bytes
    - Viewed (0)
  2. @-.txt

    =over =item @LAST_MATCH_START =item @- X<@-> X<@LAST_MATCH_START> This array holds the offsets of the beginnings of the last successful match and any capture buffers it contains. (See L</Scoping Ru...
    perldoc.perl.org/variables/@-.txt
    Registered: Sun Nov 10 23:37:51 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  3. % .txt

    =over =item %{^CAPTURE} =item %LAST_PAREN_MATCH =item %+ X<%+> X<%LAST_PAREN_MATCH> X<%{^CAPTURE}> Similar to C<@+>, the C<%+> hash allows access to the named capture buffers, should they exist, in...
    perldoc.perl.org/variables/% .txt
    Registered: Mon Nov 11 00:02:00 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  4. $'.txt

    =over =item $POSTMATCH =item $' X<$'> X<$POSTMATCH> X<@-> The string following whatever was matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>). Example: local ...
    perldoc.perl.org/variables/$'.txt
    Registered: Sun Nov 10 23:45:34 UTC 2024
    - 528 bytes
    - Viewed (0)
  5. $`.txt

    =over =item $PREMATCH =item $` X<$`> X<$PREMATCH> The string preceding whatever was matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>). See L</Performance issu...
    perldoc.perl.org/variables/$`.txt
    Registered: Sun Nov 10 21:18:20 UTC 2024
    - 421 bytes
    - Viewed (0)
  6. $,.txt

    =over =item IO::Handle->output_field_separator( EXPR ) =item $OUTPUT_FIELD_SEPARATOR =item $OFS =item $, X<$,> X<$OFS> X<$OUTPUT_FIELD_SEPARATOR> The output field separator for the print operator. ...
    perldoc.perl.org/variables/$,.txt
    Registered: Mon Nov 11 00:34:43 UTC 2024
    - 486 bytes
    - Viewed (0)
  7. ${^RE_DEBUG_FLAGS}.txt

    =over =item ${^RE_DEBUG_FLAGS} X<${^RE_DEBUG_FLAGS}> The current value of the regex debugging flags. Set to 0 for no debug output even when the C<re 'debug'> module is loaded. See L<re> for details...
    perldoc.perl.org/variables/${^RE_DEBUG_FLAGS}.txt
    Registered: Mon Nov 11 00:22:00 UTC 2024
    - 251 bytes
    - Viewed (0)
  8. @_.txt

    =over =item @ARG =item @_ X<@_> X<@ARG> Within a subroutine the array C<@_> contains the parameters passed to that subroutine. Inside a subroutine, C<@_> is the default array for the array operator...
    perldoc.perl.org/variables/@_.txt
    Registered: Sun Nov 10 21:10:25 UTC 2024
    - 247 bytes
    - Viewed (0)
  9. $ARGV.txt

    =over =item $ARGV X<$ARGV> Contains the name of the current file when reading from C<< <> >>. =back 102
    perldoc.perl.org/variables/$ARGV.txt
    Registered: Sun Nov 10 20:56:40 UTC 2024
    - 102 bytes
    - Viewed (0)
  10. $[.txt

    =over =item $[ X<$[> This variable stores the index of the first element in an array, and of the first character in a substring. The default is 0, but you could theoretically set it to 1 to make Pe...
    perldoc.perl.org/variables/$[.txt
    Registered: Mon Nov 11 02:14:39 UTC 2024
    - 1.1K bytes
    - Viewed (0)
Back to top