- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1201 - 1210 of 1,302 for label:perl (0.03 sec)
-
${^WARNING_BITS}.txt
=over =item ${^WARNING_BITS} X<${^WARNING_BITS}> The current set of warning checks enabled by the C<use warnings> pragma. It has the same scoping as the C<$^H> and C<%^H> variables. The exact value...perldoc.perl.org/variables/${^WARNING_BITS}.txtRegistered: Mon Feb 17 20:09:18 UTC 2025 - 516 bytes - Viewed (0) -
${^UTF8CACHE}.txt
=over =item ${^UTF8CACHE} X<${^UTF8CACHE}> This variable controls the state of the internal UTF-8 offset caching code. 1 for on (the default), 0 for off, -1 to debug the caching code by checking al...perldoc.perl.org/variables/${^UTF8CACHE}.txtRegistered: Mon Feb 17 20:23:36 UTC 2025 - 468 bytes - Viewed (0) -
${^RE_COMPILE_RECURSION_LIMIT}.txt
=over =item ${^RE_COMPILE_RECURSION_LIMIT} X<${^RE_COMPILE_RECURSION_LIMIT}> The current value giving the maximum number of open but unclosed parenthetical groups there may be at any point during a...perldoc.perl.org/variables/${^RE_COMPILE_RECURSION_LIMIT}.txtRegistered: Mon Feb 17 19:39:43 UTC 2025 - 404 bytes - Viewed (0) -
${^LAST_SUCCESSFUL_PATTERN}.txt
=over =item ${^LAST_SUCCESSFUL_PATTERN} The last successful pattern that matched in the current scope. The empty pattern defaults to matching to this. For instance: if (m/foo/ || m/bar/) { s//BLAH/...perldoc.perl.org/variables/${^LAST_SUCCESSFUL_PATTERN}.txtRegistered: Mon Feb 17 19:54:18 UTC 2025 - 435 bytes - Viewed (0) -
$~.txt
=over =item HANDLE->format_name(EXPR) =item $FORMAT_NAME =item $~ X<$~> X<$FORMAT_NAME> The name of the current report format for the currently selected output channel. The default format name is t...perldoc.perl.org/variables/$~.txtRegistered: Mon Feb 17 16:43:15 UTC 2025 - 355 bytes - Viewed (0) -
each.txt
=over =item each HASH X<each> X<hash, iterator> =item each ARRAY X<array, iterator> When called on a hash in list context, returns a 2-element list consisting of the key and value for the next elem...perldoc.perl.org/functions/each.txtRegistered: Tue Feb 18 02:56:02 UTC 2025 - 4.9K bytes - Viewed (0) -
lc.txt
=over =item lc EXPR X<lc> X<lowercase> =item lc Returns a lowercased version of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. my $str = lc("Perl is GREAT"); # "perl is great" What gets return...perldoc.perl.org/functions/lc.txtRegistered: Tue Feb 18 02:11:51 UTC 2025 - 2.1K bytes - Viewed (0) -
chomp.txt
=over =item chomp VARIABLE X<chomp> X<INPUT_RECORD_SEPARATOR> X<$/> X<newline> X<eol> =item chomp( LIST ) =item chomp This safer version of L<C<chop>|/chop VARIABLE> removes any trailing string tha...perldoc.perl.org/functions/chomp.txtRegistered: Tue Feb 18 02:02:44 UTC 2025 - 1.7K bytes - Viewed (0) -
read.txt
=over =item read FILEHANDLE,SCALAR,LENGTH,OFFSET X<read> X<file, read> =item read FILEHANDLE,SCALAR,LENGTH Attempts to read LENGTH I<characters> of data into variable SCALAR from the specified FILE...perldoc.perl.org/functions/read.txtRegistered: Tue Feb 18 01:37:25 UTC 2025 - 1.6K bytes - Viewed (0) -
join.txt
=over =item join EXPR,LIST X<join> Joins the separate strings of LIST into a single string with fields separated by the value of EXPR, and returns that new string. Example: my $rec = join(':', $log...perldoc.perl.org/functions/join.txtRegistered: Mon Feb 17 23:20:48 UTC 2025 - 455 bytes - Viewed (0)