Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 381 - 390 of 2,612 for host:perldoc.perl.org (0.1 sec)

  1. %^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.txt
    Registered: Sun Dec 07 01:19:11 UTC 2025
    - 909 bytes
    - Viewed (0)
  2. @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.txt
    Registered: Sat Dec 06 23:45:54 UTC 2025
    - 293 bytes
    - Viewed (0)
  3. @_.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/@_.txt
    Registered: Sat Dec 06 22:32:38 UTC 2025
    - 247 bytes
    - Viewed (0)
  4. 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/warn
    Registered: Fri Dec 05 14:05:19 UTC 2025
    - 17.1K bytes
    - Viewed (0)
  5. 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/delete
    Registered: Fri Dec 05 14:05:22 UTC 2025
    - 18.7K bytes
    - Viewed (0)
  6. flock - Perldoc Browser

    functions / flock ( source , CPAN ) # flock FILEHANDLE,OPERATION Calls flock(2) , or an emulation of it, on FILEHANDL...
    perldoc.perl.org/functions/flock
    Registered: Fri Dec 05 14:05:32 UTC 2025
    - 19.5K bytes
    - Viewed (0)
  7. 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/pop
    Registered: Fri Dec 05 14:05:40 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  8. 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/eval
    Registered: Fri Dec 05 14:20:37 UTC 2025
    - 26.6K bytes
    - Viewed (0)
  9. 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/sub
    Registered: Fri Dec 05 14:20:41 UTC 2025
    - 15.6K bytes
    - Viewed (0)
  10. wantarray - Perldoc Browser

    functions / wantarray ( source , CPAN ) # wantarray Returns true if the context of the currently executing subroutine...
    perldoc.perl.org/functions/wantarray
    Registered: Fri Dec 05 14:20:49 UTC 2025
    - 16K bytes
    - Viewed (0)
Back to top