Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 186 of 186 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. Config.txt

    =head1 NAME =for comment Generated by configpm. Any changes made here will be lost! Config - access Perl configuration information =head1 SYNOPSIS use Config; if ($Config{usethreads}) { print "has ...
    perldoc.perl.org/Config.txt
    Registered: Tue Aug 26 18:02:32 UTC 2025
    - 255.2K bytes
    - Viewed (0)
  2. 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: Tue Aug 26 18:57:41 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  3. 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: Tue Aug 26 19:39:36 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  4. ExtUtils::MakeMaker::FAQ.txt

    package ExtUtils::MakeMaker::FAQ; our $VERSION = '7.76'; $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: Tue Aug 26 20:24:18 UTC 2025
    - 19.8K bytes
    - Viewed (0)
  5. 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: Tue Aug 26 21:51:31 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  6. 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: Tue Aug 26 22:42:57 UTC 2025
    - 7.6K bytes
    - Viewed (0)
Back to top