- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 406 for timestamp:[now/d-1d TO *] (0.02 sec)
-
%{^HOOK}.txt
=over =item %{^HOOK} X<%{^HOOK}> This hash contains coderefs which are called when various perl keywords which are hard or impossible to wrap are called. The keys of this hash are named after the k...perldoc.perl.org/variables/%{^HOOK}.txtRegistered: Mon Feb 17 20:59:11 UTC 2025 - 3K bytes - Viewed (0) -
% .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/% .txtRegistered: Mon Feb 17 19:48:54 UTC 2025 - 1.2K bytes - Viewed (0) -
${^ENCODING}.txt
=over =item ${^ENCODING} X<${^ENCODING}> This variable is no longer supported. It used to hold the I<object reference> to the C<Encode> object that was used to convert the source code to Unicode. I...perldoc.perl.org/variables/${^ENCODING}.txtRegistered: Mon Feb 17 20:30:17 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: Mon Feb 17 20:03:02 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: Mon Feb 17 17:33:02 UTC 2025 - 481 bytes - Viewed (0) -
$`.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: Mon Feb 17 19:30:44 UTC 2025 - 421 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: Mon Feb 17 20:41:30 UTC 2025 - 293 bytes - Viewed (0) -
${^WIN32_SLOPPY_STAT}.txt
=over =item ${^WIN32_SLOPPY_STAT} X<${^WIN32_SLOPPY_STAT}> X<sitecustomize> X<sitecustomize.pl> This variable no longer has any function. This variable was added in Perl v5.10.0 and removed in Perl...perldoc.perl.org/variables/${^WIN32_SLOPPY_STAT}.txtRegistered: Mon Feb 17 17:40:53 UTC 2025 - 216 bytes - Viewed (0) -
$-.txt
=over =item HANDLE->format_lines_left(EXPR) =item $FORMAT_LINES_LEFT =item $- X<$-> X<$FORMAT_LINES_LEFT> The number of lines left on the page of the currently selected output channel. Mnemonic: li...perldoc.perl.org/variables/$-.txtRegistered: Mon Feb 17 20:50:58 UTC 2025 - 237 bytes - Viewed (0) -
substr.txt
=over =item substr EXPR,OFFSET,LENGTH,REPLACEMENT X<substr> X<substring> X<mid> X<left> X<right> =item substr EXPR,OFFSET,LENGTH =item substr EXPR,OFFSET Extracts a substring out of EXPR and return...perldoc.perl.org/functions/substr.txtRegistered: Mon Feb 17 21:27:18 UTC 2025 - 3.3K bytes - Viewed (0)