- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 681 - 690 of 2,642 for host:perldoc.perl.org (0.04 sec)
-
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.txtRegistered: Thu Sep 04 03:32:39 UTC 2025 - 8.3K bytes - Viewed (0) -
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.txtRegistered: Thu Sep 04 03:24:39 UTC 2025 - 4.2K bytes - Viewed (0) -
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.txtRegistered: Thu Sep 04 05:23:03 UTC 2025 - 2.4K bytes - Viewed (0) -
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.txtRegistered: Thu Sep 04 05:30:10 UTC 2025 - 865 bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 20:15:12 UTC 2025 - 93.6K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 22:28:02 UTC 2025 - 28.3K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 20:09:51 UTC 2025 - 17.5K bytes - Viewed (0) -
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.txtRegistered: Sat Sep 06 03:19:18 UTC 2025 - 22.3K bytes - Viewed (0) -
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.txtRegistered: Sat Sep 06 02:48:35 UTC 2025 - 21.2K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 21:17:43 UTC 2025 - 8.7K bytes - Viewed (0)