Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2451 - 2460 of about 10,000 for timestamp:[now/d-1M TO *] (0.13 sec)

  1. getsockname.txt

    =over =item getsockname SOCKET X<getsockname> Returns the packed sockaddr address of this end of the SOCKET connection, in case you don't know the address because you have several different IPs tha...
    perldoc.perl.org/functions/getsockname.txt
    Registered: Tue Jul 08 21:40:03 UTC 2025
    - 464 bytes
    - Viewed (0)
  2. 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: Tue Jul 08 23:00:42 UTC 2025
    - 228 bytes
    - Viewed (0)
  3. open.txt

    =over =item open FILEHANDLE,MODE,EXPR X<open> X<pipe> X<file, open> X<fopen> =item open FILEHANDLE,MODE,EXPR,LIST =item open FILEHANDLE,MODE,REFERENCE =item open FILEHANDLE,EXPR =item open FILEHAND...
    perldoc.perl.org/functions/open.txt
    Registered: Wed Jul 09 02:24:39 UTC 2025
    - 19.2K bytes
    - Viewed (0)
  4. local.txt

    =over =item local EXPR X<local> You really probably want to be using L<C<my>|/my VARLIST> instead, because C<local> isn't what most people think of as "local". See L<perlsub/"Private Variables via ...
    perldoc.perl.org/functions/local.txt
    Registered: Wed Jul 09 06:05:22 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  5. 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: Wed Jul 09 01:22:56 UTC 2025
    - 1.5K 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: Wed Jul 09 03:45:38 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: Wed Jul 09 05:50:42 UTC 2025
    - 1008 bytes
    - Viewed (0)
  8. chdir.txt

    =over =item chdir EXPR X<chdir> X<cd> X<directory, change> =item chdir FILEHANDLE =item chdir DIRHANDLE =item chdir Changes the working directory to EXPR, if possible. If EXPR is omitted, changes t...
    perldoc.perl.org/functions/chdir.txt
    Registered: Wed Jul 09 02:54:33 UTC 2025
    - 739 bytes
    - Viewed (0)
  9. say.txt

    =over =item say FILEHANDLE LIST X<say> =item say FILEHANDLE =item say LIST =item say Just like L<C<print>|/print FILEHANDLE LIST>, but implicitly appends a newline at the end of the LIST instead of...
    perldoc.perl.org/functions/say.txt
    Registered: Wed Jul 09 03:20:20 UTC 2025
    - 686 bytes
    - Viewed (0)
  10. accept.txt

    =over =item accept NEWSOCKET,GENERICSOCKET X<accept> Accepts an incoming socket connect, just as L<accept(2)> does. Returns the packed address if it succeeded, false otherwise. See the example in L...
    perldoc.perl.org/functions/accept.txt
    Registered: Wed Jul 09 00:48:37 UTC 2025
    - 445 bytes
    - Viewed (0)
Back to top