Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1941 - 1950 of about 10,000 for timestamp:[now/d-1y TO *] (0.13 sec)

  1. IPC::Semaphore.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::Semaphore.txt
    Registered: Sat Nov 16 21:59:20 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  2. IPC::Open2.txt

    package IPC::Open2; use strict; require 5.006; use Exporter 'import'; our $VERSION = 1.06; our @EXPORT = qw(open2); =head1 NAME IPC::Open2 - open a process for both reading and writing using open2(...
    perldoc.perl.org/IPC::Open2.txt
    Registered: Sun Nov 17 00:34:41 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  3. Net::Time.txt

    # Net::Time.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it and/o...
    perldoc.perl.org/Net::Time.txt
    Registered: Sun Nov 17 00:39:23 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top