Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1131 - 1140 of 6,339 for content_length:[0 TO 9999] (0.69 sec)

  1. pos.txt

    =over =item pos SCALAR X<pos> X<match, position> =item pos Returns the offset of where the last C<m//g> search left off for the variable in question (L<C<$_>|perlvar/$_> is used when the variable i...
    perldoc.perl.org/functions/pos.txt
    Registered: Thu Nov 06 16:56:56 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  2. log.txt

    =over =item log EXPR X<log> X<logarithm> X<e> X<ln> X<base> =item log Returns the natural logarithm (base I<e>) of EXPR. If EXPR is omitted, returns the log of L<C<$_>|perlvar/$_>. To get the log o...
    perldoc.perl.org/functions/log.txt
    Registered: Thu Nov 06 16:14:57 UTC 2025
    - 495 bytes
    - Viewed (0)
  3. method.txt

    =over =item method NAME BLOCK X<method> =item method NAME : ATTRS BLOCK Creates a new named method in the scope of the class that it appears within. This is only valid inside a L<C<class>|/class NA...
    perldoc.perl.org/functions/method.txt
    Registered: Thu Nov 06 17:39:16 UTC 2025
    - 228 bytes
    - Viewed (0)
  4. delete.txt

    =over =item delete EXPR X<delete> Given an expression that specifies an element or slice of a hash, C<delete> deletes the specified elements from that hash so that L<C<exists>|/exists EXPR> on that...
    perldoc.perl.org/functions/delete.txt
    Registered: Thu Nov 06 18:25:32 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  5. alarm.txt

    =over =item alarm SECONDS X<alarm> X<SIGALRM> X<timer> =item alarm Arranges to have a SIGALRM delivered to this process after the specified number of wallclock seconds has elapsed. If SECONDS is no...
    perldoc.perl.org/functions/alarm.txt
    Registered: Thu Nov 06 21:14:23 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  6. undef.txt

    =over =item undef EXPR X<undef> X<undefine> =item undef Undefines the value of EXPR, which must be an lvalue. Use only on a scalar value, an array (using C<@>), a hash (using C<%>), a subroutine (u...
    perldoc.perl.org/functions/undef.txt
    Registered: Fri Nov 07 03:14:18 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  7. unlink.txt

    =over =item unlink LIST X<unlink> X<delete> X<remove> X<rm> X<del> =item unlink Deletes a list of files. On success, it returns the number of files it successfully deleted. On failure, it returns f...
    perldoc.perl.org/functions/unlink.txt
    Registered: Thu Nov 06 20:48:27 UTC 2025
    - 1008 bytes
    - Viewed (0)
  8. shmwrite.txt

    =over =item shmread ID,VAR,POS,SIZE X<shmread> X<shmwrite> =item shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attachin...
    perldoc.perl.org/functions/shmwrite.txt Similar Results (1)
    Registered: Fri Nov 07 01:29:19 UTC 2025
    - 741 bytes
    - Viewed (0)
  9. sub.txt

    =over =item sub NAME BLOCK X<sub> =item sub NAME (PROTO) BLOCK =item sub NAME : ATTRS BLOCK =item sub NAME (PROTO) : ATTRS BLOCK This is subroutine definition, not a real function I<per se>. Withou...
    perldoc.perl.org/functions/sub.txt
    Registered: Thu Nov 06 22:26:19 UTC 2025
    - 536 bytes
    - Viewed (0)
  10. rewinddir.txt

    =over =item rewinddir DIRHANDLE X<rewinddir> Sets the current position to the beginning of the directory for the L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE. Portability issues: L<perlpor...
    perldoc.perl.org/functions/rewinddir.txt
    Registered: Thu Nov 06 19:58:02 UTC 2025
    - 220 bytes
    - Viewed (0)
Back to top