Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2281 - 2290 of 3,449 for filetype:txt (0.06 sec)

  1. Net::hostent.txt

    package Net::hostent 1.04; use v5.38; our ( $h_name, @h_aliases, $h_addrtype, $h_length, @h_addr_list, $h_addr ); use Exporter 'import'; our @EXPORT = qw(gethostbyname gethostbyaddr gethost); our @...
    perldoc.perl.org/Net::hostent.txt
    Registered: Fri Sep 05 21:33:46 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  2. Module::Loaded.txt

    package Module::Loaded; use strict; use Carp qw[carp]; BEGIN { use base 'Exporter'; use vars qw[@EXPORT $VERSION]; $VERSION = '0.08'; @EXPORT = qw[mark_as_loaded mark_as_unloaded is_loaded]; } =hea...
    perldoc.perl.org/Module::Loaded.txt
    Registered: Fri Sep 05 18:42:42 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  3. Encode.txt

    # # $Id: Encode.pm,v 3.21 2024/02/25 22:17:32 dankogai Exp $ # package Encode; use strict; use warnings; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; our $VERSION; BEGIN { $VERSION = sprintf "%...
    perldoc.perl.org/Encode.txt
    Registered: Wed Sep 03 22:15:37 UTC 2025
    - 31.4K bytes
    - Viewed (0)
  4. bigrat.txt

    package bigrat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...
    perldoc.perl.org/bigrat.txt
    Registered: Wed Sep 03 20:28:52 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  5. attributes.txt

    package attributes; our $VERSION = 0.36; @EXPORT_OK = qw(get reftype); @EXPORT = (); %EXPORT_TAGS = (ALL => [@EXPORT, @EXPORT_OK]); use strict; sub croak { require Carp; goto &Carp::croak; } sub ca...
    perldoc.perl.org/attributes.txt
    Registered: Wed Sep 03 21:30:37 UTC 2025
    - 16K bytes
    - Viewed (0)
  6. experimental.txt

    package experimental; $experimental::VERSION = '0.035'; use strict; use warnings; use version (); BEGIN { eval { require feature } }; use Carp qw/croak carp/; my %warnings = map { $_ => 1 } grep { ...
    perldoc.perl.org/experimental.txt
    Registered: Wed Sep 03 21:46:22 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  7. blib.txt

    package blib; =head1 NAME blib - Use MakeMaker's uninstalled version of a package =head1 SYNOPSIS perl -Mblib script [args...] perl -Mblib=dir script [args...] =head1 DESCRIPTION Looks for MakeMake...
    perldoc.perl.org/blib.txt
    Registered: Wed Sep 03 21:17:55 UTC 2025
    - 2K bytes
    - Viewed (0)
  8. ExtUtils::MM_Unix.txt

    package ExtUtils::MM_Unix; require 5.006; use strict; use warnings; use Carp; use ExtUtils::MakeMaker::Config; use File::Basename qw(basename dirname); our %Config_Override; use ExtUtils::MakeMaker...
    perldoc.perl.org/ExtUtils::MM_Unix.txt
    Registered: Thu Sep 04 19:51:52 UTC 2025
    - 113.5K bytes
    - Viewed (0)
  9. Encode::Supported.txt

    =head1 NAME Encode::Supported -- Encodings supported by Encode =head1 DESCRIPTION =head2 Encoding Names Encoding names are case insensitive. White space in names is ignored. In addition, an encodin...
    perldoc.perl.org/Encode::Supported.txt
    Registered: Fri Sep 05 01:29:28 UTC 2025
    - 28.1K bytes
    - Viewed (0)
  10. IO::Compress::RawDeflate.txt

    package IO::Compress::RawDeflate ; # create RFC1951 # use strict ; use warnings; use bytes; use IO::Compress::Base 2.213 ; use IO::Compress::Base::Common 2.213 qw(:Status :Parse); use IO::Compress:...
    perldoc.perl.org/IO::Compress::RawDeflate.txt
    Registered: Thu Sep 04 20:44:26 UTC 2025
    - 28.3K bytes
    - Viewed (0)
Back to top