- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1151 - 1160 of 6,570 for content_length:[0 TO 9999] (0.07 sec)
-
DBM_Filter::null.txt
package DBM_Filter::null ; use strict; use warnings; our $VERSION = '0.03'; sub Store { no warnings 'uninitialized'; $_ .= "\x00" ; } sub Fetch { no warnings 'uninitialized'; s/\x00$// ; } 1; __END...perldoc.perl.org/DBM_Filter::null.txtRegistered: Sun Feb 23 22:25:43 UTC 2025 - 967 bytes - Viewed (0) -
ExtUtils::MakeMaker::Tutorial.txt
package ExtUtils::MakeMaker::Tutorial; our $VERSION = '7.70'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MakeMaker::Tutorial - Writing a module with MakeMaker =head1 SYNOPSIS use ExtUtils::MakeMake...perldoc.perl.org/ExtUtils::MakeMaker::Tutorial.txtRegistered: Mon Feb 24 03:07:32 UTC 2025 - 5.4K bytes - Viewed (0) -
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 Feb 24 00:53:24 UTC 2025 - 3.2K bytes - Viewed (0) -
Encode::KR::2022_KR.txt
package Encode::KR::2022_KR; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); use parent qw(Enco...perldoc.perl.org/Encode::KR::2022_KR.txtRegistered: Mon Feb 24 01:22:24 UTC 2025 - 1.9K 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 Feb 24 04:50:26 UTC 2025 - 1.1K bytes - Viewed (0) -
DBM_Filter::compress.txt
package DBM_Filter::compress ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Compress::Zlib; Compress::Zlib->import() }; croak "Compress::Zlib module not found.\...perldoc.perl.org/DBM_Filter::compress.txtRegistered: Mon Feb 24 00:19:01 UTC 2025 - 854 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: Sat Feb 22 11:22:28 UTC 2025 - 8.2K bytes - Viewed (0) -
perl5241delta.txt
=encoding utf8 =head1 NAME perl5241delta - what is new for perl v5.24.1 =head1 DESCRIPTION This document describes differences between the 5.24.0 release and the 5.24.1 release. If you are upgradin...perldoc.perl.org/perl5241delta.txtRegistered: Sat Feb 22 09:56:12 UTC 2025 - 8K bytes - Viewed (0) -
perlrepository.txt
=encoding utf8 =head1 NAME perlrepository - Links to current information on the Perl source repository =head1 DESCRIPTION Perl's source code is stored in a Git repository. See L<perlhack> for an ex...perldoc.perl.org/perlrepository.txtRegistered: Sat Feb 22 11:08:42 UTC 2025 - 509 bytes - Viewed (0) -
perltodo.txt
=head1 NAME perltodo - Link to the Perl to-do list =head1 DESCRIPTION The Perl 5 to-do list is maintained in the git repository, and can be viewed at L<https://github.com/Perl/perl5/blob/blead/Port...perldoc.perl.org/perltodo.txtRegistered: Sat Feb 22 08:44:15 UTC 2025 - 372 bytes - Viewed (0)