- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 631 - 640 of 3,812 for filetype:txt (0.05 sec)
-
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) -
IO::Socket::IP.txt
# You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2023 -- leonerd@leonerd.org.uk packa...perldoc.perl.org/IO::Socket::IP.txtRegistered: Sun Apr 20 08:45:40 UTC 2025 - 39.9K bytes - Viewed (0) -
autodie::exception.txt
package autodie::exception; use 5.008; use strict; use warnings; use Carp qw(croak); use Scalar::Util qw(blessed); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Exc...perldoc.perl.org/autodie::exception.txtRegistered: Sun Apr 20 04:07:18 UTC 2025 - 21.8K bytes - Viewed (0) -
constant.txt
package constant; use 5.008; use strict; use warnings::register; our $VERSION = '1.33'; our %declared; #========= # Some names are evil choices. my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK EN...perldoc.perl.org/constant.txtRegistered: Sun Apr 20 06:37:18 UTC 2025 - 14.4K bytes - Viewed (0) -
DBM_Filter.txt
package DBM_Filter ; use strict; use warnings; our $VERSION = '0.06'; package Tie::Hash ; use strict; use warnings; use Carp; our %LayerStack = (); our %origDESTROY = (); our %Filters = map { $_, u...perldoc.perl.org/DBM_Filter.txtRegistered: Sun Apr 20 08:59:51 UTC 2025 - 14K 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)