Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 11 - 20 of 637 for label:perl (0.02 sec)

  1. TAP::Parser::YAMLish::Reader.txt

    package TAP::Parser::YAMLish::Reader; use strict; use warnings; use base 'TAP::Object'; our $VERSION = '3.44'; # No EBCDIC support on early perls *to_native = (ord "A" == 65 || $] < 5.008) ? sub { ...
    perldoc.perl.org/TAP::Parser::YAMLish::Reader.txt
    Registered: Wed May 15 13:41:38 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. Pod::Simple::SimpleTree.txt

    require 5; package Pod::Simple::SimpleTree; use strict; use Carp (); use Pod::Simple (); use vars qw( $ATTR_PAD @ISA $VERSION $SORT_ATTRS); $VERSION = '3.43'; BEGIN { @ISA = ('Pod::Simple'); *DEBUG...
    perldoc.perl.org/Pod::Simple::SimpleTree.txt
    Registered: Wed May 15 14:12:33 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. TAP::Parser::SourceHandler::File.txt

    package TAP::Parser::SourceHandler::File; use strict; use warnings; use TAP::Parser::IteratorFactory (); use TAP::Parser::Iterator::Stream (); use base 'TAP::Parser::SourceHandler'; TAP::Parser::It...
    perldoc.perl.org/TAP::Parser::SourceHandler::File.txt
    Registered: Wed May 15 16:19:36 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. TAP::Formatter::File.txt

    package TAP::Formatter::File; use strict; use warnings; use TAP::Formatter::File::Session; use POSIX qw(strftime); use base 'TAP::Formatter::Base'; =head1 NAME TAP::Formatter::File - Harness output...
    perldoc.perl.org/TAP::Formatter::File.txt
    Registered: Wed May 15 17:18:43 UTC 2024
    - 850 bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. perltw.txt

    # vim: syntax=pod 如果你用一般的文字編輯器閱覽這份文件, 請忽略文中奇特的註記字符. 這份文件是以 POD (簡明文件格式) 寫成; 這種格式是為了能讓人直接讀取, 而特別設計的. 關於此格式的進一步資訊, 請參考 perlpod 線上文件. =encoding utf8 =head1 NAME perltw - 正體中文 Perl 指南 =head1 DESCRIPTIO...
    perldoc.perl.org/perltw.txt
    Registered: Mon May 13 06:42:46 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  10. perl5123delta.txt

    =encoding utf8 =head1 NAME perl5123delta - what is new for perl v5.12.3 =head1 DESCRIPTION This document describes differences between the 5.12.2 release and the 5.12.3 release. If you are upgradin...
    perldoc.perl.org/perl5123delta.txt
    Registered: Mon May 13 09:04:56 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top