Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 312 for timestamp:[now/d-1y TO *] (0.02 sec)

  1. Symbol.txt

    package Symbol; use strict; use warnings; =head1 NAME Symbol - manipulate Perl symbols and their names =head1 SYNOPSIS use Symbol; $sym = gensym; open($sym, '<', "filename"); $_ = <$sym>; # etc. un...
    perldoc.perl.org/Symbol.txt
    Registered: Wed May 15 12:21:50 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  2. 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: Wed May 15 09:45:42 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. Net::Time.txt

    # Net::Time.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it and/o...
    perldoc.perl.org/Net::Time.txt
    Registered: Wed May 15 11:15:23 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. ODBM_File.txt

    package ODBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.18"; XSLoader::load(); 1; __END__ =head1 NAME ODBM_File - Tied access t...
    perldoc.perl.org/ODBM_File.txt
    Registered: Wed May 15 10:38:29 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  5. PerlIO::encoding.txt

    package PerlIO::encoding; use strict; our $VERSION = '0.30'; our $DEBUG = 0; $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n"; # # Equivalent of this is done in encoding.xs - do...
    perldoc.perl.org/PerlIO::encoding.txt
    Registered: Wed May 15 10:53:19 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  6. 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: Wed May 15 08:10:36 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  7. TAP::Parser::Scheduler::Spinner.txt

    package TAP::Parser::Scheduler::Spinner; use strict; use warnings; use Carp; =head1 NAME TAP::Parser::Scheduler::Spinner - A no-op job. =head1 VERSION Version 3.44 =cut our $VERSION = '3.44'; =head...
    perldoc.perl.org/TAP::Parser::Scheduler::Spinner.txt
    Registered: Wed May 15 12:05:52 UTC 2024
    - 990 bytes
    - Viewed (0)
  8. TAP::Parser::Result::Version.txt

    package TAP::Parser::Result::Version; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Version - TAP syntax version token. =head1 VERSION Version 3.44 =cut...
    perldoc.perl.org/TAP::Parser::Result::Version.txt
    Registered: Wed May 15 13:28:13 UTC 2024
    - 946 bytes
    - Viewed (0)
  9. TAP::Formatter::Base.txt

    package TAP::Formatter::Base; use strict; use warnings; use base 'TAP::Base'; use POSIX qw(strftime); my $MAX_ERRORS = 5; my %VALIDATION_FOR; BEGIN { %VALIDATION_FOR = ( directives => sub { shift; ...
    perldoc.perl.org/TAP::Formatter::Base.txt
    Registered: Wed May 15 19:48:16 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. 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: Wed May 15 16:57:38 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top