Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 316 for timestamp:[now/d-1y TO *] (0.02 sec)

  1. PerlIO.txt

    package PerlIO; our $VERSION = '1.12'; # Map layer name to package that defines it our %alias; sub import { my $class = shift; while (@_) { my $layer = shift; if (exists $alias{$layer}) { $layer = ...
    perldoc.perl.org/PerlIO.txt
    Registered: Fri Oct 17 17:54:33 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  2. $_.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/$_.txt
    Registered: Fri Oct 17 13:32:23 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  3. $^P.txt

    =over =item $PERLDB =item $^P X<$^P> X<$PERLDB> The internal variable for debugging support. The meanings of the various bits are subject to change, but currently indicate: =over 6 =item 0x01 Debug...
    perldoc.perl.org/variables/$^P.txt
    Registered: Fri Oct 17 16:38:18 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  4. $(.txt

    =over =item $REAL_GROUP_ID =item $GID =item $( X<$(> X<$GID> X<$REAL_GROUP_ID> The real gid of this process. If you are on a machine that supports membership in multiple groups simultaneously, give...
    perldoc.perl.org/variables/$(.txt
    Registered: Fri Oct 17 13:51:20 UTC 2025
    - 1013 bytes
    - Viewed (0)
  5. $^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.txt
    Registered: Fri Oct 17 15:22:53 UTC 2025
    - 667 bytes
    - Viewed (0)
  6. $@.txt

    =over =item $EVAL_ERROR =item $@ X<$@> X<$EVAL_ERROR> The Perl error from the last C<eval> operator, i.e. the last exception that was caught. For C<eval BLOCK>, this is either a runtime error messa...
    perldoc.perl.org/variables/$@.txt
    Registered: Fri Oct 17 17:29:48 UTC 2025
    - 611 bytes
    - Viewed (0)
  7. $<.txt

    =over =item $REAL_USER_ID =item $UID =item $< X<< $< >> X<$UID> X<$REAL_USER_ID> The real uid of this process. You can change both the real uid and the effective uid at the same time by using C<POS...
    perldoc.perl.org/variables/$<.txt
    Registered: Fri Oct 17 15:36:54 UTC 2025
    - 408 bytes
    - Viewed (0)
  8. @F.txt

    =over =item @F X<@F> The array C<@F> contains the fields of each line read in when autosplit mode is turned on. See L<perlrun|perlrun/-a> for the B<-a> switch. This array is package-specific, and m...
    perldoc.perl.org/variables/@F.txt
    Registered: Fri Oct 17 14:16:23 UTC 2025
    - 312 bytes
    - Viewed (0)
  9. perl5420delta.txt

    =encoding utf8 =head1 NAME perldelta - what is new for perl v5.42.0 =head1 DESCRIPTION This document describes differences between the 5.42.0 release and the 5.40.0 release. =head1 Core Enhancement...
    perldoc.perl.org/perl5420delta.txt
    Registered: Fri Oct 17 01:05:47 UTC 2025
    - 49.1K bytes
    - Viewed (0)
  10. perlmroapi.txt

    =head1 NAME perlmroapi - Perl method resolution plugin interface =head1 DESCRIPTION As of Perl 5.10.1 there is a new interface for plugging and using method resolution orders other than the default...
    perldoc.perl.org/perlmroapi.txt
    Registered: Fri Oct 17 02:10:43 UTC 2025
    - 3.3K bytes
    - Viewed (0)
Back to top