- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 531 - 540 of 2,629 for host:perldoc.perl.org (0.06 sec)
-
${^OPEN}.txt
=over =item ${^OPEN} X<${^OPEN}> An internal variable used by L<PerlIO>. A string in two parts, separated by a C<\0> byte, the first part describes the input layers, the second part describes the o...perldoc.perl.org/variables/${^OPEN}.txtRegistered: Fri Jun 27 17:06:42 UTC 2025 - 1.4K bytes - Viewed (0) -
@ISA.txt
=over =item @ISA X<@ISA> Each package contains a special array called C<@ISA> which contains a list of that class's parent classes, if any. This array is simply a list of scalars, each of which is ...perldoc.perl.org/variables/@ISA.txtRegistered: Fri Jun 27 20:06:37 UTC 2025 - 562 bytes - Viewed (0) -
ARGV.txt
=over =item ARGV X<ARGV> The special filehandle that iterates over command-line filenames in C<@ARGV>. Usually written as the null filehandle in the angle operator C<< <> >>. Note that currently C<...perldoc.perl.org/variables/ARGV.txtRegistered: Fri Jun 27 18:50:26 UTC 2025 - 546 bytes - Viewed (0) -
$\.txt
=over =item IO::Handle->output_record_separator( EXPR ) =item $OUTPUT_RECORD_SEPARATOR =item $ORS =item $\ X<$\> X<$ORS> X<$OUTPUT_RECORD_SEPARATOR> The output record separator for the print operat...perldoc.perl.org/variables/$\.txtRegistered: Fri Jun 27 16:42:17 UTC 2025 - 562 bytes - Viewed (0) -
$^F.txt
=over =item $SYSTEM_FD_MAX =item $^F X<$^F> X<$SYSTEM_FD_MAX> The maximum system file descriptor, ordinarily 2. System file descriptors are passed to C<exec()>ed processes, while higher file descri...perldoc.perl.org/variables/$^F.txtRegistered: Fri Jun 27 19:51:59 UTC 2025 - 574 bytes - Viewed (0) -
$:.txt
=over =item IO::Handle->format_line_break_characters EXPR =item $FORMAT_LINE_BREAK_CHARACTERS =item $: X<$:> X<FORMAT_LINE_BREAK_CHARACTERS> The current set of characters after which a string may b...perldoc.perl.org/variables/$:.txtRegistered: Fri Jun 27 22:35:01 UTC 2025 - 520 bytes - Viewed (0) -
$&.txt
=over =item $MATCH =item $& X<$&> X<$MATCH> The string matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>.) See L</Performance issues> above for the serious per...perldoc.perl.org/variables/$&.txtRegistered: Fri Jun 27 22:16:57 UTC 2025 - 382 bytes - Viewed (0) -
$^.txt
=over =item HANDLE->format_top_name(EXPR) =item $FORMAT_TOP_NAME =item $^ X<$^> X<$FORMAT_TOP_NAME> The name of the current top-of-page format for the currently selected output channel. The default...perldoc.perl.org/variables/$^.txtRegistered: Fri Jun 27 22:40:56 UTC 2025 - 385 bytes - Viewed (0) -
experimental.txt
package experimental; $experimental::VERSION = '0.032'; use strict; use warnings; use version (); BEGIN { eval { require feature } }; use Carp qw/croak carp/; my %warnings = map { $_ => 1 } grep { ...perldoc.perl.org/experimental.txtRegistered: Sat Jun 28 06:35:01 UTC 2025 - 8.7K bytes - Viewed (0) -
stable.txt
package stable; $stable::VERSION = '0.033'; use strict; use warnings; use version (); use experimental (); use Carp qw/croak carp/; my %allow_at = ( bitwise => 5.022000, isa => 5.032000, lexical_su...perldoc.perl.org/stable.txtRegistered: Sat Jun 28 06:59:21 UTC 2025 - 4.7K bytes - Viewed (0)