Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 31 - 40 of 176 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. 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 May 19 07:24:22 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  2. File::Compare.txt

    package File::Compare 1.1007; use v5.12; use warnings; use Exporter 'import'; our @EXPORT = qw(compare); our @EXPORT_OK = qw(cmp compare_text); our $Too_Big = 1024 * 1024 * 2; sub croak { require C...
    perldoc.perl.org/File::Compare.txt
    Registered: Sun May 19 07:39:51 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. File::Spec::Functions.txt

    package File::Spec::Functions; use File::Spec; use strict; our $VERSION = '3.88'; $VERSION =~ tr/_//d; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw( canonpath catdir catfile curdir r...
    perldoc.perl.org/File::Spec::Functions.txt
    Registered: Sun May 19 08:01:58 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. IO.txt

    # package IO; use XSLoader (); use Carp; use strict; use warnings; our $VERSION = "1.52"; XSLoader::load 'IO', $VERSION; sub import { shift; warnings::warnif('deprecated', qq{Parameterless "use IO"...
    perldoc.perl.org/IO.txt
    Registered: Sun May 19 08:23:56 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  5. ExtUtils::ParseXS::Constants.txt

    package ExtUtils::ParseXS::Constants; use strict; use warnings; use Symbol; our $VERSION = '3.51'; =head1 NAME ExtUtils::ParseXS::Constants - Initialization values for some globals =head1 SYNOPSIS ...
    perldoc.perl.org/ExtUtils::ParseXS::Constants.txt
    Registered: Sun May 19 06:16:12 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  6. Fcntl.txt

    package Fcntl; =head1 NAME Fcntl - load the C Fcntl.h defines =head1 SYNOPSIS use Fcntl; use Fcntl qw(:DEFAULT :flock); =head1 DESCRIPTION This module is just a translation of the C F<fcntl.h> file...
    perldoc.perl.org/Fcntl.txt
    Registered: Sun May 19 10:46:46 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  7. 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: Sun May 19 12:36:37 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  8. ExtUtils::Typemaps::Type.txt

    package ExtUtils::Typemaps::Type; use 5.006001; use strict; use warnings; require ExtUtils::Typemaps; our $VERSION = '3.51'; =head1 NAME ExtUtils::Typemaps::Type - Entry in the TYPEMAP section of a...
    perldoc.perl.org/ExtUtils::Typemaps::Type.txt
    Registered: Sun May 19 14:50:12 UTC 2024
    - 2K bytes
    - Viewed (0)
  9. fields.txt

    use 5.008; package fields; require 5.005; use strict; no strict 'refs'; unless( eval q{require warnings::register; warnings::register->import; 1} ) { *warnings::warnif = sub { require Carp; Carp::c...
    perldoc.perl.org/fields.txt
    Registered: Sat May 18 09:37:25 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  10. encoding::warnings.txt

    package encoding::warnings; $encoding::warnings::VERSION = '0.14'; use strict; use 5.007; =head1 NAME encoding::warnings - Warn on implicit encoding conversions =head1 VERSION This document describ...
    perldoc.perl.org/encoding::warnings.txt
    Registered: Sat May 18 10:33:00 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top