Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 3,807 for filetype:txt (0.09 sec)

  1. 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.txt
    Registered: Sun Mar 23 14:20:34 UTC 2025
    - 33.8K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Sun Mar 23 11:31:41 UTC 2025
    - 14.2K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Sun Mar 23 10:15:22 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Sun Mar 23 12:13:47 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Sun Mar 23 11:10:59 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Sun Mar 23 10:35:29 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Sun Mar 23 14:14:18 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  8. TAP::Formatter::Color.txt

    package TAP::Formatter::Color; use strict; use warnings; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use base 'TAP::Object'; my $NO_COLOR; BEGIN { $NO_COLOR = 0; eval 'require Term::ANSICol...
    perldoc.perl.org/TAP::Formatter::Color.txt
    Registered: Sun Mar 23 09:04:23 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Sun Mar 23 08:43:25 UTC 2025
    - 600 bytes
    - Viewed (0)
  10. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/reference/attribute/horiz-origin-y/index.md # Original Wiki contributors Sebastianz 182
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/horiz-origin-y/contributors.txt
    Registered: Mon Mar 31 01:21:46 UTC 2025
    - Last Modified: Wed Mar 19 00:46:41 UTC 2025
    - 182 bytes
    - Viewed (0)
Back to top