- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3711 - 3720 of 6,887 for content_length:[0 TO 9999] (0.09 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: Mon Apr 21 15:17:47 UTC 2025 - 3.9K bytes - Viewed (0) -
NDBM_File.txt
package NDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.17"; XSLoader::load(); 1; __END__ =head1 NAME NDBM_File - Tied access t...perldoc.perl.org/NDBM_File.txtRegistered: Mon Apr 21 16:01:57 UTC 2025 - 3K bytes - Viewed (0) -
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.txtRegistered: Mon Apr 21 17:36:18 UTC 2025 - 2.2K bytes - Viewed (0) -
Memoize::NDBM_File.txt
use strict; use warnings; package Memoize::NDBM_File; our $VERSION = '1.16'; 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.txtRegistered: Mon Apr 21 20:00:02 UTC 2025 - 926 bytes - Viewed (0) -
PerlIO::scalar.txt
package PerlIO::scalar; our $VERSION = '0.32'; 1; __END__ =head1 NAME PerlIO::scalar - in-memory IO, scalar IO =head1 SYNOPSIS my $scalar = ''; ... open my $fh, "<", \$scalar or die; open my $fh, "...perldoc.perl.org/PerlIO::scalar.txtRegistered: Mon Apr 21 17:20:19 UTC 2025 - 945 bytes - Viewed (0) -
perlutil.txt
=head1 NAME perlutil - utilities packaged with the Perl distribution =head1 DESCRIPTION Along with the Perl interpreter itself, the Perl distribution installs a range of utilities on your system. T...perldoc.perl.org/perlutil.txtRegistered: Wed Apr 16 10:50:40 UTC 2025 - 7.2K bytes - Viewed (0) -
perlunitut.txt
=head1 NAME perlunitut - Perl Unicode Tutorial =head1 DESCRIPTION The days of just flinging strings around are over. It's well established that modern programs need to be capable of communicating f...perldoc.perl.org/perlunitut.txtRegistered: Thu Apr 17 11:13:36 UTC 2025 - 7.8K bytes - Viewed (0) -
perl5161delta.txt
=encoding utf8 =head1 NAME perl5161delta - what is new for perl v5.16.1 =head1 DESCRIPTION This document describes differences between the 5.16.0 release and the 5.16.1 release. If you are upgradin...perldoc.perl.org/perl5161delta.txtRegistered: Thu Apr 17 15:17:17 UTC 2025 - 6K bytes - Viewed (0) -
perl5383delta.txt
=encoding utf8 =head1 NAME perl5383delta - what is new for perl v5.38.3 =head1 DESCRIPTION This document describes differences between the 5.38.2 release and the 5.38.3 release. If you are upgradin...perldoc.perl.org/perl5383delta.txtRegistered: Thu Apr 17 14:43:20 UTC 2025 - 6.1K bytes - Viewed (0) -
ExtUtils::CBuilder::Platform::Windows.txt
package ExtUtils::CBuilder::Platform::Windows; use strict; use warnings; use File::Basename; use File::Spec; use ExtUtils::CBuilder::Base; use IO::File; our $VERSION = '0.280240'; # VERSION our @IS...perldoc.perl.org/ExtUtils::CBuilder::Platform::Windows.txtRegistered: Mon Apr 21 02:06:36 UTC 2025 - 9.3K bytes - Viewed (0)