- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 401 - 410 of 2,615 for host:perldoc.perl.org (0.1 sec)
-
perlinterp.txt
=encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlinterp.pod =head1 NAME perlinterp - An overview of the Perl interpreter =head1 DESCRI...perldoc.perl.org/perlinterp.txtRegistered: Tue Nov 19 22:15:53 UTC 2024 - 36.5K bytes - Viewed (0) -
perlbs2000.txt
# vim: syntax=pod This document is written in pod format hence there are punctuation characters in odd places. Do not worry, you've apparently got the ASCII->EBCDIC translation worked out correctly...perldoc.perl.org/perlbs2000.txtRegistered: Wed Nov 20 00:32:19 UTC 2024 - 7.8K bytes - Viewed (0) -
perl5321delta.txt
=encoding utf8 =head1 NAME perl5321delta - what is new for perl v5.32.1 =head1 DESCRIPTION This document describes differences between the 5.32.0 release and the 5.32.1 release. If you are upgradin...perldoc.perl.org/perl5321delta.txtRegistered: Wed Nov 20 04:03:48 UTC 2024 - 6.8K bytes - Viewed (0) -
perl5283delta.txt
=encoding utf8 =head1 NAME perl5283delta - what is new for perl v5.28.3 =head1 DESCRIPTION This document describes differences between the 5.28.2 release and the 5.28.3 release. If you are upgradin...perldoc.perl.org/perl5283delta.txtRegistered: Wed Nov 20 01:19:57 UTC 2024 - 5K bytes - Viewed (0) -
perl5303delta.txt
=encoding utf8 =head1 NAME perl5303delta - what is new for perl v5.30.3 =head1 DESCRIPTION This document describes differences between the 5.30.2 release and the 5.30.3 release. If you are upgradin...perldoc.perl.org/perl5303delta.txtRegistered: Wed Nov 20 03:13:38 UTC 2024 - 4.9K bytes - Viewed (0) -
perl5341delta.txt
=encoding utf8 =head1 NAME perl5341delta - what is new for perl v5.34.1 =head1 DESCRIPTION This document describes differences between the 5.34.0 release and the 5.34.1 release. If you are upgradin...perldoc.perl.org/perl5341delta.txtRegistered: Tue Nov 19 22:55:30 UTC 2024 - 4.1K bytes - Viewed (0) -
perluniprops.txt
=begin comment # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 15.0.0. Any changes made here will be lost! To c...perldoc.perl.org/perluniprops.txt Similar Results (1)Registered: Tue Nov 19 12:58:00 UTC 2024 - 443.7K bytes - Viewed (0) -
Unicode::Collate::CJK::Zhuyin.txt
package Unicode::Collate::CJK::Zhuyin; 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::Zhuyin.txtRegistered: Mon Nov 18 23:29:16 UTC 2024 - 110K bytes - Viewed (0) -
-X.txt
=over =item -X FILEHANDLE X<-r>X<-w>X<-x>X<-o>X<-R>X<-W>X<-X>X<-O>X<-e>X<-z>X<-s>X<-f>X<-d>X<-l>X<-p> X<-S>X<-b>X<-c>X<-t>X<-u>X<-g>X<-k>X<-T>X<-B>X<-M>X<-A>X<-C> =item -X EXPR =item -X DIRHANDLE =...perldoc.perl.org/functions/-X.txtRegistered: Wed Nov 20 20:02:24 UTC 2024 - 7.1K bytes - Viewed (0) -
vec.txt
=over =item vec EXPR,OFFSET,BITS X<vec> X<bit> X<bit vector> Treats the string in EXPR as a bit vector made up of elements of width BITS and returns the value of the element specified by OFFSET as ...perldoc.perl.org/functions/vec.txtRegistered: Wed Nov 20 22:10:18 UTC 2024 - 13.1K bytes - Viewed (0)