Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1971 - 1980 of 2,657 for host:perldoc.perl.org (0.05 sec)

  1. connect.txt

    =over =item connect SOCKET,NAME X<connect> Attempts to connect to a remote socket, just like L<connect(2)>. Returns true if it succeeded, false otherwise. NAME should be a packed address of the app...
    perldoc.perl.org/functions/connect.txt
    Registered: Sat Jan 17 21:29:53 UTC 2026
    - 308 bytes
    - Viewed (0)
  2. __PACKAGE__.txt

    =over =item __PACKAGE__ X<__PACKAGE__> A special token that returns the name of the package in which it occurs. =back 120
    perldoc.perl.org/functions/__PACKAGE__.txt
    Registered: Sat Jan 17 17:52:39 UTC 2026
    - 120 bytes
    - Viewed (0)
  3. __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: Sat Jan 17 21:45:15 UTC 2026
    - 109 bytes
    - Viewed (0)
  4. 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: Sun Jan 18 05:27:27 UTC 2026
    - 813 bytes
    - Viewed (0)
  5. msgrcv.txt

    =over =item msgrcv ID,VAR,SIZE,TYPE,FLAGS X<msgrcv> Calls the System V IPC function msgrcv to receive a message from message queue ID into variable VAR with a maximum message size of SIZE. Note tha...
    perldoc.perl.org/functions/msgrcv.txt
    Registered: Sun Jan 18 04:06:39 UTC 2026
    - 615 bytes
    - Viewed (0)
  6. 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: Sun Jan 18 01:58:50 UTC 2026
    - 297 bytes
    - Viewed (0)
  7. s.txt

    =over =item s/// The substitution operator. See L<perlop/"Regexp Quote-Like Operators">. =back 98
    perldoc.perl.org/functions/s.txt
    Registered: Sun Jan 18 06:45:11 UTC 2026
    - 98 bytes
    - Viewed (0)
  8. 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: Sun Jan 18 07:48:02 UTC 2026
    - 1.1K bytes
    - Viewed (0)
  9. 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: Sun Jan 18 10:19:47 UTC 2026
    - 506 bytes
    - Viewed (0)
  10. 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: Sun Jan 18 08:26:18 UTC 2026
    - 153 bytes
    - Viewed (0)
Back to top