Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. perlretut.txt

    =head1 NAME perlretut - Perl regular expressions tutorial =head1 DESCRIPTION This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a com...
    perldoc.perl.org/perlretut.txt
    Registered: Tue Jul 08 04:32:42 UTC 2025
    - 120.5K bytes
    - Viewed (0)
  2. CPAN.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.38'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/CPAN.txt
    Registered: Tue Jul 08 00:07:33 UTC 2025
    - 146.1K bytes
    - Viewed (0)
  3. Math::BigFloat.txt

    package Math::BigFloat; # # Mike grinned. 'Two down, infinity to go' - Mike Nostrus in 'Before and After' # # The following hash values are used internally: # # sign : "+", "-", "+inf", "-inf", or ...
    perldoc.perl.org/Math::BigFloat.txt
    Registered: Tue Jul 08 09:37:49 UTC 2025
    - 253.6K bytes
    - Viewed (0)
  4. perldiag.txt

    =head1 NAME perldiag - various Perl diagnostics =head1 DESCRIPTION These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation ...
    perldoc.perl.org/perldiag.txt
    Registered: Tue Jul 08 03:19:02 UTC 2025
    - 312.6K bytes
    - Viewed (0)
  5. perlre.txt

    =head1 NAME X<regular expression> X<regex> X<regexp> perlre - Perl regular expressions =head1 DESCRIPTION This page describes the syntax of regular expressions in Perl. If you haven't used regular ...
    perldoc.perl.org/perlre.txt
    Registered: Tue Jul 08 04:50:37 UTC 2025
    - 133.6K bytes
    - Viewed (0)
  6. Math::BigRat.txt

    # # "Tax the rat farms." - Lord Vetinari # # The following hash values are used: # sign : "+", "-", "+inf", "-inf", or "NaN" # _d : denominator # _n : numerator (value = _n/_d) # accuracy : accurac...
    perldoc.perl.org/Math::BigRat.txt
    Registered: Tue Jul 08 07:52:28 UTC 2025
    - 137.5K bytes
    - Viewed (0)
Back to top