Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 130 of 275 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. perlunitut.txt

    =head1 NAME perlunitut - Perl Unicode Tutorial =head1 DESCRIPTION The days of just flinging strings around are over. It's well established that modern programs need to be capable of communicating f...
    perldoc.perl.org/perlunitut.txt
    Registered: Fri Apr 11 20:28:49 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  2. POSIX.txt

    =head1 NAME POSIX - Perl interface to IEEE Std 1003.1 =head1 SYNOPSIS use POSIX (); use POSIX qw(setsid); use POSIX qw(:errno_h :fcntl_h); printf "EINTR is %d\n", EINTR; my $sess_id = POSIX::setsid...
    perldoc.perl.org/POSIX.txt
    Registered: Fri Apr 11 00:30:25 UTC 2025
    - 83.3K bytes
    - Viewed (0)
  3. perlfaq6.txt

    =head1 NAME perlfaq6 - Regular Expressions =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section is surprisingly small because the rest of the FAQ is littered with answers involving reg...
    perldoc.perl.org/perlfaq6.txt
    Registered: Fri Apr 11 01:23:21 UTC 2025
    - 38.6K bytes
    - Viewed (0)
  4. %-.txt

    =over =item %{^CAPTURE_ALL} X<%{^CAPTURE_ALL}> =item %- X<%-> Similar to C<%+>, this variable allows access to the named capture groups in the last successful match in the currently active dynamic ...
    perldoc.perl.org/variables/%-.txt
    Registered: Fri Apr 11 06:11:10 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  5. ${^OPEN}.txt

    =over =item ${^OPEN} X<${^OPEN}> An internal variable used by L<PerlIO>. A string in two parts, separated by a C<\0> byte, the first part describes the input layers, the second part describes the o...
    perldoc.perl.org/variables/${^OPEN}.txt
    Registered: Fri Apr 11 04:48:04 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  6. @INC.txt

    =over =item @INC X<@INC> The array C<@INC> contains the list of places that the C<do EXPR>, C<require>, or C<use> constructs look for their library files. It initially consists of the arguments to ...
    perldoc.perl.org/variables/@INC.txt
    Registered: Fri Apr 11 04:09:19 UTC 2025
    - 987 bytes
    - Viewed (0)
  7. $|.txt

    =over =item HANDLE->autoflush( EXPR ) =item $OUTPUT_AUTOFLUSH =item $| X<$|> X<autoflush> X<flush> X<$OUTPUT_AUTOFLUSH> If set to nonzero, forces a flush right away and after every write or print o...
    perldoc.perl.org/variables/$|.txt
    Registered: Fri Apr 11 07:03:29 UTC 2025
    - 926 bytes
    - Viewed (0)
  8. @ISA.txt

    =over =item @ISA X<@ISA> Each package contains a special array called C<@ISA> which contains a list of that class's parent classes, if any. This array is simply a list of scalars, each of which is ...
    perldoc.perl.org/variables/@ISA.txt
    Registered: Fri Apr 11 02:36:25 UTC 2025
    - 562 bytes
    - Viewed (0)
  9. ARGV.txt

    =over =item ARGV X<ARGV> The special filehandle that iterates over command-line filenames in C<@ARGV>. Usually written as the null filehandle in the angle operator C<< <> >>. Note that currently C<...
    perldoc.perl.org/variables/ARGV.txt
    Registered: Fri Apr 11 06:57:21 UTC 2025
    - 546 bytes
    - Viewed (0)
  10. $^F.txt

    =over =item $SYSTEM_FD_MAX =item $^F X<$^F> X<$SYSTEM_FD_MAX> The maximum system file descriptor, ordinarily 2. System file descriptors are passed to C<exec()>ed processes, while higher file descri...
    perldoc.perl.org/variables/$^F.txt
    Registered: Fri Apr 11 03:18:31 UTC 2025
    - 574 bytes
    - Viewed (0)
Back to top