Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 1,302 for timestamp:[now/d-1M 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: Sun Sep 15 04:23:28 UTC 2024
    - 255K bytes
    - Viewed (0)
  2. B::Concise.txt

    package B::Concise; # Copyright (C) 2000-2003 Stephen McCamant. All rights reserved. # This program is free software; you can redistribute and/or modify it # under the same terms as Perl itself. # ...
    perldoc.perl.org/B::Concise.txt
    Registered: Sun Sep 15 08:32:40 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  3. IO::Socket::IP.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2023 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/IO::Socket::IP.txt
    Registered: Sun Sep 15 08:01:29 UTC 2024
    - 39.9K bytes
    - Viewed (0)
  4. ExtUtils::MakeMaker::FAQ.txt

    package ExtUtils::MakeMaker::FAQ; our $VERSION = '7.70'; $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: Sun Sep 15 15:24:29 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  5. Encode::Alias.txt

    package Encode::Alias; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.25 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; u...
    perldoc.perl.org/Encode::Alias.txt
    Registered: Sun Sep 15 04:39:39 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  6. Encode::GSM0338.txt

    # # $Id: GSM0338.pm,v 2.10 2021/05/24 10:56:53 dankogai Exp $ # package Encode::GSM0338; use strict; use warnings; use Carp; use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /...
    perldoc.perl.org/Encode::GSM0338.txt
    Registered: Sun Sep 15 17:19:12 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  7. 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: Sun Sep 15 11:10:23 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  8. Env.txt

    package Env; our $VERSION = '1.06'; =head1 NAME Env - perl module that imports environment variables as scalars or arrays =head1 SYNOPSIS use Env; use Env qw(PATH HOME TERM); use Env qw($SHELL @LD_...
    perldoc.perl.org/Env.txt
    Registered: Sun Sep 15 10:59:19 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  9. CPAN::Version.txt

    package CPAN::Version; use strict; use vars qw($VERSION); $VERSION = "5.5003"; # CPAN::Version::vcmp courtesy Jost Krieger sub vcmp { my($self,$l,$r) = @_; local($^W) = 0; CPAN->debug("l[$l] r[$r]"...
    perldoc.perl.org/CPAN::Version.txt
    Registered: Sun Sep 15 05:17:03 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  10. Encode::TW.txt

    package Encode::TW; BEGIN { if ( ord("A") == 193 ) { die "Encode::TW not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::TW.txt
    Registered: Sun Sep 15 11:33:25 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top