Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 61 - 70 of 298 for timestamp:[now/d-1y TO *] (0.02 sec)

  1. I18N::Collate.txt

    package I18N::Collate; use strict; our $VERSION = '1.02'; =head1 NAME I18N::Collate - compare 8-bit scalar data according to the current locale =head1 SYNOPSIS use I18N::Collate; setlocale(LC_COLLA...
    perldoc.perl.org/I18N::Collate.txt
    Registered: Wed May 15 01:16:00 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. Net::netent.txt

    package Net::netent; use strict; use 5.006_001; our $VERSION = '1.01'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); our ( $n_name, @n_aliases, $n_addrtype, $n_net ); BEGIN { use Exporter (); @EXPORT = q...
    perldoc.perl.org/Net::netent.txt
    Registered: Wed May 15 03:27:49 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  3. Pod::Simple::PullParserStartToken.txt

    require 5; package Pod::Simple::PullParserStartToken; use Pod::Simple::PullParserToken (); use strict; use vars qw(@ISA $VERSION); @ISA = ('Pod::Simple::PullParserToken'); $VERSION = '3.43'; sub ne...
    perldoc.perl.org/Pod::Simple::PullParserStartToken.txt
    Registered: Wed May 15 03:58:13 UTC 2024
    - 4K bytes
    - Viewed (0)
  4. Net::servent.txt

    package Net::servent; use strict; use 5.006_001; our $VERSION = '1.03'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); our ( $s_name, @s_aliases, $s_port, $s_proto ); BEGIN { use Exporter (); @EXPORT = qw...
    perldoc.perl.org/Net::servent.txt
    Registered: Wed May 15 04:42:56 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  5. Net::POP3.txt

    # Net::POP3.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...
    perldoc.perl.org/Net::POP3.txt
    Registered: Wed May 15 09:38:39 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  6. NEXT.txt

    package NEXT; use Carp; use strict; use warnings; use overload (); our $VERSION = '0.69'; sub NEXT::ELSEWHERE::ancestors { my @inlist = shift; my @outlist = (); while (my $next = shift @inlist) { p...
    perldoc.perl.org/NEXT.txt
    Registered: Wed May 15 08:52:30 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  7. 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: Wed May 15 09:31:26 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  8. 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: Wed May 15 05:18:19 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  9. Net::libnetFAQ.txt

    =head1 NAME libnetFAQ - libnet Frequently Asked Questions =head1 DESCRIPTION =head2 Where to get this document This document is distributed with the libnet distribution, and is also available on th...
    perldoc.perl.org/Net::libnetFAQ.txt
    Registered: Wed May 15 08:23:00 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  10. Pod::Html::Util.txt

    package Pod::Html::Util; use strict; use Exporter 'import'; our $VERSION = 1.34; # Please keep in synch with lib/Pod/Html.pm $VERSION = eval $VERSION; our @EXPORT_OK = qw( anchorify html_escape htm...
    perldoc.perl.org/Pod::Html::Util.txt
    Registered: Wed May 15 07:38:26 UTC 2024
    - 7.9K bytes
    - Viewed (0)
Back to top