- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 63 for label:perl (0.09 sec)
-
CPAN
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.36'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...perldoc.perl.org/5.40.2/CPAN Similar Results (2)Registered: Sat Dec 27 11:30:50 UTC 2025 - 144.4K bytes - Viewed (0) -
CPAN
package CPAN; use vars qw{$Try_autoload $Revision $META $Signal $Cwd $End $Suppress_readline %Dontload $Frontend $Defaultsite }; #}; $VERSION = '1.52'; # $Id: CPAN.pm,v 1.276 2000/01/08 15:29:46 k ...perldoc.perl.org/5.6.0/CPANRegistered: Sat Dec 27 11:31:24 UTC 2025 - 147.2K bytes - Viewed (0) -
CPAN
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '1.9600'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and...perldoc.perl.org/5.14.1/CPAN Similar Results (6)Registered: Sat Dec 27 11:29:10 UTC 2025 - 131.4K bytes - Viewed (0) -
CPAN
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '1.94_56'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over an...perldoc.perl.org/5.12.5/CPAN Similar Results (1)Registered: Sat Dec 27 11:27:45 UTC 2025 - 130.2K bytes - Viewed (0) -
CPAN
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- use strict; package CPAN; $CPAN::VERSION = '1.9205'; $CPAN::VERSION = eval $CPAN::VERSION if $CPAN::VERSION =~ /_/; use CPAN::HandleConfi...perldoc.perl.org/5.10.0/CPANRegistered: Sat Dec 27 11:30:30 UTC 2025 - 432.7K bytes - Viewed (0) -
CPAN
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.18'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...perldoc.perl.org/5.26.0/CPAN Similar Results (1)Registered: Sat Dec 27 11:26:59 UTC 2025 - 138K bytes - Viewed (0) -
Unicode::Collate::CJK::Pinyin.txt
package Unicode::Collate::CJK::Pinyin; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { nex...perldoc.perl.org/Unicode::Collate::CJK::Pinyin.txtRegistered: Sat Jan 10 11:32:42 UTC 2026 - 103.6K bytes - Viewed (0) -
perl5140delta.txt
=encoding utf8 =head1 NAME perl5140delta - what is new for perl v5.14.0 =head1 DESCRIPTION This document describes differences between the 5.12.0 release and the 5.14.0 release. If you are upgradin...perldoc.perl.org/perl5140delta.txtRegistered: Tue Jan 13 17:32:15 UTC 2026 - 140.9K bytes - Viewed (0) -
perl5260delta.txt
=encoding utf8 =head1 NAME perl5260delta - what is new for perl v5.26.0 =head1 DESCRIPTION This document describes the differences between the 5.24.0 release and the 5.26.0 release. =head1 Notice T...perldoc.perl.org/perl5260delta.txtRegistered: Tue Jan 13 18:29:59 UTC 2026 - 97.8K bytes - Viewed (0) -
Math::BigFloat.txt
package Math::BigFloat; # # Mike grinned. 'Two down, infinity to go' - Mike Nostrus in 'Before and After' # # The following hash values are used internally: # # sign : "+", "-", "+inf", "-inf", or ...perldoc.perl.org/Math::BigFloat.txtRegistered: Mon Jan 05 22:38:41 UTC 2026 - 253.6K bytes - Viewed (0)