Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 681 - 690 of 2,642 for host:perldoc.perl.org (0.04 sec)

  1. open.txt

    package open; use warnings; our $VERSION = '1.13'; require 5.008001; # for PerlIO::get_layers() my $locale_encoding; sub _get_encname { return ($1, Encode::resolve_alias($1)) if $_[0] =~ /^:?encodi...
    perldoc.perl.org/open.txt
    Registered: Thu Sep 04 03:32:39 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  2. vmsish.txt

    package vmsish; our $VERSION = '1.04'; =head1 NAME vmsish - Perl pragma to control VMS-specific language features =head1 SYNOPSIS use vmsish; use vmsish 'status'; # or '$?' use vmsish 'exit'; use v...
    perldoc.perl.org/vmsish.txt
    Registered: Thu Sep 04 03:24:39 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  3. Encode::Byte.txt

    package Encode::Byte; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE_...
    perldoc.perl.org/Encode::Byte.txt
    Registered: Thu Sep 04 05:23:03 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  4. Encode::EBCDIC.txt

    package Encode::EBCDIC; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...
    perldoc.perl.org/Encode::EBCDIC.txt
    Registered: Thu Sep 04 05:30:10 UTC 2025
    - 865 bytes
    - Viewed (0)
  5. Pod::Man.txt

    # Convert POD data to formatted *roff input. # # This module translates POD documentation into *roff markup using the man # macro set, and is intended for converting POD documents written as Unix #...
    perldoc.perl.org/Pod::Man.txt
    Registered: Fri Sep 05 20:15:12 UTC 2025
    - 93.6K bytes
    - Viewed (0)
  6. IO::Uncompress::Inflate.txt

    package IO::Uncompress::Inflate ; # for RFC1950 use strict ; use warnings; use bytes; use IO::Compress::Base::Common 2.213 qw(:Status ); use IO::Compress::Zlib::Constants 2.213 ; use IO::Uncompress...
    perldoc.perl.org/IO::Uncompress::Inflate.txt
    Registered: Fri Sep 05 22:28:02 UTC 2025
    - 28.3K bytes
    - Viewed (0)
  7. Pod::Escapes.txt

    package Pod::Escapes; use strict; use warnings; use 5.006; use vars qw( %Code2USASCII %Name2character %Name2character_number %Latin1Code_to_fallback %Latin1Char_to_fallback $FAR_CHAR $FAR_CHAR_NUMB...
    perldoc.perl.org/Pod::Escapes.txt
    Registered: Fri Sep 05 20:09:51 UTC 2025
    - 17.5K bytes
    - Viewed (0)
  8. Test2::Hub.txt

    package Test2::Hub; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/carp croak confess/; use Test2::Util qw/get_tid gen_uid/; use Scalar::Util qw/weaken/; use List::Util qw/first/;...
    perldoc.perl.org/Test2::Hub.txt
    Registered: Sat Sep 06 03:19:18 UTC 2025
    - 22.3K bytes
    - Viewed (0)
  9. Test2::API::Instance.txt

    package Test2::API::Instance; use strict; use warnings; our $VERSION = '1.302210'; our @CARP_NOT = qw/Test2::API Test2::API::Instance Test2::IPC::Driver Test2::Formatter/; use Carp qw/confess carp/...
    perldoc.perl.org/Test2::API::Instance.txt
    Registered: Sat Sep 06 02:48:35 UTC 2025
    - 21.2K bytes
    - Viewed (0)
  10. Net::Config.txt

    # Net::Config.pm # # Copyright (C) 2000 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute ...
    perldoc.perl.org/Net::Config.txt
    Registered: Fri Sep 05 21:17:43 UTC 2025
    - 8.7K bytes
    - Viewed (0)
Back to top