- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 311 - 320 of 1,302 for label:perl (0.03 sec)
-
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) -
flock.txt
=over =item flock FILEHANDLE,OPERATION X<flock> X<lock> X<locking> Calls L<flock(2)>, or an emulation of it, on FILEHANDLE. Returns true for success, false on failure. Produces a fatal error if use...perldoc.perl.org/functions/flock.txtRegistered: Wed Nov 20 20:21:27 UTC 2024 - 3.9K bytes - Viewed (0) -
map.txt
=over =item map BLOCK LIST X<map> =item map EXPR,LIST Evaluates the BLOCK or EXPR for each element of LIST (locally setting L<C<$_>|perlvar/$_> to each element) and composes a list of the results o...perldoc.perl.org/functions/map.txtRegistered: Wed Nov 20 21:08:58 UTC 2024 - 3K bytes - Viewed (0) -
fc.txt
=over =item fc EXPR X<fc> X<foldcase> X<casefold> X<fold-case> X<case-fold> =item fc Returns the casefolded version of EXPR. This is the internal function implementing the C<\F> escape in double-qu...perldoc.perl.org/functions/fc.txtRegistered: Wed Nov 20 18:14:28 UTC 2024 - 2.6K bytes - Viewed (0) -
chroot.txt
=over =item chroot FILENAME X<chroot> X<root> =item chroot This function works like the system call by the same name: it makes the named directory the new root directory for all further pathnames t...perldoc.perl.org/functions/chroot.txtRegistered: Wed Nov 20 21:43:30 UTC 2024 - 760 bytes - Viewed (0) -
perlbot.txt
=encoding utf8 =head1 NAME perlbot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlob...perldoc.perl.org/perlbot.txtRegistered: Wed Nov 20 10:52:47 UTC 2024 - 304 bytes - Viewed (0) -
exp.txt
=over =item exp EXPR X<exp> X<exponential> X<antilog> X<antilogarithm> X<e> =item exp Returns I<e> (the natural logarithm base) to the power of EXPR. If EXPR is omitted, gives C<exp($_)>. =back 197perldoc.perl.org/functions/exp.txtRegistered: Wed Nov 20 19:42:16 UTC 2024 - 197 bytes - Viewed (0) -
quotemeta.txt
=over =item quotemeta EXPR X<quotemeta> X<metacharacter> =item quotemeta Returns the value of EXPR with all the ASCII non-"word" characters backslashed. (That is, all ASCII characters not matching ...perldoc.perl.org/functions/quotemeta.txtRegistered: Wed Nov 20 22:39:28 UTC 2024 - 4.8K bytes - Viewed (0)