Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 2,621 for host:perldoc.perl.org (0.03 sec)

  1. format - Perldoc Browser

    functions / format ( source , CPAN ) # format Declare a picture format for use by the write function. For example: fo...
    perldoc.perl.org/functions/format
    Registered: Fri Jun 27 12:19:34 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  2. listen - Perldoc Browser

    functions / listen ( source , CPAN ) # listen SOCKET,QUEUESIZE Does the same thing that the listen(2) system call doe...
    perldoc.perl.org/functions/listen
    Registered: Fri Jun 27 12:20:33 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  3. $0.txt

    =over =item $PROGRAM_NAME =item $0 X<$0> X<$PROGRAM_NAME> Contains the name of the program being executed. On some (but not all) operating systems assigning to C<$0> modifies the argument area that...
    perldoc.perl.org/variables/$0.txt
    Registered: Fri Jun 27 18:19:38 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  4. $^X.txt

    =over =item $EXECUTABLE_NAME =item $^X X<$^X> X<$EXECUTABLE_NAME> The name used to execute the current copy of Perl, from C's C<argv[0]> or (where supported) F</proc/self/exe>. Depending on the hos...
    perldoc.perl.org/variables/$^X.txt
    Registered: Fri Jun 27 20:25:18 UTC 2025
    - 2K bytes
    - Viewed (0)
  5. @-.txt

    =over =item @LAST_MATCH_START =item @- X<@-> X<@LAST_MATCH_START> This array holds the offsets of the beginnings of the last successful match and any capture buffers it contains. (See L</Scoping Ru...
    perldoc.perl.org/variables/@-.txt
    Registered: Fri Jun 27 19:44:23 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  6. % .txt

    =over =item %{^CAPTURE} =item %LAST_PAREN_MATCH =item %+ X<%+> X<%LAST_PAREN_MATCH> X<%{^CAPTURE}> Similar to C<@+>, the C<%+> hash allows access to the named capture buffers, should they exist, in...
    perldoc.perl.org/variables/% .txt
    Registered: Fri Jun 27 16:25:58 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  7. %ENV.txt

    =over =item %ENV X<%ENV> The hash C<%ENV> contains your current environment. Setting a value in C<ENV> changes the environment for any child processes you subsequently C<fork()> off. As of v5.18.0,...
    perldoc.perl.org/variables/%ENV.txt
    Registered: Fri Jun 27 18:26:51 UTC 2025
    - 746 bytes
    - Viewed (0)
  8. $#.txt

    =over =item $# X<$#> C<$#> was a variable that could be used to format printed numbers. After a deprecation cycle, its magic was removed in Perl v5.10.0 and using it now triggers a warning: C<$# is...
    perldoc.perl.org/variables/$#.txt
    Registered: Fri Jun 27 16:51:14 UTC 2025
    - 481 bytes
    - Viewed (0)
  9. ${^RE_DEBUG_FLAGS}.txt

    =over =item ${^RE_DEBUG_FLAGS} X<${^RE_DEBUG_FLAGS}> The current value of the regex debugging flags. Set to 0 for no debug output even when the C<re 'debug'> module is loaded. See L<re> for details...
    perldoc.perl.org/variables/${^RE_DEBUG_FLAGS}.txt
    Registered: Fri Jun 27 18:42:48 UTC 2025
    - 251 bytes
    - Viewed (0)
  10. @_.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: Fri Jun 27 20:33:59 UTC 2025
    - 247 bytes
    - Viewed (0)
Back to top