Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 511 - 520 of 1,306 for label:perl (0.02 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: Sat Apr 05 09:36:44 UTC 2025
    - 33.8K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Sat Apr 05 12:10:52 UTC 2025
    - 32.7K bytes
    - Viewed (0)
  3. 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: Sat Apr 05 14:54:52 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  4. 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: Sat Apr 05 15:46:18 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  5. TAP::Parser::Result::YAML.txt

    package TAP::Parser::Result::YAML; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::YAML - YAML result token. =head1 VERSION Version 3.48 =cut our $VERSION...
    perldoc.perl.org/TAP::Parser::Result::YAML.txt
    Registered: Sat Apr 05 15:17:40 UTC 2025
    - 880 bytes
    - Viewed (0)
  6. 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: Sat Apr 05 09:20:54 UTC 2025
    - 600 bytes
    - Viewed (0)
  7. 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.txt
    Registered: Sat Apr 05 18:49:22 UTC 2025
    - 43.5K bytes
    - Viewed (0)
  8. ] ); $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.txt
    Registered: Sat Apr 05 22:17:48 UTC 2025
    - 33.8K bytes
    - Viewed (0)
  9. 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: Sat Apr 05 23:22:46 UTC 2025
    - 14.2K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Sun Apr 06 01:18:26 UTC 2025
    - 10.5K bytes
    - Viewed (0)
Back to top