Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 251 - 260 of 281 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. autodie::exception.txt

    package autodie::exception; use 5.008; use strict; use warnings; use Carp qw(croak); use Scalar::Util qw(blessed); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Exc...
    perldoc.perl.org/autodie::exception.txt
    Registered: Tue Aug 26 05:30:56 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  2. 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: Tue Aug 26 06:11:23 UTC 2025
    - 11.7K bytes
    - Viewed (0)
  3. integer.txt

    package integer; our $VERSION = '1.01'; =head1 NAME integer - Perl pragma to use integer arithmetic instead of floating point =head1 SYNOPSIS use integer; $x = 10/3; # $x is now 3, not 3.3333333333...
    perldoc.perl.org/integer.txt
    Registered: Tue Aug 26 08:18:18 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  4. 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.50 =cut our $VERSION = '3.50'; =he...
    perldoc.perl.org/App::Prove::State::Result::Test.txt
    Registered: Tue Aug 26 05:38:22 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  5. 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: Tue Aug 26 07:56:26 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  6. overloading.txt

    package overloading; use warnings; our $VERSION = '0.02'; my $HINT_NO_AMAGIC = 0x01000000; # see perl.h require 5.010001; sub _ops_to_nums { require overload::numbers; map { exists $overload::numbe...
    perldoc.perl.org/overloading.txt
    Registered: Tue Aug 26 05:08:23 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  7. 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: Tue Aug 26 04:29:21 UTC 2025
    - 945 bytes
    - Viewed (0)
  8. Hash::Util.txt

    package Hash::Util; require 5.007003; use strict; use Carp; use warnings; no warnings 'uninitialized'; use warnings::register; no warnings 'experimental::builtin'; use builtin qw(reftype); require ...
    perldoc.perl.org/Hash::Util.txt
    Registered: Wed Aug 27 06:56:22 UTC 2025
    - 24.9K bytes
    - Viewed (0)
  9. IO::Uncompress::Bunzip2.txt

    package IO::Uncompress::Bunzip2 ; use strict ; use warnings; use bytes; use IO::Compress::Base::Common 2.213 qw(:Status ); use IO::Uncompress::Base 2.213 ; use IO::Uncompress::Adapter::Bunzip2 2.21...
    perldoc.perl.org/IO::Uncompress::Bunzip2.txt
    Registered: Wed Aug 27 05:04:41 UTC 2025
    - 25.5K bytes
    - Viewed (0)
  10. IO::Compress::Bzip2.txt

    package IO::Compress::Bzip2 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::Base 2.213 ; use IO::Compress::Base::Common 2.213 qw(); use IO::Compress::Adapter::Bzip2 2.2...
    perldoc.perl.org/IO::Compress::Bzip2.txt
    Registered: Wed Aug 27 04:10:40 UTC 2025
    - 22.6K bytes
    - Viewed (0)
Back to top