Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2271 - 2280 of 2,641 for host:perldoc.perl.org (0.3 sec)

  1. $!.txt

    =over =item $OS_ERROR =item $ERRNO =item $! X<$!> X<$ERRNO> X<$OS_ERROR> When referenced, C<$!> retrieves the current value of the C C<errno> integer variable. If C<$!> is assigned a numerical valu...
    perldoc.perl.org/variables/$!.txt
    Registered: Mon Jul 14 02:49:35 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  2. %INC.txt

    =over =item %INC X<%INC> The hash C<%INC> contains entries for each filename included via the C<do>, C<require>, or C<use> operators. The key is the filename you specified (with module names conver...
    perldoc.perl.org/variables/%INC.txt
    Registered: Mon Jul 14 05:01:17 UTC 2025
    - 681 bytes
    - Viewed (0)
  3. ${^LAST_SUCCESSFUL_PATTERN}.txt

    =over =item ${^LAST_SUCCESSFUL_PATTERN} The last successful pattern that matched in the current scope. The empty pattern defaults to matching to this. For instance: if (m/foo/ || m/bar/) { s//BLAH/...
    perldoc.perl.org/variables/${^LAST_SUCCESSFUL_PATTERN}.txt
    Registered: Mon Jul 14 03:52:19 UTC 2025
    - 435 bytes
    - Viewed (0)
  4. perlapi.txt

    -*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by autodoc.pl extracting documentation from the C source files. Any changes made here will be lost! =...
    perldoc.perl.org/perlapi.txt
    Registered: Mon Jul 07 19:09:16 UTC 2025
    - 997.4K bytes
    - Viewed (0)
  5. pack.txt

    =over =item pack TEMPLATE,LIST X<pack> Takes a LIST of values and converts it into a string using the rules given by the TEMPLATE. The resulting string is the concatenation of the converted values....
    perldoc.perl.org/functions/pack.txt
    Registered: Tue Jul 08 17:41:57 UTC 2025
    - 25.9K bytes
    - Viewed (0)
  6. each.txt

    =over =item each HASH X<each> X<hash, iterator> =item each ARRAY X<array, iterator> When called on a hash in list context, returns a 2-element list consisting of the key and value for the next elem...
    perldoc.perl.org/functions/each.txt
    Registered: Tue Jul 08 15:08:41 UTC 2025
    - 5.7K bytes
    - Viewed (0)
  7. our.txt

    =over =item our VARLIST X<our> X<global> =item our TYPE VARLIST =item our VARLIST : ATTRS =item our TYPE VARLIST : ATTRS C<our> makes a lexical alias to a package (i.e. global) variable of the same...
    perldoc.perl.org/functions/our.txt
    Registered: Tue Jul 08 21:06:12 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  8. oct.txt

    =over =item oct EXPR X<oct> X<octal> X<hex> X<hexadecimal> X<binary> X<bin> =item oct Interprets EXPR as an octal string and returns the corresponding value. An octal string consists of octal digit...
    perldoc.perl.org/functions/oct.txt
    Registered: Tue Jul 08 17:32:48 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  9. return.txt

    =over =item return EXPR X<return> =item return Returns from a subroutine, L<C<eval>|/eval EXPR>, L<C<do FILE>|/do EXPR>, L<C<sort>|/sort SUBNAME LIST> block or regex eval block (but not a L<C<grep>...
    perldoc.perl.org/functions/return.txt
    Registered: Tue Jul 08 21:47:49 UTC 2025
    - 1013 bytes
    - Viewed (0)
  10. msgrcv.txt

    =over =item msgrcv ID,VAR,SIZE,TYPE,FLAGS X<msgrcv> Calls the System V IPC function msgrcv to receive a message from message queue ID into variable VAR with a maximum message size of SIZE. Note tha...
    perldoc.perl.org/functions/msgrcv.txt
    Registered: Tue Jul 08 22:03:24 UTC 2025
    - 615 bytes
    - Viewed (0)
Back to top