- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1861 - 1870 of 3,197 for filetype:txt (0.05 sec)
-
ExtUtils::Constant::Utils.txt
package ExtUtils::Constant::Utils; use strict; use vars qw($VERSION @EXPORT_OK @ISA); use Carp; @ISA = 'Exporter'; @EXPORT_OK = qw(C_stringify perl_stringify); $VERSION = '0.04'; use constant is_pe...perldoc.perl.org/ExtUtils::Constant::Utils.txtRegistered: Fri Nov 29 13:51:30 UTC 2024 - 3.4K bytes - Viewed (0) -
ExtUtils::MM_UWIN.txt
package ExtUtils::MM_UWIN; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_UWIN - U/WIN s...perldoc.perl.org/ExtUtils::MM_UWIN.txtRegistered: Fri Nov 29 14:18:48 UTC 2024 - 994 bytes - Viewed (0) -
ExtUtils::MM_BeOS.txt
package ExtUtils::MM_BeOS; use strict; use warnings; =head1 NAME ExtUtils::MM_BeOS - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_BeOS; # Done internal...perldoc.perl.org/ExtUtils::MM_BeOS.txtRegistered: Fri Nov 29 15:23:30 UTC 2024 - 1K bytes - Viewed (0) -
ExtUtils::MM_Cygwin.txt
package ExtUtils::MM_Cygwin; use strict; use warnings; use ExtUtils::MakeMaker::Config; use File::Spec; require ExtUtils::MM_Unix; require ExtUtils::MM_Win32; our @ISA = qw( ExtUtils::MM_Unix ); ou...perldoc.perl.org/ExtUtils::MM_Cygwin.txtRegistered: Fri Nov 29 15:29:31 UTC 2024 - 4K bytes - Viewed (0) -
ExtUtils::MM_NW5.txt
package ExtUtils::MM_NW5; =head1 NAME ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_NW5; # Done internally by ExtUtils::MakeMaker if ...perldoc.perl.org/ExtUtils::MM_NW5.txtRegistered: Fri Nov 29 15:33:43 UTC 2024 - 5.4K bytes - Viewed (0) -
Encode::Byte.txt
package Encode::Byte; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE_...perldoc.perl.org/Encode::Byte.txtRegistered: Fri Nov 29 15:49:14 UTC 2024 - 2.4K bytes - Viewed (0) -
ExtUtils::ParseXS::Eval.txt
package ExtUtils::ParseXS::Eval; use strict; use warnings; our $VERSION = '3.51'; =head1 NAME ExtUtils::ParseXS::Eval - Clean package to evaluate code in =head1 SYNOPSIS use ExtUtils::ParseXS::Eval...perldoc.perl.org/ExtUtils::ParseXS::Eval.txtRegistered: Fri Nov 29 16:02:38 UTC 2024 - 2.3K bytes - Viewed (0) -
Encode::CN.txt
package Encode::CN; BEGIN { if ( ord("A") == 193 ) { die "Encode::CN not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...perldoc.perl.org/Encode::CN.txtRegistered: Fri Nov 29 16:39:34 UTC 2024 - 2K bytes - Viewed (0) -
ExtUtils::MM_Any.txt
package ExtUtils::MM_Any; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Carp; use File::Spec; use File::Basename; BEGIN { our @ISA = qw(File::Spec); } # We need $Verbose...perldoc.perl.org/ExtUtils::MM_Any.txtRegistered: Fri Nov 29 17:17:11 UTC 2024 - 80.9K bytes - Viewed (0) -
Encode::JP.txt
package Encode::JP; BEGIN { if ( ord("A") == 193 ) { die "Encode::JP not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ...perldoc.perl.org/Encode::JP.txtRegistered: Fri Nov 29 18:05:30 UTC 2024 - 2.6K bytes - Viewed (0)