Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3481 - 3490 of 6,204 for content_length:[0 TO 9999] (0.14 sec)

  1. Encode::JP.txt

    package Encode::JP; BEGIN { if ( ord("A") == 193 ) { die "Encode::JP not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::JP.txt
    Registered: Thu Nov 07 20:25:24 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. ExtUtils::MM_AIX.txt

    package ExtUtils::MM_AIX; 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); =head1 ...
    perldoc.perl.org/ExtUtils::MM_AIX.txt
    Registered: Thu Nov 07 19:45:46 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. ExtUtils::MM_VOS.txt

    package ExtUtils::MM_VOS; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_VOS - VOS speci...
    perldoc.perl.org/ExtUtils::MM_VOS.txt
    Registered: Thu Nov 07 20:03:58 UTC 2024
    - 762 bytes
    - Viewed (0)
  4. Pod::Simple::Checker.txt

    # A quite dimwitted pod2plaintext that need only know how to format whatever # text comes out of Pod::BlackBox's _gen_errata package Pod::Simple::Checker; use strict; use warnings; use Carp (); use...
    perldoc.perl.org/Pod::Simple::Checker.txt
    Registered: Fri Nov 08 22:35:53 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  5. Pod::Simple::LinkSection.txt

    package Pod::Simple::LinkSection; # Based somewhat dimly on Array::Autojoin use strict; use warnings; use Pod::Simple::BlackBox; our $VERSION = '3.45'; use overload( # So it'll stringify nice '""' ...
    perldoc.perl.org/Pod::Simple::LinkSection.txt
    Registered: Fri Nov 08 22:15:34 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  6. Pod::Perldoc::ToTerm.txt

    package Pod::Perldoc::ToTerm; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use parent qw(Pod::Perldoc::BaseTo); sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_...
    perldoc.perl.org/Pod::Perldoc::ToTerm.txt
    Registered: Fri Nov 08 21:51:37 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  7. perlandroid.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/perlandroid.txt
    Registered: Wed Nov 06 20:59:47 UTC 2024
    - 8K bytes
    - Viewed (0)
  8. perl5281delta.txt

    =encoding utf8 =head1 NAME perl5281delta - what is new for perl v5.28.1 =head1 DESCRIPTION This document describes differences between the 5.28.0 release and the 5.28.1 release. If you are upgradin...
    perldoc.perl.org/perl5281delta.txt
    Registered: Wed Nov 06 20:29:38 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  9. PerlIO::via.txt

    package PerlIO::via; our $VERSION = '0.19'; require XSLoader; XSLoader::load(); 1; __END__ =head1 NAME PerlIO::via - Helper class for PerlIO layers implemented in perl =head1 SYNOPSIS use PerlIO::v...
    perldoc.perl.org/PerlIO::via.txt
    Registered: Sat Nov 09 03:31:50 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  10. Search::Dict.txt

    package Search::Dict; require 5.000; require Exporter; my $fc_available; BEGIN { $fc_available = '5.015008'; if ( $] ge $fc_available ) { require feature; 'feature'->import('fc'); # string avoids w...
    perldoc.perl.org/Search::Dict.txt
    Registered: Sat Nov 09 07:17:57 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top