Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 1,181 for timestamp:[now/d-1M TO *] (0.02 sec)

  1. ExtUtils::Manifest.txt

    package ExtUtils::Manifest; # git description: 1.72-7-g54209ce require Exporter; use Config; use File::Basename; use File::Copy 'copy'; use File::Find; use File::Spec 0.8; use Carp; use strict; use...
    perldoc.perl.org/ExtUtils::Manifest.txt
    Registered: Sat Apr 27 12:35:18 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  2. ExtUtils::MakeMaker::FAQ.txt

    package ExtUtils::MakeMaker::FAQ; our $VERSION = '7.70'; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About MakeMaker =head1 DESCRIPTION FAQs, t...
    perldoc.perl.org/ExtUtils::MakeMaker::FAQ.txt
    Registered: Sat Apr 27 16:46:58 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  3. File::Spec::Mac.txt

    package File::Spec::Mac; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub case_tolerant { 1 } =head1 NAME File::Spe...
    perldoc.perl.org/File::Spec::Mac.txt
    Registered: Sat Apr 27 19:15:52 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  4. File::Copy.txt

    # File/Copy.pm. Written in 1994 by Aaron Sherman <ajs@ajs.com>. This # source code has been placed in the public domain by the author. # Please be kind and preserve the documentation. # # Additions...
    perldoc.perl.org/File::Copy.txt
    Registered: Sat Apr 27 18:15:34 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  5. Encode::GSM0338.txt

    # # $Id: GSM0338.pm,v 2.10 2021/05/24 10:56:53 dankogai Exp $ # package Encode::GSM0338; use strict; use warnings; use Carp; use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /...
    perldoc.perl.org/Encode::GSM0338.txt
    Registered: Sat Apr 27 10:51:32 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  6. ExtUtils::Miniperl.txt

    #!./perl -w package ExtUtils::Miniperl; use strict; use Exporter 'import'; use ExtUtils::Embed 1.31, qw(xsi_header xsi_protos xsi_body); our @EXPORT = qw(writemain); our $VERSION = '1.13'; # blead ...
    perldoc.perl.org/ExtUtils::Miniperl.txt
    Registered: Sat Apr 27 13:41:47 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  7. ExtUtils::Command.txt

    package ExtUtils::Command; use 5.00503; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod dos2unix);...
    perldoc.perl.org/ExtUtils::Command.txt
    Registered: Sat Apr 27 16:10:55 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  8. IPC::SharedMem.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::SharedMem.txt
    Registered: Sat Apr 27 18:00:26 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  9. Encode::TW.txt

    package Encode::TW; BEGIN { if ( ord("A") == 193 ) { die "Encode::TW not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::TW.txt
    Registered: Sat Apr 27 15:37:57 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  10. Test::Tester.txt

    use strict; package Test::Tester; BEGIN { if (*Test::Builder::new{CODE}) { warn "You should load Test::Tester before Test::Builder (or anything that loads Test::Builder)" } } use Test::Builder; use...
    perldoc.perl.org/Test::Tester.txt
    Registered: Mon Apr 29 05:54:31 UTC 2024
    - 17.9K bytes
    - Viewed (1)
Back to top