Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 1,210 for timestamp:[now/d-7d TO *] (0.03 sec)

  1. ODBM_File.txt

    package ODBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.18"; XSLoader::load(); 1; __END__ =head1 NAME ODBM_File - Tied access t...
    perldoc.perl.org/ODBM_File.txt
    Registered: Sun Nov 17 00:55:02 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. Getopt::Long::Parser.txt

    #! perl # Parser.pm -- Getopt::Long object oriented interface # Author : Johan Vromans # Created On : Thu Nov 9 10:37:00 2023 # Last Modified On: Sat Nov 11 17:48:49 2023 # Update Count : 13 # Stat...
    perldoc.perl.org/Getopt::Long::Parser.txt
    Registered: Sat Nov 16 22:40:32 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  3. IO.txt

    # package IO; use XSLoader (); use Carp; use strict; use warnings; our $VERSION = "1.55"; XSLoader::load 'IO', $VERSION; sub import { shift; warnings::warnif('deprecated', qq{Parameterless "use IO"...
    perldoc.perl.org/IO.txt
    Registered: Sun Nov 17 01:57:33 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  4. perl5380delta.txt

    =encoding utf8 =head1 NAME perl5380delta - what is new for perl v5.38.0 =head1 DESCRIPTION This document describes differences between the 5.36.0 release and the 5.38.0 release. =head1 Core Enhance...
    perldoc.perl.org/perl5380delta.txt
    Registered: Tue Nov 19 20:46:21 UTC 2024
    - 67.3K bytes
    - Viewed (0)
  5. perlreapi.txt

    =head1 NAME perlreapi - Perl regular expression plugin interface =head1 DESCRIPTION As of Perl 5.9.5 there is a new interface for plugging and using regular expression engines other than the defaul...
    perldoc.perl.org/perlreapi.txt
    Registered: Tue Nov 19 21:34:34 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  6. perlapio.txt

    =head1 NAME perlapio - perl's IO abstraction interface. =head1 SYNOPSIS #define PERLIO_NOT_STDIO 0 /* For co-existence with stdio only */ #include <perlio.h> /* Usually via #include <perl.h> */ Per...
    perldoc.perl.org/perlapio.txt
    Registered: Tue Nov 19 20:05:28 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  7. perlgov.txt

    =encoding utf-8 =head1 NAME perlgov - Perl Rules of Governance =head1 PREAMBLE We are forming a system of governance for development of the Perl programming language. The scope of governance includ...
    perldoc.perl.org/perlgov.txt
    Registered: Tue Nov 19 22:27:57 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  8. perlform.txt

    =head1 NAME X<format> X<report> X<chart> perlform - Perl formats =head1 DESCRIPTION Perl has a mechanism to help you generate simple reports and charts. To facilitate this, Perl helps you code up y...
    perldoc.perl.org/perlform.txt
    Registered: Tue Nov 19 19:25:13 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  9. perlreref.txt

    =head1 NAME perlreref - Perl Regular Expressions Reference =head1 DESCRIPTION This is a quick reference to Perl's regular expressions. For full information see L<perlre> and L<perlop>, as well as t...
    perldoc.perl.org/perlreref.txt
    Registered: Tue Nov 19 19:16:47 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  10. perl5241delta.txt

    =encoding utf8 =head1 NAME perl5241delta - what is new for perl v5.24.1 =head1 DESCRIPTION This document describes differences between the 5.24.0 release and the 5.24.1 release. If you are upgradin...
    perldoc.perl.org/perl5241delta.txt
    Registered: Tue Nov 19 23:23:20 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top