Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 199 for timestamp:[now/d-1d TO *] (0.06 sec)

  1. bigfloat.txt

    package bigfloat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw...
    perldoc.perl.org/bigfloat.txt
    Registered: Thu Apr 03 21:56:37 UTC 2025
    - 21.4K bytes
    - Viewed (0)
  2. fields.txt

    use 5.008; package fields; require 5.005; use strict; no strict 'refs'; unless( eval q{require warnings::register; warnings::register->import; 1} ) { *warnings::warnif = sub { require Carp; Carp::c...
    perldoc.perl.org/fields.txt
    Registered: Thu Apr 03 22:55:40 UTC 2025
    - 9.2K bytes
    - Viewed (0)
  3. 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 Apr 03 22:48:54 UTC 2025
    - 7K bytes
    - Viewed (0)
  4. bytes.txt

    package bytes 1.09; use v5.38; BEGIN { $bytes::hint_bits = 0x0000_0008 } sub import { $^H |= $bytes::hint_bits } sub unimport { $^H &= ~$bytes::hint_bits } sub chr :prototype(_) { BEGIN { import() ...
    perldoc.perl.org/bytes.txt
    Registered: Thu Apr 03 22:33:37 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. autodie::skip.txt

    package autodie::skip; use strict; use warnings; our $VERSION = '2.37'; # VERSION # This package exists purely so people can inherit from it, # which isn't at all how roles are supposed to work, bu...
    perldoc.perl.org/autodie::skip.txt
    Registered: Thu Apr 03 23:52:43 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  6. Carp.txt

    package Carp; { use 5.006; } use strict; use warnings; BEGIN { # Very old versions of warnings.pm load Carp. This can go wrong due # to the circular dependency. If warnings is invoked before Carp, ...
    perldoc.perl.org/Carp.txt
    Registered: Fri Apr 04 00:41:41 UTC 2025
    - 35.2K bytes
    - Viewed (0)
  7. 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: Fri Apr 04 01:10:21 UTC 2025
    - 18.2K bytes
    - Viewed (0)
  8. B::Op_private.txt

    # -*- mode: Perl; buffer-read-only: t -*- # # lib/B/Op_private.pm # # Copyright (C) 2014 by Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License o...
    perldoc.perl.org/B::Op_private.txt
    Registered: Fri Apr 04 01:40:38 UTC 2025
    - 41K bytes
    - Viewed (0)
  9. state.txt

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS L<C<state>|/state VARLIST> declares a lexically scoped variable, just like L...
    perldoc.perl.org/functions/state.txt
    Registered: Thu Apr 03 03:07:34 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  10. waitpid.txt

    =over =item waitpid PID,FLAGS X<waitpid> Waits for a particular child process to terminate and returns the pid of the deceased process, or C<-1> if there is no such child process. A non-blocking wa...
    perldoc.perl.org/functions/waitpid.txt
    Registered: Thu Apr 03 00:51:53 UTC 2025
    - 1.5K bytes
    - Viewed (0)
Back to top