- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 891 - 900 of 2,612 for host:perldoc.perl.org (0.03 sec)
- 
				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.txtRegistered: Wed Oct 29 00:46:20 UTC 2025 - 3.8K bytes - Viewed (0)
- 
				ExtUtils::MM_OS390.txtpackage ExtUtils::MM_OS390; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head...perldoc.perl.org/ExtUtils::MM_OS390.txtRegistered: Wed Oct 29 06:08:22 UTC 2025 - 2.2K bytes - Viewed (0)
- 
				ExtUtils::MM_Darwin.txtpackage ExtUtils::MM_Darwin; use strict; use warnings; BEGIN { require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Unix ); } our $VERSION = '7.76'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MM_...perldoc.perl.org/ExtUtils::MM_Darwin.txtRegistered: Wed Oct 29 03:36:47 UTC 2025 - 1.4K bytes - Viewed (0)
- 
				ExtUtils::MM_Win95.txtpackage ExtUtils::MM_Win95; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Win32; our @ISA = qw(ExtUtils::MM_Win32); use ExtUtils::MakeMaker::Config; =he...perldoc.perl.org/ExtUtils::MM_Win95.txtRegistered: Wed Oct 29 06:36:20 UTC 2025 - 1.3K bytes - Viewed (0)
- 
				File::Spec::AmigaOS.txtpackage File::Spec::AmigaOS; use strict; require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::AmigaOS - File::Spec for Amig...perldoc.perl.org/File::Spec::AmigaOS.txtRegistered: Wed Oct 29 06:52:46 UTC 2025 - 982 bytes - Viewed (0)
- 
				ExtUtils::MM_QNX.txtpackage ExtUtils::MM_QNX; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_QNX - QNX speci...perldoc.perl.org/ExtUtils::MM_QNX.txtRegistered: Tue Oct 28 23:13:18 UTC 2025 - 907 bytes - Viewed (0)
- 
				Pod::Simple::Subclassing.txt=head1 NAME Pod::Simple::Subclassing -- write a formatter as a Pod::Simple subclass =head1 SYNOPSIS package Pod::SomeFormatter; use Pod::Simple; @ISA = qw(Pod::Simple); $VERSION = '1.01'; use stric...perldoc.perl.org/Pod::Simple::Subclassing.txtRegistered: Thu Oct 30 12:11:01 UTC 2025 - 33.3K bytes - Viewed (0)
- 
				SelfLoader.txtpackage SelfLoader; use 5.008; use strict; use IO::Handle; our $VERSION = "1.28"; # The following bit of eval-magic is necessary to make this work on # perls < 5.009005. our $AttrList; BEGIN { if (...perldoc.perl.org/SelfLoader.txtRegistered: Thu Oct 30 08:50:40 UTC 2025 - 17.1K bytes - Viewed (0)
- 
				NEXT.txtpackage NEXT; use Carp; use strict; use warnings; use overload (); our $VERSION = '0.69'; sub NEXT::ELSEWHERE::ancestors { my @inlist = shift; my @outlist = (); while (my $next = shift @inlist) { p...perldoc.perl.org/NEXT.txtRegistered: Thu Oct 30 05:41:17 UTC 2025 - 18.5K bytes - Viewed (0)
- 
				Pod::Simple::Text.txtpackage Pod::Simple::Text; use strict; use warnings; use Carp (); use Pod::Simple::Methody (); use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple::Methody'); BEGIN { *DEBUG = defin...perldoc.perl.org/Pod::Simple::Text.txtRegistered: Thu Oct 30 12:15:01 UTC 2025 - 5K bytes - Viewed (0)