Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 21 - 30 of 2,104 for filetype:txt (0.02 sec)

  1. perlplan9.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlplan9.txt
    Registered: Mon May 13 11:05:38 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. perltooc.txt

    =encoding utf8 =head1 NAME perltooc - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...
    perldoc.perl.org/perltooc.txt
    Registered: Mon May 13 13:21:50 UTC 2024
    - 294 bytes
    - Viewed (0)
  3. Sys::Syslog::Win32.txt

    package Sys::Syslog::Win32; use strict; use warnings; use Carp; use File::Spec; # === WARNING === WARNING === WARNING === WARNING === WARNING === WARNING === # # This file was generated by Sys-Sysl...
    perldoc.perl.org/Sys::Syslog::Win32.txt
    Registered: Wed May 15 18:39:33 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. Encode::Unicode::UTF7.txt

    # # $Id: UTF7.pm,v 2.10 2017/06/10 17:23:50 dankogai Exp $ # package Encode::Unicode::UTF7; use strict; use warnings; use parent qw(Encode::Encoding); __PACKAGE__->Define('UTF-7'); our $VERSION = d...
    perldoc.perl.org/Encode::Unicode::UTF7.txt
    Registered: Tue May 14 07:45:47 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  9. Encode::MIME::Name.txt

    package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; # NOTE: This table must be 1:1 mapping our %MI...
    perldoc.perl.org/Encode::MIME::Name.txt
    Registered: Tue May 14 11:34:48 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  10. ExtUtils::MM_OS390.txt

    package ExtUtils::MM_OS390; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head...
    perldoc.perl.org/ExtUtils::MM_OS390.txt
    Registered: Tue May 14 09:35:42 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top