Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 591 - 600 of 3,197 for filetype:txt (0.07 sec)

  1. local.txt

    =over =item local EXPR X<local> You really probably want to be using L<C<my>|/my VARLIST> instead, because L<C<local>|/local EXPR> isn't what most people think of as "local". See L<perlsub/"Private...
    perldoc.perl.org/functions/local.txt
    Registered: Thu Nov 21 07:08:29 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  2. 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 21 04:52:20 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. 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: Thu Nov 21 08:30:17 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  4. 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: Thu Nov 21 06:46:51 UTC 2024
    - 445 bytes
    - Viewed (0)
  5. semget.txt

    =over =item semget KEY,NSEMS,FLAGS X<semget> Calls the System V IPC function L<semget(2)>. Returns the semaphore id, or the undefined value on error. See also L<perlipc/"SysV IPC"> and the document...
    perldoc.perl.org/functions/semget.txt
    Registered: Thu Nov 21 08:09:54 UTC 2024
    - 325 bytes
    - Viewed (0)
  6. 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: Thu Nov 21 15:52:53 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  7. 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 21 08:37:25 UTC 2024
    - 2.3K 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: Thu Nov 21 12:34:23 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. 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: Thu Nov 21 11:14:37 UTC 2024
    - 769 bytes
    - Viewed (0)
  10. 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: Thu Nov 21 14:48:15 UTC 2024
    - 464 bytes
    - Viewed (0)
Back to top