- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 6191 - 6200 of 6,887 for content_length:[0 TO 9999] (0.09 sec)
-
$-.txt
=over =item HANDLE->format_lines_left(EXPR) =item $FORMAT_LINES_LEFT =item $- X<$-> X<$FORMAT_LINES_LEFT> The number of lines left on the page of the currently selected output channel. Mnemonic: li...perldoc.perl.org/variables/$-.txtRegistered: Thu Apr 17 03:57:42 UTC 2025 - 237 bytes - Viewed (0) -
perl5321delta.txt
=encoding utf8 =head1 NAME perl5321delta - what is new for perl v5.32.1 =head1 DESCRIPTION This document describes differences between the 5.32.0 release and the 5.32.1 release. If you are upgradin...perldoc.perl.org/perl5321delta.txtRegistered: Thu Apr 17 12:00:28 UTC 2025 - 6.8K bytes - Viewed (0) -
perlsource.txt
=encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlsource.pod =head1 NAME perlsource - A guide to the Perl source tree =head1 DESCRIPTIO...perldoc.perl.org/perlsource.txtRegistered: Thu Apr 17 08:07:32 UTC 2025 - 7K bytes - Viewed (0) -
$[.txt
=over =item $[ X<$[> This variable stores the index of the first element in an array, and of the first character in a substring. The default is 0, but you could theoretically set it to 1 to make Pe...perldoc.perl.org/variables/$[.txtRegistered: Thu Apr 17 06:33:11 UTC 2025 - 1.1K bytes - Viewed (0) -
${^ENCODING}.txt
=over =item ${^ENCODING} X<${^ENCODING}> This variable is no longer supported. It used to hold the I<object reference> to the C<Encode> object that was used to convert the source code to Unicode. I...perldoc.perl.org/variables/${^ENCODING}.txtRegistered: Thu Apr 17 06:41:49 UTC 2025 - 1.1K bytes - Viewed (0) -
${^UNICODE}.txt
=over =item ${^UNICODE} X<${^UNICODE}> Reflects certain Unicode settings of Perl. See L<perlrun|perlrun/-C [numberE<sol>list]> documentation for the C<-C> switch for more information about the poss...perldoc.perl.org/variables/${^UNICODE}.txtRegistered: Thu Apr 17 06:48:41 UTC 2025 - 331 bytes - Viewed (0) -
CPAN::Version.txt
package CPAN::Version; use strict; use vars qw($VERSION); $VERSION = "5.5003"; # CPAN::Version::vcmp courtesy Jost Krieger sub vcmp { my($self,$l,$r) = @_; local($^W) = 0; CPAN->debug("l[$l] r[$r]"...perldoc.perl.org/CPAN::Version.txtRegistered: Sun Apr 20 06:32:48 UTC 2025 - 4.3K bytes - Viewed (0) -
less.txt
package less; use strict; use warnings; our $VERSION = '0.03'; sub _pack_tags { return join ' ', @_; } sub _unpack_tags { return grep { defined and length } map { split ' ' } grep {defined} @_; } s...perldoc.perl.org/less.txtRegistered: Sun Apr 20 10:27:54 UTC 2025 - 3.1K bytes - Viewed (0) -
vars.txt
package vars; use 5.006; our $VERSION = '1.05'; use warnings::register; use strict qw(vars subs); sub import { my $callpack = caller; my (undef, @imports) = @_; my ($sym, $ch); foreach (@imports) {...perldoc.perl.org/vars.txtRegistered: Sun Apr 20 05:29:41 UTC 2025 - 2.4K bytes - Viewed (0) -
autodie::exception::system.txt
package autodie::exception::system; use 5.008; use strict; use warnings; use parent 'autodie::exception'; use Carp qw(croak); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # AB...perldoc.perl.org/autodie::exception::system.txtRegistered: Sun Apr 20 09:23:21 UTC 2025 - 1.6K bytes - Viewed (0)