- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 32 for label:perl (0.03 sec)
-
CPAN.txt
# -*- 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/CPAN.txtRegistered: Sat Mar 22 13:46:27 UTC 2025 - 144.4K 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: Tue Mar 25 05:05:01 UTC 2025 - 103.6K 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 Apr 01 03:34:34 UTC 2025 - 97.8K bytes - Viewed (0) -
perlop.txt
=encoding utf8 =head1 NAME X<operator> perlop - Perl expressions: operators, precedence, string literals =head1 DESCRIPTION In Perl, the operator determines what operation is performed, independent...perldoc.perl.org/perlop.txtRegistered: Mon Mar 31 11:14:16 UTC 2025 - 173.2K 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: Mon Mar 31 19:31:36 UTC 2025 - 140.9K bytes - Viewed (0) -
perldiag.txt
=head1 NAME perldiag - various Perl diagnostics =head1 DESCRIPTION These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation ...perldoc.perl.org/perldiag.txtRegistered: Tue Apr 01 02:19:59 UTC 2025 - 309.2K 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: Thu Apr 03 20:12:00 UTC 2025 - 224K bytes - Viewed (0) -
zipdetails.txt
#!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl # zipdetails #...perldoc.perl.org/zipdetails.txtRegistered: Thu Mar 27 08:39:17 UTC 2025 - 231.1K bytes - Viewed (0) -
File::Temp.txt
package File::Temp; # git description: v0.2310-3-gc7148fe # ABSTRACT: return name and handle of a temporary file safely our $VERSION = '0.2311'; #pod =begin :__INTERNALS #pod #pod =head1 PORTABILIT...perldoc.perl.org/File::Temp.txtRegistered: Sat Mar 22 23:41:16 UTC 2025 - 116.1K bytes - Viewed (0) -
ExtUtils::MakeMaker.txt
# $Id$ package ExtUtils::MakeMaker; use strict; use warnings; BEGIN {require 5.006;} require Exporter; use ExtUtils::MakeMaker::Config; use ExtUtils::MakeMaker::version; # ensure we always have our...perldoc.perl.org/ExtUtils::MakeMaker.txtRegistered: Sun Mar 23 02:03:11 UTC 2025 - 106.7K bytes - Viewed (0)