Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1401 - 1410 of 2,636 for host:perldoc.perl.org (0.06 sec)

  1. __FILE__.txt

    =over =item __FILE__ X<__FILE__> A special token that returns the name of the file in which it occurs. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 199
    perldoc.perl.org/functions/__FILE__.txt
    Registered: Tue Jul 08 19:20:39 UTC 2025
    - 199 bytes
    - Viewed (0)
  2. sysopen.txt

    =over =item sysopen FILEHANDLE,FILENAME,MODE X<sysopen> =item sysopen FILEHANDLE,FILENAME,MODE,PERMS Opens the file whose filename is given by FILENAME, and associates it with FILEHANDLE. If FILEHA...
    perldoc.perl.org/functions/sysopen.txt
    Registered: Wed Jul 09 02:41:02 UTC 2025
    - 4K bytes
    - Viewed (0)
  3. do.txt

    =over =item do BLOCK X<do> X<block> Not really a function. Returns the value of the last command in the sequence of commands indicated by BLOCK. When modified by the C<while> or C<until> loop modif...
    perldoc.perl.org/functions/do.txt
    Registered: Wed Jul 09 04:46:38 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  4. syscall.txt

    =over =item syscall NUMBER, LIST X<syscall> X<system call> Calls the system call specified as the first element of the list, passing the remaining elements as arguments to the system call. If unimp...
    perldoc.perl.org/functions/syscall.txt
    Registered: Wed Jul 09 03:52:43 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  5. state.txt

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS C<state> declares a lexically scoped variable, just like L<C<my>|/my VARLIST...
    perldoc.perl.org/functions/state.txt
    Registered: Tue Jul 08 21:12:59 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  6. redo.txt

    =over =item redo LABEL X<redo> =item redo EXPR =item redo The C<redo> command restarts the loop block without evaluating the conditional again. The L<C<continue>|/continue BLOCK> block, if any, is ...
    perldoc.perl.org/functions/redo.txt
    Registered: Wed Jul 09 01:10:57 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  7. last.txt

    =over =item last LABEL X<last> X<break> =item last EXPR =item last The C<last> command is like the C<break> statement in C (as used in loops); it immediately exits the loop in question. If the LABE...
    perldoc.perl.org/functions/last.txt
    Registered: Wed Jul 09 01:41:46 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  8. wantarray.txt

    =over =item wantarray X<wantarray> X<context> Returns true if the context of the currently executing subroutine or L<C<eval>|/eval EXPR> is looking for a list value. Returns false if the context is...
    perldoc.perl.org/functions/wantarray.txt
    Registered: Wed Jul 09 03:13:33 UTC 2025
    - 661 bytes
    - Viewed (0)
  9. getppid.txt

    =over =item getppid X<getppid> X<parent> X<pid> Returns the process id of the parent process. Note for Linux users: Between v5.8.1 and v5.16.0 Perl would work around non-POSIX thread semantics the ...
    perldoc.perl.org/functions/getppid.txt
    Registered: Tue Jul 08 20:35:15 UTC 2025
    - 428 bytes
    - Viewed (0)
  10. link.txt

    =over =item link OLDFILE,NEWFILE X<link> Creates a new filename linked to the old filename. Returns true for success, false otherwise. Portability issues: L<perlport/link>. =back 183
    perldoc.perl.org/functions/link.txt
    Registered: Wed Jul 09 02:16:21 UTC 2025
    - 183 bytes
    - Viewed (0)
Back to top