Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. 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: Mon May 20 06:56:28 UTC 2024
    - 946 bytes
    - Viewed (0)
  2. SelectSaver.txt

    package SelectSaver; our $VERSION = '1.02'; =head1 NAME SelectSaver - save and restore selected file handle =head1 SYNOPSIS use SelectSaver; { my $saver = SelectSaver->new(FILEHANDLE); # FILEHANDLE...
    perldoc.perl.org/SelectSaver.txt
    Registered: Mon May 20 08:56:38 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. Math::BigInt.txt

    # -*- coding: utf-8-unix -*- package Math::BigInt; # # "Mike had an infinite amount to do and a negative amount of time in which # to do it." - Before and After # # The following hash values are us...
    perldoc.perl.org/Math::BigInt.txt
    Registered: Mon May 20 02:36:37 UTC 2024
    - 264.1K bytes
    - Viewed (0)
  4. 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: Mon May 20 14:45:26 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  5. Tie::Scalar.txt

    package Tie::Scalar; our $VERSION = '1.06'; =head1 NAME Tie::Scalar, Tie::StdScalar - base class definitions for tied scalars =head1 SYNOPSIS package NewScalar; require Tie::Scalar; @ISA = qw(Tie::...
    perldoc.perl.org/Tie::Scalar.txt
    Registered: Mon May 20 15:55:22 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  6. Time::HiRes.txt

    package Time::HiRes; { use 5.006; } use strict; require Exporter; use XSLoader (); our @ISA = qw(Exporter); our @EXPORT = qw( ); # More or less this same list is in Makefile.PL. Should unify. our @...
    perldoc.perl.org/Time::HiRes.txt
    Registered: Mon May 20 16:01:31 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  7. Time::Piece.txt

    package Time::Piece; use strict; use XSLoader (); use Time::Seconds; use Carp; use Time::Local; use Scalar::Util qw/ blessed /; use Exporter (); our @EXPORT = qw( localtime gmtime ); our %EXPORT_TA...
    perldoc.perl.org/Time::Piece.txt
    Registered: Mon May 20 16:09:54 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  8. Module::CoreList::Utils.txt

    package Module::CoreList::Utils; use strict; use warnings; use Module::CoreList; our $VERSION = '5.20231129'; our %utilities; sub utilities { my $perl = shift; $perl = shift if eval { $perl->isa(__...
    perldoc.perl.org/Module::CoreList::Utils.txt
    Registered: Sun May 19 18:31:17 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  9. Pod::Simple.txt

    =head1 NAME Pod::Simple - framework for parsing Pod =head1 SYNOPSIS TODO =head1 DESCRIPTION Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language tha...
    perldoc.perl.org/Pod::Simple.txt
    Registered: Sun May 19 19:15:35 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  10. IO::Socket::INET.txt

    # IO::Socket::INET.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms a...
    perldoc.perl.org/IO::Socket::INET.txt
    Registered: Sun May 19 15:26:54 UTC 2024
    - 12.5K bytes
    - Viewed (0)
Back to top