Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 31 - 40 of 207 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. Memoize::Storable.txt

    use strict; use warnings; package Memoize::Storable; our $VERSION = '1.16'; use Storable 1.002 (); # for lock_* function variants our $Verbose; sub TIEHASH { my $package = shift; my $filename = shi...
    perldoc.perl.org/Memoize::Storable.txt
    Registered: Tue May 07 18:02:35 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  2. Math::BigInt::Calc.txt

    package Math::BigInt::Calc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Lib; our $VERSION = '1.999837'; $VERSION =~ tr/_//d; our @ISA = ('Math::BigInt::Lib'...
    perldoc.perl.org/Math::BigInt::Calc.txt
    Registered: Tue May 07 18:08:42 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  3. Internals.txt

    =head1 NAME Internals - Reserved special namespace for internals related functions =head1 SYNOPSIS $is_ro= Internals::SvREADONLY($x) $refcnt= Internals::SvREFCNT($x) hv_clear_placeholders(%hash); =...
    perldoc.perl.org/Internals.txt
    Registered: Tue May 07 18:31:49 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  4. Memoize::Expire.txt

    use strict; use warnings; package Memoize::Expire; our $VERSION = '1.16'; use Carp; our $DEBUG; # The format of the metadata is: # (4-byte number of last-access-time) (For LRU when I implement it) ...
    perldoc.perl.org/Memoize::Expire.txt
    Registered: Tue May 07 18:37:33 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  5. Pod::Checker.txt

    ########## # Pod/Checker.pm -- check pod documents for syntax errors # # Copyright (C) 1994-2000 by Bradford Appleton. All rights reserved. # This is free software; you can redistribute it and/or m...
    perldoc.perl.org/Pod::Checker.txt
    Registered: Tue May 07 18:58:49 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  6. IPC::Open2.txt

    package IPC::Open2; use strict; require 5.006; use Exporter 'import'; our $VERSION = 1.06; our @EXPORT = qw(open2); =head1 NAME IPC::Open2 - open a process for both reading and writing using open2(...
    perldoc.perl.org/IPC::Open2.txt
    Registered: Tue May 07 21:11:26 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  7. Pod::Simple::Debug.txt

    require 5; package Pod::Simple::Debug; use strict; use vars qw($VERSION ); $VERSION = '3.43'; sub import { my($value,$variable); if(@_ == 2) { $value = $_[1]; } elsif(@_ == 3) { ($variable, $value)...
    perldoc.perl.org/Pod::Simple::Debug.txt
    Registered: Tue May 07 21:55:29 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  8. Pod::Simple::PullParserToken.txt

    require 5; package Pod::Simple::PullParserToken; # Base class for tokens gotten from Pod::Simple::PullParser's $parser->get_token @ISA = (); $VERSION = '3.43'; use strict; sub new { # Class->new('t...
    perldoc.perl.org/Pod::Simple::PullParserToken.txt
    Registered: Tue May 07 22:25:02 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  9. Pod::Simple::XMLOutStream.txt

    require 5; package Pod::Simple::XMLOutStream; use strict; use Carp (); use Pod::Simple (); use vars qw( $ATTR_PAD @ISA $VERSION $SORT_ATTRS); $VERSION = '3.43'; BEGIN { @ISA = ('Pod::Simple'); *DEB...
    perldoc.perl.org/Pod::Simple::XMLOutStream.txt
    Registered: Tue May 07 22:31:12 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  10. ExtUtils::Constant.txt

    package ExtUtils::Constant; use vars qw (@ISA $VERSION @EXPORT_OK %EXPORT_TAGS); $VERSION = '0.25'; =head1 NAME ExtUtils::Constant - generate XS code to import C header constants =head1 SYNOPSIS us...
    perldoc.perl.org/ExtUtils::Constant.txt
    Registered: Tue May 07 03:10:15 UTC 2024
    - 14.7K bytes
    - Viewed (0)
Back to top