- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 11 - 20 of 2,615 for host:perldoc.perl.org (0.03 sec)
-
IO::Socket::IP.txt
# You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2023 -- leonerd@leonerd.org.uk packa...perldoc.perl.org/IO::Socket::IP.txtRegistered: Fri Mar 21 17:53:59 UTC 2025 - 39.9K bytes - Viewed (0) -
vars.txt
package vars; use 5.006; our $VERSION = '1.05'; use warnings::register; use strict qw(vars subs); sub import { my $callpack = caller; my (undef, @imports) = @_; my ($sym, $ch); foreach (@imports) {...perldoc.perl.org/vars.txtRegistered: Fri Mar 21 20:47:50 UTC 2025 - 2.4K bytes - Viewed (0) -
overloading.txt
package overloading; use warnings; our $VERSION = '0.02'; my $HINT_NO_AMAGIC = 0x01000000; # see perl.h require 5.010001; sub _ops_to_nums { require overload::numbers; map { exists $overload::numbe...perldoc.perl.org/overloading.txtRegistered: Fri Mar 21 21:01:11 UTC 2025 - 1.8K bytes - Viewed (0) -
Module::Metadata.txt
# -*- mode: cperl; tab-width: 8; indent-tabs-mode: nil; basic-offset: 2 -*- # vim:ts=8:sw=2:et:sta:sts=2:tw=78 package Module::Metadata; # git description: v1.000037-8-g92dec6c # ABSTRACT: Gather p...perldoc.perl.org/Module::Metadata.txtRegistered: Sun Mar 23 14:20:34 UTC 2025 - 33.8K bytes - Viewed (0) -
Pod::Functions.txt
package Pod::Functions; use strict; =head1 NAME Pod::Functions - Group Perl's functions a la perlfunc.pod =head1 SYNOPSIS use Pod::Functions; my @misc_ops = @{ $Kinds{ 'Misc' } }; my $misc_dsc = $T...perldoc.perl.org/Pod::Functions.txtRegistered: Sun Mar 23 11:31:41 UTC 2025 - 14.2K bytes - Viewed (0) -
Pod::Simple::JustPod.txt
package Pod::Simple::JustPod; # ABSTRACT: Pod::Simple formatter that extracts POD from a file containing # other things as well use strict; use warnings; use Pod::Simple::Methody (); our @ISA = ('P...perldoc.perl.org/Pod::Simple::JustPod.txtRegistered: Sun Mar 23 10:15:22 UTC 2025 - 9.4K bytes - Viewed (0) -
Module::Load.txt
package Module::Load; use strict; use warnings; use File::Spec (); our $VERSION = '0.36'; sub import { my $who = _who(); my $h; shift; { no strict 'refs'; @_ or ( *{"${who}::load"} = \&load, # comp...perldoc.perl.org/Module::Load.txtRegistered: Sun Mar 23 12:13:47 UTC 2025 - 8.9K bytes - Viewed (0) -
Pod::Perldoc::GetOptsOO.txt
package Pod::Perldoc::GetOptsOO; use strict; use vars qw($VERSION); $VERSION = '3.28'; BEGIN { # Make a DEBUG constant ASAP *DEBUG = defined( &Pod::Perldoc::DEBUG ) ? \&Pod::Perldoc::DEBUG : sub(){...perldoc.perl.org/Pod::Perldoc::GetOptsOO.txtRegistered: Sun Mar 23 11:10:59 UTC 2025 - 3.8K bytes - Viewed (0) -
Net::protoent.txt
package Net::protoent 1.03; use v5.38; our ( $p_name, @p_aliases, $p_proto ); use Exporter 'import'; our @EXPORT = qw(getprotobyname getprotobynumber getprotoent getproto); our @EXPORT_OK = qw( $p_...perldoc.perl.org/Net::protoent.txtRegistered: Sun Mar 23 10:35:29 UTC 2025 - 2.9K bytes - Viewed (0) -
Pod::Perldoc::ToNroff.txt
package Pod::Perldoc::ToNroff; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; # This is unlike ToMan.pm in that it emits the raw nroff sour...perldoc.perl.org/Pod::Perldoc::ToNroff.txtRegistered: Sun Mar 23 14:14:18 UTC 2025 - 2.7K bytes - Viewed (0)