- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 431 - 440 of 2,612 for host:perldoc.perl.org (0.04 sec)
-
elseif - Perldoc Browser
functions / elseif ( source , CPAN ) # elseif The "else if" keyword is spelled elsif in Perl. There's no elif or else...perldoc.perl.org/functions/elseifRegistered: Fri Dec 05 14:23:23 UTC 2025 - 15.2K bytes - Viewed (0) -
shmget - Perldoc Browser
functions / shmget ( source , CPAN ) # shmget KEY,SIZE,FLAGS Calls the System V IPC function shmget. Returns the shar...perldoc.perl.org/functions/shmgetRegistered: Fri Dec 05 14:24:03 UTC 2025 - 15.4K bytes - Viewed (0) -
umask - Perldoc Browser
functions / umask ( source , CPAN ) # umask EXPR # umask Sets the umask for the process to EXPR and returns the previ...perldoc.perl.org/functions/umaskRegistered: Fri Dec 05 14:22:22 UTC 2025 - 17.4K bytes - Viewed (0) -
link - Perldoc Browser
functions / link ( source , CPAN ) # link OLDFILE,NEWFILE Creates a new filename linked to the old filename. Returns ...perldoc.perl.org/functions/linkRegistered: Fri Dec 05 14:18:33 UTC 2025 - 15K bytes - Viewed (0) -
autodie::exception.txt
package autodie::exception; use 5.008; use strict; use warnings; use Carp qw(croak); use Scalar::Util qw(blessed); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Exc...perldoc.perl.org/autodie::exception.txtRegistered: Sun Dec 07 10:20:35 UTC 2025 - 21.8K bytes - Viewed (0) -
%{^HOOK}.txt
=over =item %{^HOOK} X<%{^HOOK}> This hash contains coderefs which are called when various perl keywords which are hard or impossible to wrap are called. The keys of this hash are named after the k...perldoc.perl.org/variables/%{^HOOK}.txtRegistered: Sun Dec 07 07:41:27 UTC 2025 - 3K bytes - Viewed (0) -
autodie::exception::system.txt
package autodie::exception::system; use 5.008; use strict; use warnings; use parent 'autodie::exception'; use Carp qw(croak); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # AB...perldoc.perl.org/autodie::exception::system.txtRegistered: Sun Dec 07 10:29:28 UTC 2025 - 1.6K bytes - Viewed (0) -
$[.txt
=over =item $[ X<$[> This variable stores the index of the first element in an array, and of the first character in a substring. The default is 0, but you could theoretically set it to 1 to make Pe...perldoc.perl.org/variables/$[.txtRegistered: Sun Dec 07 08:52:57 UTC 2025 - 1.1K bytes - Viewed (0) -
$`.txt
=over =item $PREMATCH =item $` X<$`> X<$PREMATCH> The string preceding whatever was matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>). See L</Performance issu...perldoc.perl.org/variables/$`.txtRegistered: Sun Dec 07 07:55:25 UTC 2025 - 421 bytes - Viewed (0) -
$,.txt
=over =item IO::Handle->output_field_separator( EXPR ) =item $OUTPUT_FIELD_SEPARATOR =item $OFS =item $, X<$,> X<$OFS> X<$OUTPUT_FIELD_SEPARATOR> The output field separator for the print operator. ...perldoc.perl.org/variables/$,.txtRegistered: Sun Dec 07 09:02:11 UTC 2025 - 486 bytes - Viewed (0)