- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1191 - 1200 of 6,887 for content_length:[0 TO 9999] (0.09 sec)
-
ExtUtils::Mkbootstrap.txt
package ExtUtils::Mkbootstrap; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require Exporter; our @ISA = ('Exporter'); our @EXPORT = ('&Mkbootstrap'); use Config; our $Verb...perldoc.perl.org/ExtUtils::Mkbootstrap.txtRegistered: Mon Apr 21 00:17:32 UTC 2025 - 3.2K bytes - Viewed (0) -
IO.txt
# package IO; use XSLoader (); use Carp; use strict; use warnings; our $VERSION = "1.55"; XSLoader::load 'IO', $VERSION; sub import { shift; warnings::warnif('deprecated', qq{Parameterless "use IO"...perldoc.perl.org/IO.txtRegistered: Mon Apr 21 01:59:22 UTC 2025 - 1.4K bytes - Viewed (0) -
ExtUtils::ParseXS::Constants.txt
package ExtUtils::ParseXS::Constants; use strict; use warnings; use Symbol; our $VERSION = '3.51'; =head1 NAME ExtUtils::ParseXS::Constants - Initialization values for some globals =head1 SYNOPSIS ...perldoc.perl.org/ExtUtils::ParseXS::Constants.txtRegistered: Mon Apr 21 03:41:51 UTC 2025 - 1.1K bytes - Viewed (0) -
ExtUtils::testlib.txt
package ExtUtils::testlib; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Cwd; use File::Spec; # So the tests can chdir around and not break @INC. # We use getcwd() becau...perldoc.perl.org/ExtUtils::testlib.txtRegistered: Mon Apr 21 04:05:15 UTC 2025 - 911 bytes - Viewed (0) -
perl5223delta.txt
=encoding utf8 =head1 NAME perl5223delta - what is new for perl v5.22.3 =head1 DESCRIPTION This document describes differences between the 5.22.2 release and the 5.22.3 release. If you are upgradin...perldoc.perl.org/perl5223delta.txtRegistered: Thu Apr 17 13:37:29 UTC 2025 - 8.2K bytes - Viewed (0) -
perldbmfilter.txt
=head1 NAME perldbmfilter - Perl DBM Filters =head1 SYNOPSIS $db = tie %hash, 'DBM', ... $old_filter = $db->filter_store_key ( sub { ... } ); $old_filter = $db->filter_store_value( sub { ... } ); $...perldoc.perl.org/perldbmfilter.txtRegistered: Thu Apr 17 12:36:01 UTC 2025 - 4.8K bytes - Viewed (0) -
eval.txt
=over =item eval EXPR X<eval> X<try> X<catch> X<evaluate> X<parse> X<execute> X<error, handling> X<exception, handling> =item eval BLOCK =item eval C<eval> in all its forms is used to execute a lit...perldoc.perl.org/functions/eval.txtRegistered: Fri Apr 18 09:53:50 UTC 2025 - 9.4K bytes - Viewed (0) -
readline.txt
=over =item readline EXPR =item readline X<readline> X<gets> X<fgets> Reads from the filehandle whose typeglob is contained in EXPR (or from C<*ARGV> if EXPR is not provided). In scalar context, ea...perldoc.perl.org/functions/readline.txtRegistered: Fri Apr 18 11:45:21 UTC 2025 - 2.5K bytes - Viewed (0) -
sysseek.txt
=over =item sysseek FILEHANDLE,POSITION,WHENCE X<sysseek> X<lseek> Sets FILEHANDLE's system position I<in bytes> using L<lseek(2)>. FILEHANDLE may be an expression whose value gives the name of the...perldoc.perl.org/functions/sysseek.txtRegistered: Fri Apr 18 11:31:30 UTC 2025 - 1.9K bytes - Viewed (0) -
hex.txt
=over =item hex EXPR X<hex> X<hexadecimal> =item hex Interprets EXPR as a hex string and returns the corresponding numeric value. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. print hex '0xAf'; # p...perldoc.perl.org/functions/hex.txtRegistered: Fri Apr 18 12:48:54 UTC 2025 - 938 bytes - Viewed (0)