- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 191 - 200 of 1,302 for label:perl (0.06 sec)
-
Memoize::AnyDBM_File.txt
use strict; use warnings; package Memoize::AnyDBM_File; our $VERSION = '1.16'; our @ISA = qw(DB_File GDBM_File Memoize::NDBM_File SDBM_File ODBM_File) unless @ISA; for my $mod (@ISA) { if (eval "re...perldoc.perl.org/Memoize::AnyDBM_File.txtRegistered: Sat Nov 16 23:33:02 UTC 2024 - 886 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: Mon Nov 18 23:25:23 UTC 2024 - 103.6K bytes - Viewed (0) -
perlsynology.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. Bu...perldoc.perl.org/perlsynology.txtRegistered: Wed Nov 20 10:28:03 UTC 2024 - 10.1K bytes - Viewed (0) -
perl5282delta.txt
=encoding utf8 =head1 NAME perl5282delta - what is new for perl v5.28.2 =head1 DESCRIPTION This document describes differences between the 5.28.1 release and the 5.28.2 release. If you are upgradin...perldoc.perl.org/perl5282delta.txtRegistered: Wed Nov 20 09:23:15 UTC 2024 - 6K bytes - Viewed (0) -
perl5184delta.txt
=encoding utf8 =head1 NAME perl5184delta - what is new for perl v5.18.4 =head1 DESCRIPTION This document describes differences between the 5.18.4 release and the 5.18.2 release. B<Please note:> Thi...perldoc.perl.org/perl5184delta.txtRegistered: Wed Nov 20 09:38:33 UTC 2024 - 4.5K bytes - Viewed (0) -
perl5124delta.txt
=encoding utf8 =head1 NAME perl5124delta - what is new for perl v5.12.4 =head1 DESCRIPTION This document describes differences between the 5.12.3 release and the 5.12.4 release. If you are upgradin...perldoc.perl.org/perl5124delta.txtRegistered: Wed Nov 20 09:55:39 UTC 2024 - 3.6K bytes - Viewed (0) -
perlvos.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...perldoc.perl.org/perlvos.txtRegistered: Wed Nov 20 11:01:01 UTC 2024 - 3.8K bytes - Viewed (0) -
dbmopen.txt
=over =item dbmopen HASH,DBNAME,MASK X<dbmopen> X<dbm> X<ndbm> X<sdbm> X<gdbm> [This function has been largely superseded by the L<C<tie>|/tie VARIABLE,CLASSNAME,LIST> function.] This binds a L<dbm...perldoc.perl.org/functions/dbmopen.txtRegistered: Wed Nov 20 19:16:27 UTC 2024 - 2.2K bytes - Viewed (0) -
syswrite.txt
=over =item syswrite FILEHANDLE,SCALAR,LENGTH,OFFSET X<syswrite> =item syswrite FILEHANDLE,SCALAR,LENGTH =item syswrite FILEHANDLE,SCALAR Attempts to write LENGTH bytes of data from variable SCALAR...perldoc.perl.org/functions/syswrite.txtRegistered: Wed Nov 20 19:02:03 UTC 2024 - 1.7K bytes - Viewed (0) -
lcfirst.txt
=over =item lcfirst EXPR X<lcfirst> X<lowercase> =item lcfirst Returns the value of EXPR with the first character lowercased. This is the internal function implementing the C<\l> escape in double-q...perldoc.perl.org/functions/lcfirst.txtRegistered: Wed Nov 20 11:40:52 UTC 2024 - 376 bytes - Viewed (0)