- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 7691 - 7700 of about 10,000 for content_length:[10000 TO 99999] (0.51 sec)
-
perlfaq8.txt
=head1 NAME perlfaq8 - System Interaction =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the Perl FAQ covers questions involving operating system interaction. Topics include i...perldoc.perl.org/perlfaq8.txtRegistered: Mon May 19 13:38:15 UTC 2025 - 48.8K bytes - Viewed (0) -
perlreguts.txt
=head1 NAME perlreguts - Description of the Perl regular expression engine. =head1 DESCRIPTION This document is an attempt to shine some light on the guts of the regex engine and how it works. The ...perldoc.perl.org/perlreguts.txtRegistered: Mon May 19 14:33:09 UTC 2025 - 42.4K bytes - Viewed (0) -
perldebug.txt
=head1 NAME X<debug> X<debugger> perldebug - Perl debugging =head1 DESCRIPTION First of all, have you tried using L<C<use strict;>|strict> and L<C<use warnings;>|warnings>? If you're new to the Per...perldoc.perl.org/perldebug.txt Similar Results (1)Registered: Tue May 20 00:41:46 UTC 2025 - 38.9K bytes - Viewed (0) -
perlobj.txt
=encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlobj.pod =head1 NAME X<object> X<OOP> perlobj - Perl object reference =head1 DESCRIPTI...perldoc.perl.org/perlobj.txtRegistered: Tue May 20 04:29:49 UTC 2025 - 35.3K bytes - Viewed (0) -
perldebtut.txt
=head1 NAME perldebtut - Perl debugging tutorial =head1 DESCRIPTION A (very) lightweight introduction in the use of the perl debugger, and a pointer to existing, deeper sources of information on th...perldoc.perl.org/perldebtut.txtRegistered: Tue May 20 01:43:33 UTC 2025 - 21.6K bytes - Viewed (0) -
I18N::LangTags::List.txt
require 5; package I18N::LangTags::List; # Time-stamp: "2004-10-06 23:26:21 ADT" use strict; our (%Name, %Is_Disrec, $Debug); our $VERSION = '0.41'; # POD at the end. #--------- { # read the table ...perldoc.perl.org/I18N::LangTags::List.txtRegistered: Thu May 22 17:02:38 UTC 2025 - 28.1K bytes - Viewed (0) -
IO::Uncompress::RawInflate.txt
package IO::Uncompress::RawInflate ; # for RFC1951 use strict ; use warnings; use bytes; use Compress::Raw::Zlib 2.212 ; use IO::Compress::Base::Common 2.212 qw(:Status ); use IO::Uncompress::Base ...perldoc.perl.org/IO::Uncompress::RawInflate.txtRegistered: Thu May 22 15:42:55 UTC 2025 - 31.7K bytes - Viewed (0) -
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.22'; our @EXPORT = q...perldoc.perl.org/IPC::Open3.txtRegistered: Thu May 22 16:54:54 UTC 2025 - 13.1K bytes - Viewed (0) -
ExtUtils::Constant.txt
package ExtUtils::Constant; use vars qw (@ISA $VERSION @EXPORT_OK %EXPORT_TAGS); $VERSION = '0.25'; =head1 NAME ExtUtils::Constant - generate XS code to import C header constants =head1 SYNOPSIS us...perldoc.perl.org/ExtUtils::Constant.txtRegistered: Thu May 22 13:39:24 UTC 2025 - 14.7K bytes - Viewed (0) -
IO::Socket::INET.txt
# IO::Socket::INET.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms a...perldoc.perl.org/IO::Socket::INET.txtRegistered: Thu May 22 19:05:20 UTC 2025 - 12.5K bytes - Viewed (0)