- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 381 - 390 of 2,612 for host:perldoc.perl.org (0.07 sec)
-
%^H.txt
=over =item %^H X<%^H> The C<%^H> hash provides the same scoping semantics as L<C<$^H>|/$^H>. This makes it useful for implementing lexically scoped pragmas. See L<perlpragma>. All the entries are ...perldoc.perl.org/variables/%^H.txtRegistered: Sun Dec 07 01:19:11 UTC 2025 - 909 bytes - Viewed (0) -
@ARGV.txt
=over =item @ARGV X<@ARGV> The array C<@ARGV> contains the command-line arguments intended for the script. C<$#ARGV> is generally the number of arguments minus one, because C<$ARGV[0]> is the first...perldoc.perl.org/variables/@ARGV.txtRegistered: Sat Dec 06 23:45:54 UTC 2025 - 293 bytes - Viewed (0) -
@_.txt
=over =item @ARG =item @_ X<@_> X<@ARG> Within a subroutine the array C<@_> contains the parameters passed to that subroutine. Inside a subroutine, C<@_> is the default array for the array operator...perldoc.perl.org/variables/@_.txtRegistered: Sat Dec 06 22:32:38 UTC 2025 - 247 bytes - Viewed (0) -
warn - Perldoc Browser
functions / warn ( source , CPAN ) # warn LIST Emits a warning, usually by printing it to STDERR . warn interprets it...perldoc.perl.org/functions/warnRegistered: Fri Dec 05 14:05:19 UTC 2025 - 17.1K bytes - Viewed (0) -
delete - Perldoc Browser
functions / delete ( source , CPAN ) # delete EXPR Given an expression that specifies an element or slice of a hash, ...perldoc.perl.org/functions/deleteRegistered: Fri Dec 05 14:05:22 UTC 2025 - 18.7K bytes - Viewed (0) -
flock - Perldoc Browser
functions / flock ( source , CPAN ) # flock FILEHANDLE,OPERATION Calls flock(2) , or an emulation of it, on FILEHANDL...perldoc.perl.org/functions/flockRegistered: Fri Dec 05 14:05:32 UTC 2025 - 19.5K bytes - Viewed (0) -
pop - Perldoc Browser
functions / pop ( source , CPAN ) # pop ARRAY # pop Removes and returns the last element of the array, shortening the...perldoc.perl.org/functions/popRegistered: Fri Dec 05 14:05:40 UTC 2025 - 15.8K bytes - Viewed (0) -
eval - Perldoc Browser
functions / eval ( source , CPAN ) # eval EXPR # eval BLOCK # eval eval in all its forms is used to execute a little ...perldoc.perl.org/functions/evalRegistered: Fri Dec 05 14:20:37 UTC 2025 - 26.6K bytes - Viewed (0) -
sub - Perldoc Browser
functions / sub ( source , CPAN ) # sub NAME BLOCK # sub NAME (PROTO) BLOCK # sub NAME : ATTRS BLOCK # sub NAME (PROT...perldoc.perl.org/functions/subRegistered: Fri Dec 05 14:20:41 UTC 2025 - 15.6K bytes - Viewed (0) -
wantarray - Perldoc Browser
functions / wantarray ( source , CPAN ) # wantarray Returns true if the context of the currently executing subroutine...perldoc.perl.org/functions/wantarrayRegistered: Fri Dec 05 14:20:49 UTC 2025 - 16K bytes - Viewed (0)