Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 1,136 for timestamp:[now/d-7d 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: Thu Oct 16 05:26:20 UTC 2025
    - 75.6K bytes
    - Viewed (0)
  2. 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: Thu Oct 16 06:58:01 UTC 2025
    - 79.6K bytes
    - Viewed (0)
  3. 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: Thu Oct 16 01:21:45 UTC 2025
    - 53.3K bytes
    - Viewed (0)
  4. 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: Thu Oct 16 04:02:39 UTC 2025
    - 40K bytes
    - Viewed (0)
  5. 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: Thu Oct 16 02:46:28 UTC 2025
    - 31.8K bytes
    - Viewed (0)
  6. perlrebackslash.txt

    =head1 NAME perlrebackslash - Perl Regular Expression Backslash Sequences and Escapes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This docum...
    perldoc.perl.org/perlrebackslash.txt
    Registered: Wed Oct 15 23:16:39 UTC 2025
    - 32.4K bytes
    - Viewed (0)
  7. perlfaq2.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq2 - Obtaining and Learning about Perl =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section of the FAQ answers questions about where to find sour...
    perldoc.perl.org/perlfaq2.txt
    Registered: Wed Oct 15 23:22:22 UTC 2025
    - 10.3K bytes
    - Viewed (0)
  8. Scalar::Util.txt

    # Copyright (c) 1997-2007 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # # Ma...
    perldoc.perl.org/Scalar::Util.txt
    Registered: Thu Oct 16 06:08:11 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  9. perl5220delta.txt

    =encoding utf8 =head1 NAME perl5220delta - what is new for perl v5.22.0 =head1 DESCRIPTION This document describes differences between the 5.20.0 release and the 5.22.0 release. If you are upgradin...
    perldoc.perl.org/perl5220delta.txt
    Registered: Fri Oct 17 05:36:49 UTC 2025
    - 126.6K bytes
    - Viewed (0)
  10. perl5004delta.txt

    =head1 NAME perl5004delta - what's new for perl5.004 =head1 DESCRIPTION This document describes differences between the 5.003 release (as documented in I<Programming Perl>, second edition--the Came...
    perldoc.perl.org/perl5004delta.txt
    Registered: Fri Oct 17 06:13:46 UTC 2025
    - 54.9K bytes
    - Viewed (0)
Back to top