Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. overload.txt

    package overload; use strict; no strict 'refs'; our $VERSION = '1.40'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...
    perldoc.perl.org/overload.txt
    Registered: Sun Nov 09 04:11:13 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  2. perlwin32.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlwin32.txt
    Registered: Sun Nov 09 00:55:52 UTC 2025
    - 31.1K bytes
    - Viewed (0)
  3. perlsolaris.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be readable as is....
    perldoc.perl.org/perlsolaris.txt
    Registered: Sun Nov 09 02:13:55 UTC 2025
    - 29.1K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Sun Nov 09 01:19:33 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  5. ExtUtils::Typemaps.txt

    package ExtUtils::Typemaps; use 5.006001; use strict; use warnings; our $VERSION = '3.57'; require ExtUtils::ParseXS; require ExtUtils::ParseXS::Constants; require ExtUtils::Typemaps::InputMap; req...
    perldoc.perl.org/ExtUtils::Typemaps.txt
    Registered: Sun Nov 09 18:43:49 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  6. Fcntl.txt

    package Fcntl; use strict; use Exporter 'import'; require XSLoader; our $VERSION = '1.20'; XSLoader::load(); # Named groups of exports our %EXPORT_TAGS = ( 'flock' => [qw(LOCK_SH LOCK_EX LOCK_NB LO...
    perldoc.perl.org/Fcntl.txt
    Registered: Sun Nov 09 14:25:17 UTC 2025
    - 18.6K bytes
    - Viewed (0)
  7. builtin.txt

    package builtin 0.019; use v5.40; # All code, including &import, is implemented by always-present # functions in the perl interpreter itself. # See also `builtin.c` in perl source __END__ =head1 NA...
    perldoc.perl.org/builtin.txt
    Registered: Sun Nov 09 17:19:20 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  8. File::Spec.txt

    package File::Spec; use strict; # Keep $VERSION consistent in all *.pm files in this distribution, including # Cwd.pm. our $VERSION = '3.94'; $VERSION =~ tr/_//d; my %module = ( MSWin32 => 'Win32',...
    perldoc.perl.org/File::Spec.txt
    Registered: Sun Nov 09 18:51:02 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  9. shasum.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!perl ## shasum: filter for c...
    perldoc.perl.org/shasum.txt
    Registered: Sun Nov 09 11:33:39 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  10. Text::Balanced.txt

    # Copyright (C) 1997-2001 Damian Conway. All rights reserved. # Copyright (C) 2009 Adam Kennedy. # Copyright (C) 2015, 2022 Steve Hay and other contributors. All rights # reserved. # This module is...
    perldoc.perl.org/Text::Balanced.txt
    Registered: Sun Nov 09 05:57:44 UTC 2025
    - 78.9K bytes
    - Viewed (0)
Back to top