Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1161 - 1170 of 2,642 for host:perldoc.perl.org (0.04 sec)

  1. Pod::Simple::RTF.txt

    package Pod::Simple::RTF; use strict; use warnings; #sub DEBUG () {4}; #sub Pod::Simple::DEBUG () {4}; #sub Pod::Simple::PullParser::DEBUG () {4}; our $VERSION = '3.45'; use Pod::Simple::PullParser...
    perldoc.perl.org/Pod::Simple::RTF.txt
    Registered: Fri Sep 05 17:55:41 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  2. Pod::Simple::PullParser.txt

    package Pod::Simple::PullParser; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN {our @ISA = ('Pod::Simple')} use Carp (); use Pod::Simple::PullParserStartToken; use Pod::Simple::PullP...
    perldoc.perl.org/Pod::Simple::PullParser.txt
    Registered: Fri Sep 05 16:03:03 UTC 2025
    - 25.1K bytes
    - Viewed (0)
  3. IO::Zlib.txt

    # IO::Zlib.pm # # Copyright (c) 1998-2004 Tom Hughes <tom@compton.nu>. # 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::Zlib.txt
    Registered: Fri Sep 05 15:11:12 UTC 2025
    - 15.7K bytes
    - Viewed (0)
  4. IPC::Msg.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::Msg.txt
    Registered: Fri Sep 05 15:23:29 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  5. Pod::Perldoc::ToANSI.txt

    package Pod::Perldoc::ToANSI; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_...
    perldoc.perl.org/Pod::Perldoc::ToANSI.txt
    Registered: Fri Sep 05 12:27:10 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  6. Memoize::NDBM_File.txt

    use strict; use warnings; package Memoize::NDBM_File; our $VERSION = '1.17'; use NDBM_File; our @ISA = qw(NDBM_File); # NDBM_File cannot store undef and will store an empty string if you try # but ...
    perldoc.perl.org/Memoize::NDBM_File.txt
    Registered: Fri Sep 05 15:35:25 UTC 2025
    - 950 bytes
    - Viewed (0)
  7. B::Showlex.txt

    package B::Showlex; our $VERSION = '1.05'; use strict; use B qw(svref_2object comppadlist class); use B::Terse (); use B::Concise (); # # Invoke as # perl -MO=Showlex,foo bar.pl # to see the names ...
    perldoc.perl.org/B::Showlex.txt
    Registered: Thu Sep 04 05:06:25 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  8. Devel::SelfStubber.txt

    package Devel::SelfStubber; use File::Spec; require SelfLoader; @ISA = qw(SelfLoader); @EXPORT = 'AUTOLOAD'; $JUST_STUBS = 1; $VERSION = 1.06; sub Version {$VERSION} # Use as # perl -e 'use Devel::...
    perldoc.perl.org/Devel::SelfStubber.txt
    Registered: Thu Sep 04 02:37:53 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  9. Encode::CN::HZ.txt

    package Encode::CN::HZ; use strict; use warnings; use utf8 (); use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fa...
    perldoc.perl.org/Encode::CN::HZ.txt
    Registered: Thu Sep 04 03:03:02 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  10. Digest::base.txt

    package Digest::base; use strict; use warnings; our $VERSION = "1.20"; # subclass is supposed to implement at least these sub new; sub clone; sub add; sub digest; sub reset { my $self = shift; $sel...
    perldoc.perl.org/Digest::base.txt
    Registered: Thu Sep 04 02:48:37 UTC 2025
    - 1.9K bytes
    - Viewed (0)
Back to top