- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2281 - 2290 of 3,449 for filetype:txt (0.06 sec)
-
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.txtRegistered: Fri Sep 05 21:33:46 UTC 2025 - 3.9K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 18:42:42 UTC 2025 - 3.3K bytes - Viewed (0) -
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.txtRegistered: Wed Sep 03 22:15:37 UTC 2025 - 31.4K bytes - Viewed (0) -
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.txtRegistered: Wed Sep 03 20:28:52 UTC 2025 - 20.6K bytes - Viewed (0) -
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.txtRegistered: Wed Sep 03 21:30:37 UTC 2025 - 16K bytes - Viewed (0) -
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.txtRegistered: Wed Sep 03 21:46:22 UTC 2025 - 8.9K bytes - Viewed (0) -
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.txtRegistered: Wed Sep 03 21:17:55 UTC 2025 - 2K bytes - Viewed (0) -
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.txtRegistered: Thu Sep 04 19:51:52 UTC 2025 - 113.5K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 01:29:28 UTC 2025 - 28.1K bytes - Viewed (0) -
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.txtRegistered: Thu Sep 04 20:44:26 UTC 2025 - 28.3K bytes - Viewed (0)