Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 230 of 280 for timestamp:[now/d-1d TO *] (0.03 sec)

  1. Encode::EBCDIC.txt

    package Encode::EBCDIC; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...
    perldoc.perl.org/Encode::EBCDIC.txt
    Registered: Tue Aug 26 15:47:41 UTC 2025
    - 865 bytes
    - Viewed (0)
  2. DBM_Filter::int32.txt

    package DBM_Filter::int32 ; use strict; use warnings; our $VERSION = '0.03'; # todo get Filter to figure endian. sub Store { $_ = 0 if ! defined $_ || $_ eq "" ; $_ = pack("i", $_); } sub Fetch { n...
    perldoc.perl.org/DBM_Filter::int32.txt
    Registered: Tue Aug 26 13:16:00 UTC 2025
    - 754 bytes
    - Viewed (0)
  3. ExtUtils::MM_Any.txt

    package ExtUtils::MM_Any; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use Carp; use File::Spec; use File::Basename; BEGIN { our @ISA = qw(File::Spec); } # We need $Verbose...
    perldoc.perl.org/ExtUtils::MM_Any.txt
    Registered: Tue Aug 26 21:34:57 UTC 2025
    - 81.4K bytes
    - Viewed (0)
  4. ExtUtils::Constant::Base.txt

    package ExtUtils::Constant::Base; use strict; use vars qw($VERSION); use Carp; use Text::Wrap; use ExtUtils::Constant::Utils qw(C_stringify perl_stringify); $VERSION = '0.07'; use constant is_perl5...
    perldoc.perl.org/ExtUtils::Constant::Base.txt
    Registered: Tue Aug 26 19:33:01 UTC 2025
    - 32.5K bytes
    - Viewed (0)
  5. ExtUtils::ParseXS::Utilities.txt

    package ExtUtils::ParseXS::Utilities; use strict; use warnings; use Exporter; use File::Spec; use ExtUtils::ParseXS::Constants (); our $VERSION = '3.57'; our (@ISA, @EXPORT_OK); @ISA = qw(Exporter)...
    perldoc.perl.org/ExtUtils::ParseXS::Utilities.txt
    Registered: Tue Aug 26 19:58:03 UTC 2025
    - 20.1K bytes
    - Viewed (0)
  6. ExtUtils::PL2Bat.txt

    package ExtUtils::PL2Bat; $ExtUtils::PL2Bat::VERSION = '0.005'; use strict; use warnings; use 5.006; use Config; use Carp qw/croak/; # In core, we can't use any other modules except those that alre...
    perldoc.perl.org/ExtUtils::PL2Bat.txt
    Registered: Tue Aug 26 22:51:35 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  7. Exporter::Heavy.txt

    package Exporter::Heavy; use strict; no strict 'refs'; our $VERSION = '5.79'; =head1 NAME Exporter::Heavy - Exporter guts =head1 SYNOPSIS (internal use only) =head1 DESCRIPTION No user-serviceable ...
    perldoc.perl.org/Exporter::Heavy.txt
    Registered: Tue Aug 26 21:20:01 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  8. 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: Tue Aug 26 22:27:51 UTC 2025
    - 4K bytes
    - Viewed (0)
  9. Encode::Byte.txt

    package Encode::Byte; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE_...
    perldoc.perl.org/Encode::Byte.txt
    Registered: Tue Aug 26 18:17:57 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  10. ExtUtils::MM_AIX.txt

    package ExtUtils::MM_AIX; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 ...
    perldoc.perl.org/ExtUtils::MM_AIX.txt
    Registered: Tue Aug 26 20:51:43 UTC 2025
    - 1.5K bytes
    - Viewed (0)
Back to top