- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3271 - 3280 of 3,417 for filetype:txt (0.05 sec)
-
perl5200delta.txt
=encoding utf8 =head1 NAME perl5200delta - what is new for perl v5.20.0 =head1 DESCRIPTION This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgradin...perldoc.perl.org/perl5200delta.txtRegistered: Thu Feb 13 17:24:01 UTC 2025 - 112.8K bytes - Viewed (0) -
perl581delta.txt
=head1 NAME perl581delta - what is new for perl v5.8.1 =head1 DESCRIPTION This document describes differences between the 5.8.0 release and the 5.8.1 release. If you are upgrading from an earlier r...perldoc.perl.org/perl581delta.txtRegistered: Thu Feb 13 17:35:41 UTC 2025 - 37.2K bytes - Viewed (0) -
perlhaiku.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...perldoc.perl.org/perlhaiku.txtRegistered: Thu Feb 13 14:17:25 UTC 2025 - 1.5K bytes - Viewed (0) -
perlartistic.txt
=head1 NAME perlartistic - the Perl Artistic License =head1 SYNOPSIS You can refer to this document in Pod via "L<perlartistic>" Or you can see this document by entering "perldoc perlartistic" =hea...perldoc.perl.org/perlartistic.txtRegistered: Thu Feb 13 23:35:15 UTC 2025 - 6.8K bytes - Viewed (0) -
perl5224delta.txt
=encoding utf8 =head1 NAME perl5224delta - what is new for perl v5.22.4 =head1 DESCRIPTION This document describes differences between the 5.22.3 release and the 5.22.4 release. If you are upgradin...perldoc.perl.org/perl5224delta.txtRegistered: Thu Feb 13 23:23:14 UTC 2025 - 4.3K bytes - Viewed (0) -
App::Cpan.txt
package App::Cpan; use strict; use warnings; use vars qw($VERSION); use if $] < 5.008 => 'IO::Scalar'; $VERSION = '1.678'; =head1 NAME App::Cpan - easily interact with CPAN from the command line =h...perldoc.perl.org/App::Cpan.txtRegistered: Fri Feb 14 06:26:53 UTC 2025 - 39.7K bytes - Viewed (0) -
Compress::Raw::Zlib.txt
package Compress::Raw::Zlib; require 5.006 ; require Exporter; use Carp ; use strict ; use warnings ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DE...perldoc.perl.org/Compress::Raw::Zlib.txtRegistered: Fri Feb 14 09:01:39 UTC 2025 - 47.9K bytes - Viewed (0) -
Test2::Tools::Refcount.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, 2008-2023 -- leonerd@leonerd.org.uk packa...perldoc.perl.org/Test2::Tools::Refcount.txtRegistered: Fri Feb 14 07:35:43 UTC 2025 - 8.6K bytes - Viewed (0) -
open.txt
package open; use warnings; our $VERSION = '1.13'; require 5.008001; # for PerlIO::get_layers() my $locale_encoding; sub _get_encname { return ($1, Encode::resolve_alias($1)) if $_[0] =~ /^:?encodi...perldoc.perl.org/open.txtRegistered: Fri Feb 14 06:39:02 UTC 2025 - 8.3K bytes - Viewed (0) -
App::Prove::State.txt
package App::Prove::State; use strict; use warnings; use File::Find; use File::Spec; use Carp; use App::Prove::State::Result; use TAP::Parser::YAMLish::Reader (); use TAP::Parser::YAMLish::Writer (...perldoc.perl.org/App::Prove::State.txtRegistered: Fri Feb 14 08:46:26 UTC 2025 - 11.4K bytes - Viewed (0)