Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1041 - 1050 of 1,302 for label:perl (0.09 sec)

  1. Pod::Simple::Search.txt

    package Pod::Simple::Search; use strict; use warnings; our $VERSION = '3.45'; ## Current version of this package BEGIN { *DEBUG = sub () {0} unless defined &DEBUG; } # set DEBUG level use Carp (); ...
    perldoc.perl.org/Pod::Simple::Search.txt
    Registered: Sun Nov 17 06:08:40 UTC 2024
    - 34.9K bytes
    - Viewed (0)
  2. IO::Uncompress::AnyInflate.txt

    package IO::Uncompress::AnyInflate ; # for RFC1950, RFC1951 or RFC1952 use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.212 qw(:Parse); use IO::Uncompress::Adapter::Inflate 2.2...
    perldoc.perl.org/IO::Uncompress::AnyInflate.txt
    Registered: Sun Nov 17 01:35:18 UTC 2024
    - 28.2K bytes
    - Viewed (0)
  3. Params::Check.txt

    package Params::Check; use strict; use Carp qw[carp croak]; use Locale::Maketext::Simple Style => 'gettext'; BEGIN { use Exporter (); use vars qw[ @ISA $VERSION @EXPORT_OK $VERBOSE $ALLOW_UNKNOWN $...
    perldoc.perl.org/Params::Check.txt
    Registered: Sun Nov 17 04:17:34 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  4. TAP::Harness::Env.txt

    package TAP::Harness::Env; use strict; use warnings; use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Object; use Text::ParseWords qw/shellwords/; our $VERSION = '3.48'; # Get the parts of @INC wh...
    perldoc.perl.org/TAP::Harness::Env.txt
    Registered: Sun Nov 17 06:22:29 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  5. IO::Seekable.txt

    # package IO::Seekable; =head1 NAME IO::Seekable - supply seek based methods for I/O objects =head1 SYNOPSIS use IO::Seekable; package IO::Something; @ISA = qw(IO::Seekable); =head1 DESCRIPTION C<I...
    perldoc.perl.org/IO::Seekable.txt
    Registered: Sun Nov 17 01:49:15 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  6. 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: Sun Nov 17 05:09:10 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  7. Pod::Perldoc::ToText.txt

    package Pod::Perldoc::ToText; 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::ToText.txt
    Registered: Sun Nov 17 04:43:30 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. Pod::Perldoc::ToPod.txt

    package Pod::Perldoc::ToPod; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_e...
    perldoc.perl.org/Pod::Perldoc::ToPod.txt
    Registered: Sun Nov 17 06:02:56 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. TAP::Object.txt

    package TAP::Object; use strict; use warnings; =head1 NAME TAP::Object - Base class that provides common functionality to all C<TAP::*> modules =head1 VERSION Version 3.48 =cut our $VERSION = '3.48...
    perldoc.perl.org/TAP::Object.txt
    Registered: Sun Nov 17 05:16:51 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  10. CPAN::HandleConfig.txt

    package CPAN::HandleConfig; use strict; use vars qw(%can %keys $loading $VERSION); use File::Path (); use File::Spec (); use File::Basename (); use Carp (); =head1 NAME CPAN::HandleConfig - interna...
    perldoc.perl.org/CPAN::HandleConfig.txt
    Registered: Fri Nov 15 14:26:16 UTC 2024
    - 23.6K bytes
    - Viewed (0)
Back to top