- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1031 - 1040 of 1,302 for label:perl (0.06 sec)
-
ExtUtils::MM_VOS.txt
package ExtUtils::MM_VOS; 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_VOS - VOS speci...perldoc.perl.org/ExtUtils::MM_VOS.txtRegistered: Sat Nov 16 02:25:01 UTC 2024 - 762 bytes - Viewed (0) -
Math::BigRat.txt
# # "Tax the rat farms." - Lord Vetinari # # The following hash values are used: # sign : "+", "-", "+inf", "-inf", or "NaN" # _d : denominator # _n : numerator (value = _n/_d) # accuracy : accurac...perldoc.perl.org/Math::BigRat.txtRegistered: Sat Nov 16 14:49:58 UTC 2024 - 94.8K bytes - Viewed (0) -
ExtUtils::ParseXS::Utilities.txt
package ExtUtils::ParseXS::Utilities; use strict; use warnings; use Exporter; use File::Spec; use ExtUtils::ParseXS::Constants (); our $VERSION = '3.51'; our (@ISA, @EXPORT_OK); @ISA = qw(Exporter)...perldoc.perl.org/ExtUtils::ParseXS::Utilities.txtRegistered: Sat Nov 16 11:03:48 UTC 2024 - 18K bytes - Viewed (0) -
Math::BigInt::FastCalc.txt
package Math::BigInt::FastCalc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Calc 1.999801; BEGIN { our @ISA = qw< Math::BigInt::Calc >; } our $VERSION = '0....perldoc.perl.org/Math::BigInt::FastCalc.txtRegistered: Sat Nov 16 14:42:20 UTC 2024 - 6.3K bytes - Viewed (0) -
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: Sat Nov 16 13:56:34 UTC 2024 - 3.4K 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: Sat Nov 16 10:30:27 UTC 2024 - 2.6K bytes - Viewed (0) -
ExtUtils::MM_AIX.txt
package ExtUtils::MM_AIX; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 ...perldoc.perl.org/ExtUtils::MM_AIX.txtRegistered: Sat Nov 16 13:36:12 UTC 2024 - 1.5K bytes - Viewed (0) -
ExtUtils::MM_MacOS.txt
package ExtUtils::MM_MacOS; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; sub new { die 'MacOS Classic (MacPerl) is no longer supported by MakeMaker'; } =head1 NAME ExtUtils...perldoc.perl.org/ExtUtils::MM_MacOS.txtRegistered: Sat Nov 16 11:10:22 UTC 2024 - 901 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: Sat Nov 16 12:16:59 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: Sat Nov 16 13:38:56 UTC 2024 - 1K bytes - Viewed (0)