Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 5431 - 5440 of about 10,000 for timestamp:[now/d-1M TO *] (0.96 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: Thu Nov 06 14:58:25 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  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: Thu Nov 06 16:56:56 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. bless.txt

    =over =item bless REF,CLASSNAME X<bless> =item bless REF C<bless> tells Perl to mark the item referred to by C<REF> as an object in a package. The two-argument version of C<bless> is always prefera...
    perldoc.perl.org/functions/bless.txt
    Registered: Fri Nov 07 10:16:22 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  9. setpgrp.txt

    =over =item setpgrp PID,PGRP X<setpgrp> X<group> Sets the current process group for the specified PID, C<0> for the current process. Raises an exception when used on a machine that doesn't implemen...
    perldoc.perl.org/functions/setpgrp.txt
    Registered: Fri Nov 07 12:38:20 UTC 2025
    - 508 bytes
    - Viewed (0)
  10. bind.txt

    =over =item bind SOCKET,NAME X<bind> Binds a network address to a socket, just as L<bind(2)> does. Returns true if it succeeded, false otherwise. NAME should be a packed address of the appropriate ...
    perldoc.perl.org/functions/bind.txt
    Registered: Fri Nov 07 12:17:39 UTC 2025
    - 300 bytes
    - Viewed (0)
Back to top