- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 181 - 190 of 2,615 for host:perldoc.perl.org (0.11 sec)
-
Net::NNTP.txt
# Net::NNTP.pm # # Copyright (C) 1995-1997 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...perldoc.perl.org/Net::NNTP.txtRegistered: Thu Mar 06 11:04:42 UTC 2025 - 32.7K bytes - Viewed (0) -
IO::Select.txt
# IO::Select.pm # # Copyright (c) 1997-8 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...perldoc.perl.org/IO::Select.txtRegistered: Thu Mar 06 09:36:50 UTC 2025 - 9.1K 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: Thu Mar 06 10:10:34 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: Thu Mar 06 11:50:50 UTC 2025 - 3.8K 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: Thu Mar 06 15:18:40 UTC 2025 - 3.6K 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: Thu Mar 06 14:56:54 UTC 2025 - 600 bytes - Viewed (0) -
Memoize::SDBM_File.txt
use strict; use warnings; package Memoize::SDBM_File; our $VERSION = '1.16'; use SDBM_File 1.01; # for EXISTS support our @ISA = qw(SDBM_File); 1; __END__ =pod =head1 NAME Memoize::SDBM_File - DEPR...perldoc.perl.org/Memoize::SDBM_File.txtRegistered: Thu Mar 06 14:14:32 UTC 2025 - 520 bytes - Viewed (0) -
Pod::Text.txt
# Convert POD data to formatted text. # # This module converts POD to formatted text. It replaces the old Pod::Text # module that came with versions of Perl prior to 5.6.0 and attempts to match # i...perldoc.perl.org/Pod::Text.txtRegistered: Thu Mar 06 19:26:46 UTC 2025 - 43.5K bytes - Viewed (0) -
] ); $new->html_header_after_title( join "\...
package Pod::Simple::HTML; use strict; use warnings; use Pod::Simple::PullParser (); our @ISA = ('Pod::Simple::PullParser'); our $VERSION = '3.45'; BEGIN { if(defined &DEBUG) { } # no-op elsif( def...perldoc.perl.org/Pod::Simple::HTML.txtRegistered: Thu Mar 06 21:12:33 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: Thu Mar 06 15:24:22 UTC 2025 - 14.2K bytes - Viewed (0)