Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 1,666 for content_length:[0 TO 9999] (0.02 sec)

  1. caller.txt

    =over =item caller EXPR X<caller> X<call stack> X<stack> X<stack trace> =item caller Returns the context of the current pure perl subroutine call. In scalar context, returns the caller's package na...
    perldoc.perl.org/functions/caller.txt
    Registered: 2024-09-10 12:06
    - 4.6K bytes
    - Viewed (0)
  2. delete.txt

    =over =item delete EXPR X<delete> Given an expression that specifies an element or slice of a hash, L<C<delete>|/delete EXPR> deletes the specified elements from that hash so that L<C<exists>|/exis...
    perldoc.perl.org/functions/delete.txt
    Registered: 2024-09-10 11:10
    - 3.4K bytes
    - Viewed (0)
  3. unpack.txt

    =over =item unpack TEMPLATE,EXPR X<unpack> =item unpack TEMPLATE L<C<unpack>|/unpack TEMPLATE,EXPR> does the reverse of L<C<pack>|/pack TEMPLATE,LIST>: it takes a string and expands it out into a l...
    perldoc.perl.org/functions/unpack.txt
    Registered: 2024-09-10 08:49
    - 2.4K bytes
    - Viewed (0)
  4. 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: 2024-09-10 09:13
    - 2.5K bytes
    - Viewed (0)
  5. 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: 2024-09-10 06:51
    - 1.3K bytes
    - Viewed (0)
  6. 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: 2024-09-10 11:03
    - 1K bytes
    - Viewed (0)
  7. 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: 2024-09-10 06:27
    - 495 bytes
    - Viewed (0)
  8. dbmclose.txt

    =over =item dbmclose HASH X<dbmclose> [This function has been largely superseded by the L<C<untie>|/untie VARIABLE> function.] Breaks the binding between a DBM file and a hash. Portability issues: ...
    perldoc.perl.org/functions/dbmclose.txt
    Registered: 2024-09-10 09:19
    - 229 bytes
    - Viewed (0)
  9. 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: 2024-09-10 11:48
    - 228 bytes
    - Viewed (0)
  10. use.txt

    =over =item use Module VERSION LIST X<use> X<module> X<import> =item use Module VERSION =item use Module LIST =item use Module Imports some semantics into the current package from the named module,...
    perldoc.perl.org/functions/use.txt
    Registered: 2024-09-10 22:33
    - 7.9K bytes
    - Viewed (0)
Back to top