Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 1,314 for timestamp:[now/d-1M TO *] (0.02 sec)

  1. perl5220delta.txt

    =encoding utf8 =head1 NAME perl5220delta - what is new for perl v5.22.0 =head1 DESCRIPTION This document describes differences between the 5.20.0 release and the 5.22.0 release. If you are upgradin...
    perldoc.perl.org/perl5220delta.txt
    Registered: Sat Sep 14 12:40:57 UTC 2024
    - 126.6K bytes
    - Viewed (0)
  2. DBM_Filter.txt

    package DBM_Filter ; use strict; use warnings; our $VERSION = '0.06'; package Tie::Hash ; use strict; use warnings; use Carp; our %LayerStack = (); our %origDESTROY = (); our %Filters = map { $_, u...
    perldoc.perl.org/DBM_Filter.txt
    Registered: Sun Sep 15 04:35:39 UTC 2024
    - 14K bytes
    - Viewed (0)
  3. Digest.txt

    package Digest; use strict; use warnings; our $VERSION = "1.20"; our %MMAP = ( "SHA-1" => [ [ "Digest::SHA", 1 ], "Digest::SHA1", [ "Digest::SHA2", 1 ] ], "SHA-224" => [ [ "Digest::SHA", 224 ] ], "...
    perldoc.perl.org/Digest.txt
    Registered: Sun Sep 15 02:56:42 UTC 2024
    - 11K bytes
    - Viewed (0)
  4. CPAN::Distroprefs.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use 5.006; use strict; package CPAN::Distroprefs; use vars qw($VERSION); $VERSION = '6.0001'; package CPAN::Distr...
    perldoc.perl.org/CPAN::Distroprefs.txt
    Registered: Sun Sep 15 02:31:36 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  5. CPAN::Plugin::Specfile.txt

    =head1 NAME CPAN::Plugin::Specfile - Proof of concept implementation of a trivial CPAN::Plugin =head1 SYNOPSIS # once in the cpan shell o conf plugin_list push CPAN::Plugin::Specfile # make permane...
    perldoc.perl.org/CPAN::Plugin::Specfile.txt
    Registered: Sun Sep 15 03:57:25 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  6. App::Prove::State::Result::Test.txt

    package App::Prove::State::Result::Test; use strict; use warnings; =head1 NAME App::Prove::State::Result::Test - Individual test results. =head1 VERSION Version 3.48 =cut our $VERSION = '3.48'; =he...
    perldoc.perl.org/App::Prove::State::Result::Test.txt
    Registered: Sun Sep 15 03:33:35 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  7. vars.txt

    package vars; use 5.006; our $VERSION = '1.05'; use warnings::register; use strict qw(vars subs); sub import { my $callpack = caller; my (undef, @imports) = @_; my ($sym, $ch); foreach (@imports) {...
    perldoc.perl.org/vars.txt
    Registered: Sat Sep 14 23:51:36 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  8. Digest::file.txt

    package Digest::file; use strict; use warnings; use Exporter (); use Carp qw(croak); use Digest (); our $VERSION = "1.20"; our @ISA = qw(Exporter); our @EXPORT_OK = qw(digest_file_ctx digest_file d...
    perldoc.perl.org/Digest::file.txt
    Registered: Sun Sep 15 01:29:27 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  9. subs.txt

    package subs; use strict; use warnings; our $VERSION = '1.04'; =head1 NAME subs - Perl pragma to predeclare subroutine names =head1 SYNOPSIS use subs qw(frob); frob 3..10; =head1 DESCRIPTION This w...
    perldoc.perl.org/subs.txt
    Registered: Sat Sep 14 22:38:16 UTC 2024
    - 945 bytes
    - Viewed (0)
  10. Test2::IPC::Driver::Files.txt

    package Test2::IPC::Driver::Files; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::IPC::Driver; our @ISA = qw(Test2::IPC::Driver) } use Test2::Util::HashBase qw{tempdir ...
    perldoc.perl.org/Test2::IPC::Driver::Files.txt
    Registered: Tue Sep 17 02:11:45 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top