Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 137 for timestamp:[now/d-1d TO *] (0.03 sec)

  1. Tie::File.txt

    package Tie::File; use strict; use warnings; use Carp ':DEFAULT', 'confess'; use POSIX 'SEEK_SET'; use Fcntl 'O_CREAT', 'O_RDWR', 'LOCK_EX', 'LOCK_SH', 'O_WRONLY', 'O_RDONLY'; use constant O_ACCMOD...
    perldoc.perl.org/Tie::File.txt
    Registered: Wed Nov 26 06:47:01 UTC 2025
    - 75.6K bytes
    - Viewed (0)
  2. elseif.txt

    =over =item elseif The "else if" keyword is spelled C<elsif> in Perl. There's no C<elif> or C<else if> either. It does parse C<elseif>, but only to warn you about not using it. See the documentatio...
    perldoc.perl.org/functions/elseif.txt
    Registered: Wed Nov 26 02:35:19 UTC 2025
    - 273 bytes
    - Viewed (0)
  3. if.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back 194
    perldoc.perl.org/functions/if.txt Similar Results (3)
    Registered: Wed Nov 26 03:25:58 UTC 2025
    - 194 bytes
    - Viewed (0)
  4. defer.txt

    =over =item defer This flow-control keyword related to the experimental C<defer> feature is documented in L<perlsyn/"defer blocks">. =back 141
    perldoc.perl.org/functions/defer.txt
    Registered: Wed Nov 26 02:27:57 UTC 2025
    - 141 bytes
    - Viewed (0)
  5. ADJUST.txt

    =over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back 90
    perldoc.perl.org/functions/ADJUST.txt
    Registered: Wed Nov 26 00:32:25 UTC 2025
    - 90 bytes
    - Viewed (0)
  6. HTTP::Tiny.txt

    # vim: ts=4 sts=4 sw=4 et: package HTTP::Tiny; use strict; use warnings; # ABSTRACT: A small, simple, correct HTTP/1.1 client our $VERSION = '0.090'; sub _croak { require Carp; Carp::croak(@_) } #p...
    perldoc.perl.org/HTTP::Tiny.txt
    Registered: Wed Nov 26 20:39:24 UTC 2025
    - 79.6K bytes
    - Viewed (0)
  7. perlclib.txt

    =head1 NAME perlclib - Interacting with standard C library functions =head1 DESCRIPTION The perl interpreter is written in C; XS code also expands to C. Inevitably, this code will call some functio...
    perldoc.perl.org/perlclib.txt
    Registered: Wed Nov 26 20:31:50 UTC 2025
    - 53.3K bytes
    - Viewed (0)
  8. perlrecharclass.txt

    =head1 NAME X<character class> perlrecharclass - Perl Regular Expression Character Classes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This ...
    perldoc.perl.org/perlrecharclass.txt
    Registered: Wed Nov 26 23:51:03 UTC 2025
    - 47.7K bytes
    - Viewed (0)
  9. IO::Socket::IP.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2024 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/IO::Socket::IP.txt
    Registered: Wed Nov 26 09:30:02 UTC 2025
    - 40K bytes
    - Viewed (0)
  10. Memoize.txt

    # -*- mode: perl; perl-indent-level: 2; -*- # vim: ts=8 sw=2 sts=2 noexpandtab # Memoize.pm # # Copyright 1998, 1999, 2000, 2001, 2012 M. J. Dominus. # You may copy and distribute this program unde...
    perldoc.perl.org/Memoize.txt
    Registered: Wed Nov 26 20:47:54 UTC 2025
    - 31.8K bytes
    - Viewed (0)
Back to top