- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 1,210 for timestamp:[now/d-7d TO *] (0.02 sec)
-
Internals.txt
=head1 NAME Internals - Reserved special namespace for internals related functions =head1 SYNOPSIS $is_ro= Internals::SvREADONLY($x) $refcnt= Internals::SvREFCNT($x) hv_clear_placeholders(%hash); i...perldoc.perl.org/Internals.txtRegistered: Thu Oct 09 18:52:19 UTC 2025 - 2.9K bytes - Viewed (0) -
perlos390.txt
# vim: syntax=pod This document is written in pod format hence there are punctuation characters in odd places. You can read more about pod in pod/perlpod.pod or the short summary in the INSTALL fil...perldoc.perl.org/perlos390.txtRegistered: Sun Oct 12 22:26:40 UTC 2025 - 13.9K bytes - Viewed (0) -
%{^CAPTURE_ALL} - Perldoc Browser
variables / %{^CAPTURE_ALL} ( source , CPAN ) # %{^CAPTURE_ALL} # %- Similar to %+ , this variable allows access to t...perldoc.perl.org/variables/%{^CAPTURE_ALL}Registered: Sun Oct 12 23:09:35 UTC 2025 - 18.8K bytes - Viewed (0) -
$_.txt
=over =item $ARG =item $_ X<$_> X<$ARG> The default input and pattern-searching space. The following pairs are equivalent: while (<>) {...} # equivalent only in while! while (defined($_ = <>)) {......perldoc.perl.org/variables/$_.txtRegistered: Mon Oct 13 04:09:29 UTC 2025 - 1.9K bytes - Viewed (0) -
$].txt
=over =item $OLD_PERL_VERSION =item $] X<$]> X<$OLD_PERL_VERSION> The revision, version, and subversion of the Perl interpreter, represented as a decimal of the form 5.XXXYYY, where XXX is the vers...perldoc.perl.org/variables/$].txtRegistered: Mon Oct 13 00:34:56 UTC 2025 - 1.6K bytes - Viewed (0) -
$^M.txt
=over =item $^M X<$^M> By default, running out of memory is an untrappable, fatal error. However, if suitably built, Perl can use the contents of C<$^M> as an emergency memory pool after C<die()>in...perldoc.perl.org/variables/$^M.txtRegistered: Mon Oct 13 02:16:24 UTC 2025 - 667 bytes - Viewed (0) -
${^MATCH}.txt
=over =item ${^MATCH} X<${^MATCH}> 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<$MATCH>) except tha...perldoc.perl.org/variables/${^MATCH}.txtRegistered: Mon Oct 13 04:32:59 UTC 2025 - 498 bytes - Viewed (0) -
ARGVOUT.txt
=over =item ARGVOUT X<ARGVOUT> The special filehandle that points to the currently open output file when doing edit-in-place processing with B<-i>. Useful when you have to do a lot of inserting and...perldoc.perl.org/variables/ARGVOUT.txtRegistered: Mon Oct 13 00:18:58 UTC 2025 - 303 bytes - Viewed (0) -
$^L.txt
=over =item IO::Handle->format_formfeed(EXPR) =item $FORMAT_FORMFEED =item $^L X<$^L> X<$FORMAT_FORMFEED> What formats output as a form feed. The default is C<\f>. You cannot call C<format_formfeed...perldoc.perl.org/variables/$^L.txtRegistered: Mon Oct 13 01:45:24 UTC 2025 - 282 bytes - Viewed (0) -
perlretut.txt
=head1 NAME perlretut - Perl regular expressions tutorial =head1 DESCRIPTION This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a com...perldoc.perl.org/perlretut.txtRegistered: Wed Oct 08 04:20:38 UTC 2025 - 120.5K bytes - Viewed (0)