- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 1,302 for label:perl (0.06 sec)
-
perlcn.txt
# vim: syntax=pod 如果你用一般的文字编辑器阅览这份文件, 请忽略文中奇特的注记字符. 这份文件是以 POD (简明文件格式) 写成; 这种格式是为了能让人直接阅读, 而特别设计的. 关于此格式的进一步信息, 请参考 perlpod 在线文档. =encoding utf8 =head1 NAME perlcn - 简体中文 Perl 指南 =head1 DESCRIPTIO...perldoc.perl.org/perlcn.txtRegistered: Tue Apr 01 11:43:35 UTC 2025 - 4.7K bytes - Viewed (0) -
perlplan9.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/perlplan9.txtRegistered: Tue Apr 01 09:07:32 UTC 2025 - 5K bytes - Viewed (0) -
perl582delta.txt
=head1 NAME perl582delta - what is new for perl v5.8.2 =head1 DESCRIPTION This document describes differences between the 5.8.1 release and the 5.8.2 release. If you are upgrading from an earlier r...perldoc.perl.org/perl582delta.txtRegistered: Tue Apr 01 12:53:52 UTC 2025 - 4.4K 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: Tue Apr 01 11:03:22 UTC 2025 - 3.8K bytes - Viewed (0) -
${^GLOBAL_PHASE}.txt
=over =item ${^GLOBAL_PHASE} X<${^GLOBAL_PHASE}> The current phase of the perl interpreter. Possible values are: =over 8 =item CONSTRUCT The C<PerlInterpreter*> is being constructed via C<perl_cons...perldoc.perl.org/variables/${^GLOBAL_PHASE}.txtRegistered: Tue Apr 01 22:23:32 UTC 2025 - 2.6K bytes - Viewed (0) -
@{^CAPTURE}.txt
=over =item @{^CAPTURE} X<@{^CAPTURE}> X<@^CAPTURE> An array which exposes the contents of the capture buffers, if any, of the last successful pattern match, not counting patterns matched in nested...perldoc.perl.org/variables/@{^CAPTURE}.txtRegistered: Tue Apr 01 20:56:18 UTC 2025 - 1.2K bytes - Viewed (0) -
${^SAFE_LOCALES}.txt
=over =item ${^SAFE_LOCALES} X<${^SAFE_LOCALES}> Reflects if safe locale operations are available to this perl (when the value is 1) or not (the value is 0). This variable is always 1 if the perl h...perldoc.perl.org/variables/${^SAFE_LOCALES}.txtRegistered: Tue Apr 01 18:59:32 UTC 2025 - 572 bytes - Viewed (0) -
${^POSTMATCH}.txt
=over =item ${^POSTMATCH} X<${^POSTMATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$'> (C<$POSTMATCH>...perldoc.perl.org/variables/${^POSTMATCH}.txtRegistered: Tue Apr 01 19:05:29 UTC 2025 - 510 bytes - Viewed (0) -
$^D.txt
=over =item $DEBUGGING =item $^D X<$^D> X<$DEBUGGING> The current value of the debugging flags. May be read or set. Like its L<command-line equivalent|perlrun/B<-D>I<letters>>, you can use numeric ...perldoc.perl.org/variables/$^D.txtRegistered: Tue Apr 01 21:31:12 UTC 2025 - 437 bytes - Viewed (0) -
$^C.txt
=over =item $COMPILING =item $^C X<$^C> X<$COMPILING> The current value of the flag associated with the B<-c> switch. Mainly of use with B<-MO=...> to allow code to alter its behavior when being co...perldoc.perl.org/variables/$^C.txtRegistered: Tue Apr 01 22:16:19 UTC 2025 - 401 bytes - Viewed (0)