Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 347 for timestamp:[now/d-1M TO *] (0.02 sec)

  1. Thread::Queue.txt

    package Thread::Queue; use strict; use warnings; our $VERSION = '3.14'; # remember to update version in POD! $VERSION = eval $VERSION; use threads::shared 1.21; use Scalar::Util 1.10 qw(looks_like_...
    perldoc.perl.org/Thread::Queue.txt
    Registered: Thu Jun 06 11:13:50 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  2. XSLoader.txt

    # Generated from XSLoader_pm.PL (resolved %Config::Config value) # This file is unique for every OS use strict; no strict 'refs'; package XSLoader; our $VERSION = "0.32"; # remember to update versi...
    perldoc.perl.org/XSLoader.txt
    Registered: Thu Jun 06 11:42:52 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  3. Unicode::Collate::CJK::GB2312.txt

    package Unicode::Collate::CJK::GB2312; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { nex...
    perldoc.perl.org/Unicode::Collate::CJK::GB2312.txt
    Registered: Thu Jun 06 14:07:19 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  4. ExtUtils::Typemaps.txt

    package ExtUtils::Typemaps; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; require ExtUtils::ParseXS; require ExtUtils::ParseXS::Constants; require ExtUtils::Typemaps::InputMap; req...
    perldoc.perl.org/ExtUtils::Typemaps.txt
    Registered: Tue Jun 04 20:22:21 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  5. File::Spec.txt

    package File::Spec; use strict; our $VERSION = '3.88'; $VERSION =~ tr/_//d; my %module = ( MSWin32 => 'Win32', os2 => 'OS2', VMS => 'VMS', NetWare => 'Win32', # Yes, File::Spec::Win32 works on NetW...
    perldoc.perl.org/File::Spec.txt
    Registered: Tue Jun 04 19:12:30 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  6. Math::Trig.txt

    # # Trigonometric functions, mostly inherited from Math::Complex. # -- Jarkko Hietaniemi, since April 1997 # -- Raphael Manfredi, September 1996 (indirectly: because of Math::Complex) # package Mat...
    perldoc.perl.org/Math::Trig.txt
    Registered: Wed Jun 05 00:56:39 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  7. 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: Tue Jun 04 22:57:53 UTC 2024
    - 23K bytes
    - Viewed (0)
  8. 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: Tue Jun 04 23:06:11 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  9. 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: Tue Jun 04 23:42:50 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  10. Memoize::Expire.txt

    use strict; use warnings; package Memoize::Expire; our $VERSION = '1.16'; use Carp; our $DEBUG; # The format of the metadata is: # (4-byte number of last-access-time) (For LRU when I implement it) ...
    perldoc.perl.org/Memoize::Expire.txt
    Registered: Wed Jun 05 00:41:13 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top