Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2301 - 2310 of 2,641 for host:perldoc.perl.org (0.03 sec)

  1. 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: Wed Jul 09 11:17:34 UTC 2025
    - 813 bytes
    - Viewed (0)
  2. readpipe.txt

    =over =item readpipe EXPR =item readpipe X<readpipe> EXPR is executed as a system command. The collected standard output of the command is returned. In scalar context, it comes back as a single (po...
    perldoc.perl.org/functions/readpipe.txt
    Registered: Wed Jul 09 11:32:21 UTC 2025
    - 622 bytes
    - Viewed (0)
  3. shmctl.txt

    =over =item shmctl ID,CMD,ARG X<shmctl> Calls the System V IPC function shmctl. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is C<IPC_STAT>, then...
    perldoc.perl.org/functions/shmctl.txt
    Registered: Wed Jul 09 20:15:34 UTC 2025
    - 534 bytes
    - Viewed (0)
  4. 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: Wed Jul 09 10:54:20 UTC 2025
    - 308 bytes
    - Viewed (0)
  5. 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: Wed Jul 09 09:44:50 UTC 2025
    - 297 bytes
    - Viewed (0)
  6. s.txt

    =over =item s/// The substitution operator. See L<perlop/"Regexp Quote-Like Operators">. =back 98
    perldoc.perl.org/functions/s.txt
    Registered: Wed Jul 09 20:01:43 UTC 2025
    - 98 bytes
    - Viewed (0)
  7. __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 Jul 10 01:21:14 UTC 2025
    - 109 bytes
    - Viewed (0)
  8. App::Cpan.txt

    package App::Cpan; use strict; use warnings; use vars qw($VERSION); use if $] < 5.008 => 'IO::Scalar'; $VERSION = '1.678'; =head1 NAME App::Cpan - easily interact with CPAN from the command line =h...
    perldoc.perl.org/App::Cpan.txt
    Registered: Thu Jul 10 04:50:38 UTC 2025
    - 39.7K bytes
    - Viewed (0)
  9. Socket.txt

    package Socket; use v5.6.1; use strict; our $VERSION = '2.038'; =head1 NAME C<Socket> - networking constants and support functions =head1 SYNOPSIS C<Socket> a low-level module used by, among other ...
    perldoc.perl.org/Socket.txt
    Registered: Thu Jul 10 05:37:59 UTC 2025
    - 37.6K bytes
    - Viewed (0)
  10. Test2::Tools::Refcount.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2008-2023 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/Test2::Tools::Refcount.txt
    Registered: Thu Jul 10 08:15:39 UTC 2025
    - 8.6K bytes
    - Viewed (0)
Back to top