Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 189 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. App::Cpan.txt

    package App::Cpan; use strict; use warnings; use vars qw($VERSION); use if $] < 5.008 => 'IO::Scalar'; $VERSION = '1.678'; =head1 NAME App::Cpan - easily interact with CPAN from the command line =h...
    perldoc.perl.org/App::Cpan.txt
    Registered: Sat Jun 07 16:20:15 UTC 2025
    - 39.7K bytes
    - Viewed (0)
  2. Socket.txt

    package Socket; use v5.6.1; use strict; our $VERSION = '2.038'; =head1 NAME C<Socket> - networking constants and support functions =head1 SYNOPSIS C<Socket> a low-level module used by, among other ...
    perldoc.perl.org/Socket.txt
    Registered: Sat Jun 07 22:14:35 UTC 2025
    - 37.6K bytes
    - Viewed (0)
  3. Benchmark.txt

    package Benchmark; use strict; =head1 NAME Benchmark - benchmark running times of Perl code =head1 SYNOPSIS use Benchmark qw(:all) ; timethis ($count, "code"); # Use Perl code in strings... timethe...
    perldoc.perl.org/Benchmark.txt
    Registered: Sat Jun 07 22:08:58 UTC 2025
    - 30.3K bytes
    - Viewed (0)
  4. threads::shared.txt

    package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.69'; # Please update the pod, too. my $XS_VERSION = $VERSIO...
    perldoc.perl.org/threads::shared.txt
    Registered: Sat Jun 07 18:54:58 UTC 2025
    - 20.1K bytes
    - Viewed (0)
  5. CPAN::Meta::History::Meta_1_2.txt

    =for :stopwords MailingList RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_2 - Version 1.2 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.2 sp...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_2.txt
    Registered: Sat Jun 07 17:19:22 UTC 2025
    - 16.7K bytes
    - Viewed (0)
  6. App::Prove::State.txt

    package App::Prove::State; use strict; use warnings; use File::Find; use File::Spec; use Carp; use App::Prove::State::Result; use TAP::Parser::YAMLish::Reader (); use TAP::Parser::YAMLish::Writer (...
    perldoc.perl.org/App::Prove::State.txt
    Registered: Sat Jun 07 21:14:42 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  7. CPAN::Meta::History::Meta_1_0.txt

    =for :stopwords DOAP RDF =head1 NAME CPAN::Meta::History::Meta_1_0 - Version 1.0 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.0 specification for F<...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_0.txt
    Registered: Sat Jun 07 22:56:10 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  8. CPAN::Meta::History.txt

    # vi:tw=72 use 5.006; use strict; use warnings; package CPAN::Meta::History; our $VERSION = '2.150010'; 1; # ABSTRACT: history of CPAN Meta Spec changes __END__ =pod =encoding UTF-8 =head1 NAME CPA...
    perldoc.perl.org/CPAN::Meta::History.txt
    Registered: Sat Jun 07 22:49:56 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  9. vmsish.txt

    package vmsish; our $VERSION = '1.04'; =head1 NAME vmsish - Perl pragma to control VMS-specific language features =head1 SYNOPSIS use vmsish; use vmsish 'status'; # or '$?' use vmsish 'exit'; use v...
    perldoc.perl.org/vmsish.txt
    Registered: Sat Jun 07 16:05:33 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  10. ExtUtils::MM_Cygwin.txt

    package ExtUtils::MM_Cygwin; use strict; use warnings; use ExtUtils::MakeMaker::Config; use File::Spec; require ExtUtils::MM_Unix; require ExtUtils::MM_Win32; our @ISA = qw( ExtUtils::MM_Unix ); ou...
    perldoc.perl.org/ExtUtils::MM_Cygwin.txt
    Registered: Sun Jun 08 01:57:22 UTC 2025
    - 4K bytes
    - Viewed (0)
Back to top