Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1531 - 1540 of 3,449 for filetype:txt (0.06 sec)

  1. Math::BigFloat.txt

    package Math::BigFloat; # # Mike grinned. 'Two down, infinity to go' - Mike Nostrus in 'Before and After' # # The following hash values are used internally: # # sign : "+", "-", "+inf", "-inf", or ...
    perldoc.perl.org/Math::BigFloat.txt
    Registered: Wed Aug 27 21:33:40 UTC 2025
    - 253.6K bytes
    - Viewed (0)
  2. Net::POP3.txt

    # Net::POP3.pm # # Copyright (C) 1995-2004 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::POP3.txt
    Registered: Wed Aug 27 20:51:27 UTC 2025
    - 21.1K bytes
    - Viewed (0)
  3. 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: Wed Aug 27 22:16:38 UTC 2025
    - 20.5K bytes
    - Viewed (0)
  4. 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: Wed Aug 27 21:09:10 UTC 2025
    - 18.5K bytes
    - Viewed (0)
  5. 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: Wed Aug 27 22:34:28 UTC 2025
    - 40.6K bytes
    - Viewed (0)
  6. Net::libnetFAQ.txt

    =head1 NAME libnetFAQ - libnet Frequently Asked Questions =head1 DESCRIPTION =head2 Where to get this document This document is distributed with the libnet distribution, and is also available on th...
    perldoc.perl.org/Net::libnetFAQ.txt
    Registered: Wed Aug 27 21:01:25 UTC 2025
    - 9.7K bytes
    - Viewed (0)
  7. Perl::OSType.txt

    use strict; use warnings; package Perl::OSType; # ABSTRACT: Map Perl operating system names to generic types our $VERSION = '1.010'; require Exporter; our @ISA = qw(Exporter); our %EXPORT_TAGS = ( ...
    perldoc.perl.org/Perl::OSType.txt
    Registered: Wed Aug 27 22:10:34 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  8. 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: Wed Aug 27 10:33:44 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  9. Net::servent.txt

    package Net::servent 1.04; use v5.38; our ( $s_name, @s_aliases, $s_port, $s_proto ); use Exporter 'import'; our @EXPORT = qw(getservbyname getservbyport getservent getserv); our @EXPORT_OK = qw( $...
    perldoc.perl.org/Net::servent.txt
    Registered: Wed Aug 27 10:10:30 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  10. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/tutorials/svg_from_scratch/other_content_in_svg/index.md # Original Wiki contributors jwhitlock trev...
    developer.mozilla.org/en-US/docs/Web/SVG/Tutorials/SVG_from_scratch/Other_content_in_SVG/contribu...
    Registered: Wed Sep 03 01:02:54 UTC 2025
    - Last Modified: Tue Aug 19 16:05:23 UTC 2025
    - 238 bytes
    - Viewed (0)
Back to top