Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 5051 - 5060 of 6,922 for content_length:[0 TO 9999] (0.14 sec)

  1. evalbytes.txt

    =over =item evalbytes EXPR X<evalbytes> =item evalbytes This function is similar to a L<string eval|/eval EXPR>, except it always parses its argument (or L<C<$_>|perlvar/$_> if EXPR is omitted) as ...
    perldoc.perl.org/functions/evalbytes.txt
    Registered: Wed Apr 02 19:31:37 UTC 2025
    - 859 bytes
    - Viewed (0)
  2. readlink.txt

    =over =item readlink EXPR X<readlink> =item readlink Returns the value of a symbolic link, if symbolic links are implemented. If not, raises an exception. If there is a system error, returns the un...
    perldoc.perl.org/functions/readlink.txt
    Registered: Wed Apr 02 09:20:34 UTC 2025
    - 349 bytes
    - Viewed (0)
  3. break.txt

    =over =item break Break out of a C<given> block. L<C<break>|/break> is available only if the L<C<"switch"> feature|feature/The 'switch' feature> is enabled or if it is prefixed with C<CORE::>. The ...
    perldoc.perl.org/functions/break.txt
    Registered: Wed Apr 02 21:00:03 UTC 2025
    - 349 bytes
    - Viewed (0)
  4. continue.txt

    =over =item continue BLOCK X<continue> =item continue When followed by a BLOCK, L<C<continue>|/continue BLOCK> is actually a flow control statement rather than a function. If there is a L<C<continu...
    perldoc.perl.org/functions/continue.txt
    Registered: Wed Apr 02 21:08:27 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  5. write.txt

    =over =item write FILEHANDLE X<write> =item write EXPR =item write Writes a formatted record (possibly multi-line) to the specified FILEHANDLE, using the format associated with that file. By defaul...
    perldoc.perl.org/functions/write.txt
    Registered: Wed Apr 02 21:44:12 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  6. printf.txt

    =over =item printf FILEHANDLE FORMAT, LIST X<printf> =item printf FILEHANDLE =item printf FORMAT, LIST =item printf Equivalent to C<print FILEHANDLE sprintf(FORMAT, LIST)>, except that L<C<$\>|perl...
    perldoc.perl.org/functions/printf.txt
    Registered: Wed Apr 02 21:56:45 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  7. lock.txt

    =over =item lock THING X<lock> This function places an advisory lock on a shared variable or referenced object contained in I<THING> until the lock goes out of scope. The value returned is the scal...
    perldoc.perl.org/functions/lock.txt
    Registered: Wed Apr 02 23:34:32 UTC 2025
    - 565 bytes
    - Viewed (0)
  8. getpriority.txt

    =over =item getpriority WHICH,WHO X<getpriority> X<priority> X<nice> Returns the current priority for a process, a process group, or a user. (See L<getpriority(2)>.) Will raise a fatal exception if...
    perldoc.perl.org/functions/getpriority.txt
    Registered: Thu Apr 03 01:06:22 UTC 2025
    - 426 bytes
    - Viewed (0)
  9. connect.txt

    =over =item connect SOCKET,NAME X<connect> Attempts to connect to a remote socket, just like L<connect(2)>. Returns true if it succeeded, false otherwise. NAME should be a packed address of the app...
    perldoc.perl.org/functions/connect.txt
    Registered: Thu Apr 03 00:21:24 UTC 2025
    - 308 bytes
    - Viewed (0)
  10. tied.txt

    =over =item tied VARIABLE X<tied> Returns a reference to the object underlying VARIABLE (the same value that was originally returned by the L<C<tie>|/tie VARIABLE,CLASSNAME,LIST> call that bound th...
    perldoc.perl.org/functions/tied.txt
    Registered: Wed Apr 02 23:29:45 UTC 2025
    - 297 bytes
    - Viewed (0)
Back to top