- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 161 - 170 of 6,183 for content_length:[0 TO 9999] (0.05 sec)
-
ExtUtils::MakeMaker::Tutorial.txt
package ExtUtils::MakeMaker::Tutorial; our $VERSION = '7.76'; $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: Sat Sep 13 12:20:31 UTC 2025 - 5.4K bytes - Viewed (0) -
ExtUtils::ParseXS::Constants.txt
package ExtUtils::ParseXS::Constants; use strict; use warnings; use Symbol; our $VERSION = '3.57'; =head1 NAME ExtUtils::ParseXS::Constants - Initialization values for some globals =head1 SYNOPSIS ...perldoc.perl.org/ExtUtils::ParseXS::Constants.txtRegistered: Sat Sep 13 11:28:37 UTC 2025 - 1.6K 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: Sat Sep 13 13:34:58 UTC 2025 - 1.9K bytes - Viewed (0) -
ExtUtils::testlib.txt
package ExtUtils::testlib; use strict; use warnings; our $VERSION = '7.76'; $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: Sat Sep 13 12:51:23 UTC 2025 - 911 bytes - Viewed (0) -
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: Sat Sep 13 13:12:35 UTC 2025 - 967 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: Sat Sep 13 10:36:03 UTC 2025 - 854 bytes - Viewed (0) -
ExtUtils::MY.txt
package ExtUtils::MY; use strict; require ExtUtils::MM; our $VERSION = '7.76'; $VERSION =~ tr/_//d; our @ISA = qw(ExtUtils::MM); { package MY; our @ISA = qw(ExtUtils::MY); } sub DESTROY {} =head1 N...perldoc.perl.org/ExtUtils::MY.txtRegistered: Sat Sep 13 10:14:40 UTC 2025 - 678 bytes - Viewed (0) -
MultiRootFileSet Type
MultiRootFileSet Since Ant 1.9.4 A MultiRootFileSet is a group of files or directories. These files or directories ca...ant.apache.org/manual/Types/multirootfileset.htmlRegistered: Mon Sep 15 01:12:40 UTC 2025 - Last Modified: Tue Oct 19 07:20:25 UTC 2021 - 5.6K bytes - Viewed (0) -
Apache Ant User Manual
Description Description Allows for a description of the project to be specified that will be included in the output o...ant.apache.org/manual/Types/description.htmlRegistered: Mon Sep 15 01:14:36 UTC 2025 - Last Modified: Tue Oct 19 07:20:25 UTC 2021 - 1.4K bytes - Viewed (0) -
Properties controlling javac
The source and target attributes of <javac> don't have any default values for historical reasons. Since the underlyin...ant.apache.org/manual/javacprops.htmlRegistered: Mon Sep 15 01:12:59 UTC 2025 - Last Modified: Tue Oct 19 07:20:25 UTC 2021 - 1.9K bytes - Viewed (0)