Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. mkdir.txt

    =over =item mkdir FILENAME,MODE X<mkdir> X<md> X<directory, create> =item mkdir FILENAME =item mkdir Creates the directory specified by FILENAME, with permissions specified by MODE (as modified by ...
    perldoc.perl.org/functions/mkdir.txt
    Registered: Thu Nov 06 07:08:54 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  10. reverse.txt

    =over =item reverse LIST X<reverse> X<rev> X<invert> In list context, returns a list value consisting of the elements of LIST in the opposite order. In scalar context, concatenates the elements of ...
    perldoc.perl.org/functions/reverse.txt
    Registered: Thu Nov 06 10:05:18 UTC 2025
    - 1.2K bytes
    - Viewed (0)
Back to top