Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 328 for timestamp:[now/d-1d TO *] (0.01 sec)

  1. IO::Compress::Deflate.txt

    package IO::Compress::Deflate ; require 5.006 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::RawDeflate 2.204 (); use IO::Compress::Adapter::Deflate 2.204 ; use IO::Co...
    perldoc.perl.org/IO::Compress::Deflate.txt
    Registered: Sun May 19 11:00:29 UTC 2024
    - 23K bytes
    - Viewed (0)
  2. IO::Compress::FAQ.txt

    =head1 NAME IO::Compress::FAQ -- Frequently Asked Questions about IO::Compress =head1 DESCRIPTION Common questions answered. =head1 GENERAL =head2 Compatibility with Unix compress/uncompress. Altho...
    perldoc.perl.org/IO::Compress::FAQ.txt
    Registered: Sun May 19 08:30:25 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  3. File::Spec::Unix.txt

    package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.88'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...
    perldoc.perl.org/File::Spec::Unix.txt
    Registered: Sun May 19 14:02:21 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  4. File::Basename.txt

    =head1 NAME File::Basename - Parse file paths into directory, filename and suffix. =head1 SYNOPSIS use File::Basename; my ($name, $path, $suffix) = fileparse($fullname, @suffixlist); my $name = fil...
    perldoc.perl.org/File::Basename.txt
    Registered: Sun May 19 15:57:15 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  5. 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)
  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. 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)
  8. overload.txt

    package overload; use strict; no strict 'refs'; our $VERSION = '1.37'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...
    perldoc.perl.org/overload.txt
    Registered: Sat May 18 13:25:00 UTC 2024
    - 53.4K bytes
    - Viewed (0)
  9. ExtUtils::MM_Win32.txt

    package ExtUtils::MM_Win32; use strict; use warnings; =head1 NAME ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_Win32; # Done inter...
    perldoc.perl.org/ExtUtils::MM_Win32.txt
    Registered: Sat May 18 21:15:47 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  10. sigtrap.txt

    package sigtrap; =head1 NAME sigtrap - Perl pragma to enable simple signal handling =cut use Carp; $VERSION = '1.10'; $Verbose ||= 0; sub import { my $pkg = shift; my $handler = \&handler_traceback...
    perldoc.perl.org/sigtrap.txt
    Registered: Sat May 18 14:47:46 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top