- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4531 - 4540 of 6,206 for content_length:[0 TO 9999] (0.09 sec)
-
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: Sat Nov 09 00:18:26 UTC 2024 - 9.4K bytes - Viewed (0) -
IPC::SharedMem.txt
########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...perldoc.perl.org/IPC::SharedMem.txtRegistered: Fri Nov 08 20:19:53 UTC 2024 - 5.5K 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: Fri Nov 08 20:54:33 UTC 2024 - 2.7K 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: Sat Nov 09 01:52:02 UTC 2024 - 520 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: Sat Nov 09 01:59:25 UTC 2024 - 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: Sat Nov 09 04:19:20 UTC 2024 - 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: Sat Nov 09 03:16:54 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: Sat Nov 09 04:39:56 UTC 2024 - 2.9K bytes - Viewed (0) -
Pod::Simple::TextContent.txt
package Pod::Simple::TextContent; use strict; use warnings; use Carp (); use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple'); sub new { my $self = shift; my $new = $self->SUPER::n...perldoc.perl.org/Pod::Simple::TextContent.txtRegistered: Sat Nov 09 07:04:45 UTC 2024 - 2.4K 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: Sat Nov 09 02:16:19 UTC 2024 - 600 bytes - Viewed (0)