Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1211 - 1220 of 1,302 for label:perl (0.06 sec)

  1. socketpair.txt

    =over =item socketpair SOCKET1,SOCKET2,DOMAIN,TYPE,PROTOCOL X<socketpair> Creates an unnamed pair of sockets in the specified domain, of the specified type. DOMAIN, TYPE, and PROTOCOL are specified...
    perldoc.perl.org/functions/socketpair.txt
    Registered: Thu Nov 21 18:39:31 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. shutdown.txt

    =over =item shutdown SOCKET,HOW X<shutdown> Shuts down a socket connection in the manner indicated by HOW, which has the same interpretation as in the syscall of the same name. shutdown($socket, 0)...
    perldoc.perl.org/functions/shutdown.txt
    Registered: Thu Nov 21 14:58:28 UTC 2024
    - 813 bytes
    - Viewed (0)
  3. setsockopt.txt

    =over =item setsockopt SOCKET,LEVEL,OPTNAME,OPTVAL X<setsockopt> Sets the socket option requested. Returns L<C<undef>|/undef EXPR> on error. Use integer constants provided by the L<C<Socket>|Socket...
    perldoc.perl.org/functions/setsockopt.txt
    Registered: Thu Nov 21 15:11:15 UTC 2024
    - 604 bytes
    - Viewed (0)
  4. lock.txt

    =over =item lock THING X<lock> This function places an advisory lock on a shared variable or referenced object contained in I<THING> until the lock goes out of scope. The value returned is the scal...
    perldoc.perl.org/functions/lock.txt
    Registered: Thu Nov 21 16:17:34 UTC 2024
    - 565 bytes
    - Viewed (0)
  5. msgsnd.txt

    =over =item msgsnd ID,MSG,FLAGS X<msgsnd> Calls the System V IPC function msgsnd to send the message MSG to the message queue ID. MSG must begin with the native long integer message type, followed ...
    perldoc.perl.org/functions/msgsnd.txt
    Registered: Thu Nov 21 15:19:15 UTC 2024
    - 506 bytes
    - Viewed (0)
  6. getpriority.txt

    =over =item getpriority WHICH,WHO X<getpriority> X<priority> X<nice> Returns the current priority for a process, a process group, or a user. (See L<getpriority(2)>.) Will raise a fatal exception if...
    perldoc.perl.org/functions/getpriority.txt
    Registered: Thu Nov 21 16:32:15 UTC 2024
    - 426 bytes
    - Viewed (0)
  7. tied.txt

    =over =item tied VARIABLE X<tied> Returns a reference to the object underlying VARIABLE (the same value that was originally returned by the L<C<tie>|/tie VARIABLE,CLASSNAME,LIST> call that bound th...
    perldoc.perl.org/functions/tied.txt
    Registered: Thu Nov 21 18:21:29 UTC 2024
    - 297 bytes
    - Viewed (0)
  8. y.txt

    =over =item y/// The transliteration operator. Same as L<C<trE<sol>E<sol>E<sol>>|/trE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 153
    perldoc.perl.org/functions/y.txt
    Registered: Fri Nov 22 10:31:18 UTC 2024
    - 153 bytes
    - Viewed (0)
  9. __DATA__.txt

    =over =item __DATA__ =item __END__ These keywords are documented in L<perldata/"Special Literals">. =back 109
    perldoc.perl.org/functions/__DATA__.txt Similar Results (1)
    Registered: Thu Nov 21 19:08:17 UTC 2024
    - 109 bytes
    - Viewed (0)
  10. s.txt

    =over =item s/// The substitution operator. See L<perlop/"Regexp Quote-Like Operators">. =back 98
    perldoc.perl.org/functions/s.txt
    Registered: Fri Nov 22 02:53:17 UTC 2024
    - 98 bytes
    - Viewed (0)
Back to top