Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3421 - 3430 of 6,339 for content_length:[0 TO 9999] (0.49 sec)

  1. closedir.txt

    =over =item closedir DIRHANDLE X<closedir> Closes a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR> and returns the success of that system call. =back 163
    perldoc.perl.org/functions/closedir.txt
    Registered: Thu Nov 06 04:11:11 UTC 2025
    - 163 bytes
    - Viewed (0)
  2. 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: Fri Nov 07 06:16:15 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  3. time.txt

    =over =item time X<time> X<epoch> Returns the number of non-leap seconds since whatever time the system considers to be the epoch, suitable for feeding to L<C<gmtime>|/gmtime EXPR> and L<C<localtim...
    perldoc.perl.org/functions/time.txt
    Registered: Fri Nov 07 10:51:56 UTC 2025
    - 853 bytes
    - Viewed (0)
  4. 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: Fri Nov 07 12:25:35 UTC 2025
    - 661 bytes
    - Viewed (0)
  5. getlogin.txt

    =over =item getlogin X<getlogin> X<login> This implements the C library function of the same name, which on most systems returns the current login from F</etc/utmp>, if any. If it returns the empty...
    perldoc.perl.org/functions/getlogin.txt
    Registered: Fri Nov 07 07:09:52 UTC 2025
    - 449 bytes
    - Viewed (0)
  6. msgget.txt

    =over =item msgget KEY,FLAGS X<msgget> Calls the System V IPC function L<msgget(2)>. Returns the message queue id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the docume...
    perldoc.perl.org/functions/msgget.txt
    Registered: Fri Nov 07 09:14:42 UTC 2025
    - 315 bytes
    - Viewed (0)
  7. keys.txt

    =over =item keys HASH X<keys> X<key> =item keys ARRAY Called in list context, returns a list consisting of all the keys of the named hash, or in Perl 5.12 or later, the indices of an array. Perl re...
    perldoc.perl.org/functions/keys.txt
    Registered: Thu Nov 06 08:36:53 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  8. 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: Thu Nov 06 06:00:57 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  9. eof.txt

    =over =item eof FILEHANDLE X<eof> X<end of file> X<end-of-file> =item eof () =item eof Returns 1 if the next read on FILEHANDLE will return end of file I<or> if FILEHANDLE is not open. FILEHANDLE m...
    perldoc.perl.org/functions/eof.txt
    Registered: Thu Nov 06 06:52:02 UTC 2025
    - 2K bytes
    - Viewed (0)
  10. 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: Thu Nov 06 11:38:37 UTC 2025
    - 1.4K bytes
    - Viewed (0)
Back to top