Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 1,316 for label:perl (1.89 sec)

  1. Pod::Simple::Text.txt

    package Pod::Simple::Text; use strict; use warnings; use Carp (); use Pod::Simple::Methody (); use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple::Methody'); BEGIN { *DEBUG = defin...
    perldoc.perl.org/Pod::Simple::Text.txt
    Registered: Fri Sep 05 12:04:43 UTC 2025
    - 5K bytes
    - Viewed (0)
  2. Net::netent.txt

    package Net::netent 1.02; use v5.38; our ( $n_name, @n_aliases, $n_addrtype, $n_net ); use Exporter 'import'; our @EXPORT = qw(getnetbyname getnetbyaddr getnet); our @EXPORT_OK = qw( $n_name @n_ali...
    perldoc.perl.org/Net::netent.txt
    Registered: Fri Sep 05 08:53:56 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  3. Pod::Simple::Methody.txt

    package Pod::Simple::Methody; use strict; use warnings; use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple'); # Yes, we could use named variables, but I want this to be impose # as...
    perldoc.perl.org/Pod::Simple::Methody.txt
    Registered: Fri Sep 05 08:11:46 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  4. MIME::QuotedPrint.txt

    package MIME::QuotedPrint; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(encode_qp decode_qp); our $VERSION = '3.16_01'; use MIME::Base64; # will load XS ver...
    perldoc.perl.org/MIME::QuotedPrint.txt
    Registered: Fri Sep 05 11:18:22 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  5. Pod::Simple::Subclassing.txt

    =head1 NAME Pod::Simple::Subclassing -- write a formatter as a Pod::Simple subclass =head1 SYNOPSIS package Pod::SomeFormatter; use Pod::Simple; @ISA = qw(Pod::Simple); $VERSION = '1.01'; use stric...
    perldoc.perl.org/Pod::Simple::Subclassing.txt
    Registered: Fri Sep 05 13:53:14 UTC 2025
    - 33.3K bytes
    - Viewed (0)
  6. Net::Cmd.txt

    # Net::Cmd.pm # # Copyright (C) 1995-2006 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020, 2022 Steve Hay. All rights reserved. # This module is free software; you can redistribut...
    perldoc.perl.org/Net::Cmd.txt
    Registered: Fri Sep 05 15:55:41 UTC 2025
    - 20.5K bytes
    - Viewed (0)
  7. IPC::Open3.txt

    package IPC::Open3; use strict; no strict 'refs'; # because users pass me bareword filehandles use Exporter 'import'; use Carp; use Symbol qw(gensym qualify); our $VERSION = '1.24'; our @EXPORT = q...
    perldoc.perl.org/IPC::Open3.txt
    Registered: Fri Sep 05 17:05:26 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  8. NEXT.txt

    package NEXT; use Carp; use strict; use warnings; use overload (); our $VERSION = '0.69'; sub NEXT::ELSEWHERE::ancestors { my @inlist = shift; my @outlist = (); while (my $next = shift @inlist) { p...
    perldoc.perl.org/NEXT.txt
    Registered: Fri Sep 05 15:48:02 UTC 2025
    - 18.5K bytes
    - Viewed (0)
  9. Pod::Simple.txt

    =head1 NAME Pod::Simple - framework for parsing Pod =head1 SYNOPSIS TODO =head1 DESCRIPTION Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language tha...
    perldoc.perl.org/Pod::Simple.txt
    Registered: Fri Sep 05 15:01:33 UTC 2025
    - 14.8K bytes
    - Viewed (0)
  10. Module::CoreList::Utils.txt

    package Module::CoreList::Utils; use strict; use warnings; use Module::CoreList; our $VERSION = '5.20250702'; our %utilities; sub utilities { my $perl = shift; $perl = shift if eval { $perl->isa(__...
    perldoc.perl.org/Module::CoreList::Utils.txt
    Registered: Fri Sep 05 17:12:39 UTC 2025
    - 40.6K bytes
    - Viewed (0)
Back to top