- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 6181 - 6190 of 6,887 for content_length:[0 TO 9999] (0.07 sec)
-
$`.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/$`.txtRegistered: Thu Apr 17 00:10:24 UTC 2025 - 421 bytes - Viewed (0) -
$^T.txt
=over =item $BASETIME =item $^T X<$^T> X<$BASETIME> The time at which the program began running, in seconds since the epoch (beginning of 1970). The values returned by the B<-M>, B<-A>, and B<-C> f...perldoc.perl.org/variables/$^T.txtRegistered: Wed Apr 16 21:51:11 UTC 2025 - 241 bytes - Viewed (0) -
$ARGV.txt
=over =item $ARGV X<$ARGV> Contains the name of the current file when reading from C<< <> >>. =back 102perldoc.perl.org/variables/$ARGV.txtRegistered: Thu Apr 17 01:11:29 UTC 2025 - 102 bytes - Viewed (0) -
@-.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/@-.txtRegistered: Thu Apr 17 06:22:20 UTC 2025 - 1.8K bytes - Viewed (0) -
$^E.txt
=over =item $EXTENDED_OS_ERROR =item $^E X<$^E> X<$EXTENDED_OS_ERROR> Error information specific to the current operating system. At the moment, this differs from C<L</$!>> under only VMS, OS/2, an...perldoc.perl.org/variables/$^E.txtRegistered: Thu Apr 17 04:19:04 UTC 2025 - 1.1K bytes - Viewed (0) -
${^CHILD_ERROR_NATIVE}.txt
=over =item ${^CHILD_ERROR_NATIVE} X<$^CHILD_ERROR_NATIVE> The native status returned by the last pipe close, backtick (C<``>) command, successful call to C<wait()> or C<waitpid()>, or from the C<s...perldoc.perl.org/variables/${^CHILD_ERROR_NATIVE}.txtRegistered: Thu Apr 17 02:10:56 UTC 2025 - 574 bytes - Viewed (0) -
$#.txt
=over =item $# X<$#> C<$#> was a variable that could be used to format printed numbers. After a deprecation cycle, its magic was removed in Perl v5.10.0 and using it now triggers a warning: C<$# is...perldoc.perl.org/variables/$#.txtRegistered: Thu Apr 17 05:23:11 UTC 2025 - 481 bytes - Viewed (0) -
$,.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/$,.txtRegistered: Thu Apr 17 06:07:46 UTC 2025 - 486 bytes - Viewed (0) -
${^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}.txtRegistered: Thu Apr 17 05:16:42 UTC 2025 - 251 bytes - Viewed (0) -
@ARGV.txt
=over =item @ARGV X<@ARGV> The array C<@ARGV> contains the command-line arguments intended for the script. C<$#ARGV> is generally the number of arguments minus one, because C<$ARGV[0]> is the first...perldoc.perl.org/variables/@ARGV.txtRegistered: Thu Apr 17 06:00:27 UTC 2025 - 293 bytes - Viewed (0)