Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. HTTP::Tiny.txt

    # vim: ts=4 sts=4 sw=4 et: package HTTP::Tiny; use strict; use warnings; # ABSTRACT: A small, simple, correct HTTP/1.1 client our $VERSION = '0.088'; sub _croak { require Carp; Carp::croak(@_) } #p...
    perldoc.perl.org/HTTP::Tiny.txt
    Registered: Sun Sep 15 19:28:12 UTC 2024
    - 79.3K bytes
    - Viewed (0)
  2. ExtUtils::Manifest.txt

    package ExtUtils::Manifest; # git description: 1.74-10-g1bddbb0 require Exporter; use Config; use File::Basename; use File::Copy 'copy'; use File::Find; use File::Spec 0.8; use Carp; use strict; us...
    perldoc.perl.org/ExtUtils::Manifest.txt
    Registered: Sun Sep 15 17:50:15 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  3. File::Spec::Mac.txt

    package File::Spec::Mac; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $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: Sun Sep 15 19:15:17 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: Sun Sep 15 22:19:33 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  5. File::Glob.txt

    package File::Glob; use strict; our($DEFAULT_FLAGS); require XSLoader; # NOTE: The glob() export is only here for compatibility with 5.6.0. # csh_glob() should not be used directly, unless you know...
    perldoc.perl.org/File::Glob.txt
    Registered: Sun Sep 15 19:37:47 UTC 2024
    - 12.3K 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.14'; # blead ...
    perldoc.perl.org/ExtUtils::Miniperl.txt
    Registered: Sun Sep 15 17:41:24 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  7. File::Spec::OS2.txt

    package File::Spec::OS2; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub devnull { return "/dev/nul"; } sub case_t...
    perldoc.perl.org/File::Spec::OS2.txt
    Registered: Sun Sep 15 18:44:46 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  8. FindBin.txt

    # FindBin.pm # # Copyright (c) 1995 Graham Barr & Nick Ing-Simmons. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl its...
    perldoc.perl.org/FindBin.txt
    Registered: Sun Sep 15 19:45:34 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  9. File::Spec::Epoc.txt

    package File::Spec::Epoc; use strict; our $VERSION = '3.91'; $VERSION =~ tr/_//d; require File::Spec::Unix; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Epoc - methods for Epoc file spe...
    perldoc.perl.org/File::Spec::Epoc.txt
    Registered: Sun Sep 15 19:09:16 UTC 2024
    - 1.5K 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: Tue Sep 17 12:28:49 UTC 2024
    - 17.9K bytes
    - Viewed (1)
Back to top