- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 381 - 390 of 2,615 for host:perldoc.perl.org (0.08 sec)
-
Memoize.txt
# -*- mode: perl; perl-indent-level: 2; -*- # vim: ts=8 sw=2 sts=2 noexpandtab # Memoize.pm # # Copyright 1998, 1999, 2000, 2001, 2012 M. J. Dominus. # You may copy and distribute this program unde...perldoc.perl.org/Memoize.txtRegistered: Sun Nov 17 04:03:19 UTC 2024 - 31.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 Nov 17 08:16:57 UTC 2024 - 14.2K bytes - Viewed (0) -
Scalar::Util.txt
# Copyright (c) 1997-2007 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # # Ma...perldoc.perl.org/Scalar::Util.txtRegistered: Sun Nov 17 11:45:46 UTC 2024 - 10.5K bytes - Viewed (0) -
Pod::Text::Termcap.txt
# Convert POD data to ASCII text with format escapes. # # This is a simple subclass of Pod::Text that overrides a few key methods to # output the right termcap escape sequences for formatted text o...perldoc.perl.org/Pod::Text::Termcap.txtRegistered: Sun Nov 17 09:28:51 UTC 2024 - 9.3K 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 Nov 17 04:47:47 UTC 2024 - 9.4K bytes - Viewed (0) -
Pod::Perldoc::BaseTo.txt
package Pod::Perldoc::BaseTo; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use Carp qw(croak carp); use Config qw(%Config); use File::Spec::Functions qw(catfile); sub is_page...perldoc.perl.org/Pod::Perldoc::BaseTo.txtRegistered: Sun Nov 17 08:23:22 UTC 2024 - 3.6K 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 Nov 17 04:11:13 UTC 2024 - 2.9K bytes - Viewed (0) -
PerlIO::mmap.txt
package PerlIO::mmap; use strict; use warnings; our $VERSION = '0.017'; use XSLoader; XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION); 1; __END__ =head1 NAME PerlIO::mmap - Memory mapped IO =head...perldoc.perl.org/PerlIO::mmap.txtRegistered: Sun Nov 17 09:24:44 UTC 2024 - 600 bytes - Viewed (0) -
Test::More.txt
package Test::More; use 5.006; use strict; use warnings; #---- perlcritic exemptions. ----# # We use a lot of subroutine prototypes ## no critic (Subroutines::ProhibitSubroutinePr) # Can't use Carp...perldoc.perl.org/Test::More.txtRegistered: Mon Nov 18 13:08:36 UTC 2024 - 53.1K bytes - Viewed (0) -
Test::Harness::Beyond.txt
=head1 NAME Test::Harness::Beyond - Beyond make test =head1 Beyond make test Test::Harness is responsible for running test scripts, analysing their output and reporting success or failure. When I t...perldoc.perl.org/Test::Harness::Beyond.txtRegistered: Mon Nov 18 09:46:38 UTC 2024 - 15.2K bytes - Viewed (0)