Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1651 - 1660 of 2,621 for host:perldoc.perl.org (0.03 sec)

  1. getsockopt.txt

    =over =item getsockopt SOCKET,LEVEL,OPTNAME X<getsockopt> Queries the option named OPTNAME associated with SOCKET at a given LEVEL. Options may exist at multiple protocol levels depending on the so...
    perldoc.perl.org/functions/getsockopt.txt
    Registered: Sat Apr 19 06:35:11 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  2. 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: Sat Apr 19 08:23:24 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  3. 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: Sat Apr 19 07:55:43 UTC 2025
    - 445 bytes
    - Viewed (0)
  4. 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: Sat Apr 19 10:28:27 UTC 2025
    - 464 bytes
    - Viewed (0)
  5. AUTOLOAD.txt

    =over =item AUTOLOAD This keyword is documented in L<perlsub/"Autoloading">. =back 85
    perldoc.perl.org/functions/AUTOLOAD.txt
    Registered: Sat Apr 19 11:04:46 UTC 2025
    - 85 bytes
    - Viewed (0)
  6. 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: Sat Apr 19 13:48:28 UTC 2025
    - 325 bytes
    - Viewed (0)
  7. Fcntl - various flag constants and helper funct...

    Fcntl ( source , CPAN ) version 1.18 Fcntl may also refer to the function: fcntl CONTENTS NAME SYNOPSIS DESCRIPTION E...
    perldoc.perl.org/Fcntl
    Registered: Wed Apr 16 11:32:19 UTC 2025
    - 55.4K bytes
    - Viewed (0)
  8. Digest::file - Calculate digests of files - Per...

    Digest::file ( source , CPAN ) version 1.20 CONTENTS NAME SYNOPSIS DESCRIPTION SEE ALSO # NAME Digest::file - Calcula...
    perldoc.perl.org/Digest::file
    Registered: Wed Apr 16 11:32:28 UTC 2025
    - 23.1K bytes
    - Viewed (0)
  9. Encode::EBCDIC - EBCDIC Encodings - Perldoc Bro...

    Encode::EBCDIC ( source , CPAN ) version 2.02 CONTENTS NAME SYNOPSIS ABSTRACT DESCRIPTION SEE ALSO # NAME Encode::EBC...
    perldoc.perl.org/Encode::EBCDIC
    Registered: Wed Apr 16 11:32:54 UTC 2025
    - 22.5K bytes
    - Viewed (0)
  10. Filter::Simple - Simplified source filtering - ...

    Filter::Simple ( source , CPAN ) version 0.96 CONTENTS NAME SYNOPSIS DESCRIPTION The Problem A Solution Disabling or ...
    perldoc.perl.org/Filter::Simple
    Registered: Wed Apr 16 11:33:03 UTC 2025
    - 43.5K bytes
    - Viewed (0)
Back to top