Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. unpack.txt

    =over =item unpack TEMPLATE,EXPR X<unpack> =item unpack TEMPLATE C<unpack> does the reverse of L<C<pack>|/pack TEMPLATE,LIST>: it takes a string and expands it out into a list of values. (In scalar...
    perldoc.perl.org/functions/unpack.txt
    Registered: Thu Nov 06 18:18:49 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  2. exists.txt

    =over =item exists EXPR X<exists> X<autovivification> Given an expression that specifies an element of a hash, returns true if the specified element in the hash has ever been initialized, even if t...
    perldoc.perl.org/functions/exists.txt
    Registered: Thu Nov 06 17:21:54 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  3. fcntl.txt

    =over =item fcntl FILEHANDLE,FUNCTION,SCALAR X<fcntl> Implements the L<fcntl(2)> function. You'll probably have to say use Fcntl; first to get the correct constant definitions. Argument processing ...
    perldoc.perl.org/functions/fcntl.txt
    Registered: Thu Nov 06 17:45:27 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top