Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 290 of 1,210 for timestamp:[now/d-7d TO *] (0.04 sec)

  1. Text::Abbrev.txt

    package Text::Abbrev; require 5.005; # Probably works on earlier versions too. require Exporter; our $VERSION = '1.02'; =head1 NAME Text::Abbrev - abbrev - create an abbreviation table from a list ...
    perldoc.perl.org/Text::Abbrev.txt
    Registered: Sat Oct 11 14:58:25 UTC 2025
    - 2K bytes
    - Viewed (0)
  2. Test2::Tools::Encoding.txt

    package Test2::Tools::Encoding; use strict; use warnings; use Carp qw/croak/; use Test2::API qw/test2_stack/; use base 'Exporter'; our $VERSION = '1.302210'; our @EXPORT = qw/set_encoding/; sub set...
    perldoc.perl.org/Test2::Tools::Encoding.txt
    Registered: Sat Oct 11 15:12:51 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  3. Test2::Require::RealFork.txt

    package Test2::Require::RealFork; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '1.302210'; use Test2::Util qw/CAN_REALLY_FORK/; sub skip { return undef if CAN_REALLY_FORK; re...
    perldoc.perl.org/Test2::Require::RealFork.txt
    Registered: Sat Oct 11 13:45:45 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  4. CPAN.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.38'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/CPAN.txt
    Registered: Thu Oct 09 02:31:32 UTC 2025
    - 146.1K bytes
    - Viewed (0)
  5. App::Prove.txt

    package App::Prove; use strict; use warnings; use TAP::Harness::Env; use Text::ParseWords qw(shellwords); use File::Spec; use Getopt::Long; use App::Prove::State; use Carp; use base 'TAP::Object'; ...
    perldoc.perl.org/App::Prove.txt
    Registered: Thu Oct 09 00:37:11 UTC 2025
    - 18.2K bytes
    - Viewed (0)
  6. B::Xref.txt

    package B::Xref; our $VERSION = '1.07'; =head1 NAME B::Xref - Generates cross reference reports for Perl programs =head1 SYNOPSIS perl -MO=Xref[,OPTIONS] foo.pl =head1 DESCRIPTION The B::Xref modul...
    perldoc.perl.org/B::Xref.txt
    Registered: Thu Oct 09 02:22:24 UTC 2025
    - 12.2K bytes
    - Viewed (0)
  7. Digest::MD5.txt

    package Digest::MD5; use strict; use warnings; our $VERSION = '2.59'; require Exporter; *import = \&Exporter::import; our @EXPORT_OK = qw(md5 md5_hex md5_base64); our @ISA; eval { require Digest::b...
    perldoc.perl.org/Digest::MD5.txt
    Registered: Thu Oct 09 00:32:44 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  8. File::DosGlob.txt

    #!perl -w # # Documentation at the __END__ # package File::DosGlob; our $VERSION = '1.12'; use strict; use warnings; require XSLoader; XSLoader::load(); sub doglob { my $cond = shift; my @retval = ...
    perldoc.perl.org/File::DosGlob.txt
    Registered: Thu Oct 09 04:09:22 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  9. encoding::warnings.txt

    package encoding::warnings; $encoding::warnings::VERSION = '0.14'; use strict; use 5.007; =head1 NAME encoding::warnings - Warn on implicit encoding conversions =head1 VERSION This document describ...
    perldoc.perl.org/encoding::warnings.txt
    Registered: Thu Oct 09 01:07:20 UTC 2025
    - 7K bytes
    - Viewed (0)
  10. ExtUtils::MM_Darwin.txt

    package ExtUtils::MM_Darwin; use strict; use warnings; BEGIN { require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Unix ); } our $VERSION = '7.76'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MM_...
    perldoc.perl.org/ExtUtils::MM_Darwin.txt
    Registered: Thu Oct 09 02:59:13 UTC 2025
    - 1.4K bytes
    - Viewed (0)
Back to top