- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 421 - 430 of 2,612 for host:perldoc.perl.org (0.11 sec)
-
%!.txt
=over =item %OS_ERROR =item %ERRNO =item %! X<%!> X<%OS_ERROR> X<%ERRNO> Each element of C<%!> has a true value only if C<$!> is set to that value. For example, C<$!{ENOENT}> is true if and only if...perldoc.perl.org/variables/%!.txtRegistered: Sat Oct 25 11:35:20 UTC 2025 - 758 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 diamond operator C<< <> >>. Note that currently ...perldoc.perl.org/variables/ARGV.txtRegistered: Sat Oct 25 15:40:26 UTC 2025 - 548 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: Sat Oct 25 11:26:20 UTC 2025 - 562 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: Sat Oct 25 15:20:13 UTC 2025 - 520 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: Sat Oct 25 14:11:29 UTC 2025 - 385 bytes - Viewed (0) -
enc2xs.txt
#!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl BEGIN { # @INC poking...perldoc.perl.org/enc2xs.txtRegistered: Sat Oct 25 21:05:45 UTC 2025 - 41K bytes - Viewed (0) -
ExtUtils::Installed.txt
use strict; package ExtUtils::Installed; #use warnings; # XXX requires 5.6 use Carp qw(); use ExtUtils::Packlist; use ExtUtils::MakeMaker; use Config; use File::Find; use File::Basename; use File::...perldoc.perl.org/ExtUtils::Installed.txtRegistered: Sat Oct 25 23:28:35 UTC 2025 - 14K bytes - Viewed (0) -
die.txt
=over =item die LIST X<die> X<throw> X<exception> X<raise> X<$@> X<abort> C<die> raises an exception. Inside an L<C<eval>|/eval EXPR> the exception is stuffed into L<C<$@>|perlvar/$@> and the L<C<e...perldoc.perl.org/functions/die.txtRegistered: Sun Oct 26 07:25:24 UTC 2025 - 5.8K bytes - Viewed (0) -
podchecker.txt
#!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # podchecker -- command to invoke the podchecker function in Pod::Checker # # Copyright (c) 1998-2...perldoc.perl.org/podchecker.txtRegistered: Sat Oct 25 21:41:23 UTC 2025 - 3.7K bytes - Viewed (0) -
reverse.txt
=over =item reverse LIST X<reverse> X<rev> X<invert> In list context, returns a list value consisting of the elements of LIST in the opposite order. In scalar context, concatenates the elements of ...perldoc.perl.org/functions/reverse.txtRegistered: Sun Oct 26 04:11:53 UTC 2025 - 1.2K bytes - Viewed (0)