- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2061 - 2070 of 3,812 for filetype:txt (0.04 sec)
-
ExtUtils::Typemaps.txt
package ExtUtils::Typemaps; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; require ExtUtils::ParseXS; require ExtUtils::ParseXS::Constants; require ExtUtils::Typemaps::InputMap; req...perldoc.perl.org/ExtUtils::Typemaps.txtRegistered: Mon Apr 21 01:44:29 UTC 2025 - 26.3K bytes - Viewed (0) -
File::Basename.txt
=head1 NAME File::Basename - Parse file paths into directory, filename and suffix. =head1 SYNOPSIS use File::Basename; my ($name, $path, $suffix) = fileparse($fullname, @suffixlist); my $name = fil...perldoc.perl.org/File::Basename.txtRegistered: Mon Apr 21 01:51:21 UTC 2025 - 10.9K 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 Apr 21 01:15:29 UTC 2025 - 5.4K bytes - Viewed (0) -
ExtUtils::ParseXS.txt
=head1 NAME ExtUtils::ParseXS - converts Perl XS code into C code =head1 SYNOPSIS use ExtUtils::ParseXS; my $pxs = ExtUtils::ParseXS->new; $pxs->process_file( filename => 'foo.xs' ); $pxs->process_...perldoc.perl.org/ExtUtils::ParseXS.txtRegistered: Sun Apr 20 23:53:51 UTC 2025 - 4.8K 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 Apr 21 00:17:32 UTC 2025 - 3.2K bytes - Viewed (0) -
IO.txt
# package IO; use XSLoader (); use Carp; use strict; use warnings; our $VERSION = "1.55"; XSLoader::load 'IO', $VERSION; sub import { shift; warnings::warnif('deprecated', qq{Parameterless "use IO"...perldoc.perl.org/IO.txtRegistered: Mon Apr 21 01:59:22 UTC 2025 - 1.4K 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 Apr 21 03:41:51 UTC 2025 - 1.1K bytes - Viewed (0) -
ExtUtils::testlib.txt
package ExtUtils::testlib; use strict; use warnings; our $VERSION = '7.70'; $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: Mon Apr 21 04:05:15 UTC 2025 - 911 bytes - Viewed (0) -
perl5380delta.txt
=encoding utf8 =head1 NAME perl5380delta - what is new for perl v5.38.0 =head1 DESCRIPTION This document describes differences between the 5.36.0 release and the 5.38.0 release. =head1 Core Enhance...perldoc.perl.org/perl5380delta.txtRegistered: Thu Apr 17 10:18:39 UTC 2025 - 67.3K bytes - Viewed (0) -
perlfaq5.txt
=head1 NAME perlfaq5 - Files and Formats =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section deals with I/O and the "f" issues: filehandles, flushing, formats, and footers. =head2 How...perldoc.perl.org/perlfaq5.txtRegistered: Thu Apr 17 09:31:25 UTC 2025 - 54.9K bytes - Viewed (0)