Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1311 - 1320 of 2,657 for host:perldoc.perl.org (0.03 sec)

  1. locale.txt

    package locale; use strict; use warnings; our $VERSION = '1.13'; use Config; $Carp::Internal{ (__PACKAGE__) } = 1; =head1 NAME locale - Perl pragma to use or avoid POSIX locales for built-in operat...
    perldoc.perl.org/locale.txt
    Registered: Tue Jan 27 03:31:56 UTC 2026
    - 4.6K bytes
    - Viewed (0)
  2. NDBM_File.txt

    package NDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.18"; XSLoader::load(); 1; __END__ =head1 NAME NDBM_File - Tied access t...
    perldoc.perl.org/NDBM_File.txt
    Registered: Mon Jan 26 22:58:11 UTC 2026
    - 3K bytes
    - Viewed (0)
  3. perlxs - XS language reference manual - Perldoc...

    perlxs ( source , CPAN ) CONTENTS NAME DESCRIPTION Introduction On The Road The Anatomy of an XSUB The Argument Stack...
    perldoc.perl.org/perlxs
    Registered: Mon Jan 26 12:14:24 UTC 2026
    - 113.1K bytes
    - Viewed (0)
  4. send - Perldoc Browser

    functions / send ( source , CPAN ) # send SOCKET,MSG,FLAGS,TO # send SOCKET,MSG,FLAGS Sends a message on a socket. At...
    perldoc.perl.org/functions/send
    Registered: Mon Jan 26 13:26:13 UTC 2026
    - 15.9K bytes
    - Viewed (0)
  5. __FILE__ - Perldoc Browser

    functions / __FILE__ ( source , CPAN ) # __FILE__ A special token that returns the name of the file in which it occur...
    perldoc.perl.org/functions/__FILE__
    Registered: Mon Jan 26 13:26:33 UTC 2026
    - 15.5K bytes
    - Viewed (0)
  6. package - Perldoc Browser

    functions / package ( source , CPAN ) # package NAMESPACE # package NAMESPACE VERSION # package NAMESPACE BLOCK # pac...
    perldoc.perl.org/functions/package
    Registered: Mon Jan 26 13:24:16 UTC 2026
    - 18.4K bytes
    - Viewed (0)
  7. getsockopt - Perldoc Browser

    functions / getsockopt ( source , CPAN ) # getsockopt SOCKET,LEVEL,OPTNAME Queries the option named OPTNAME associate...
    perldoc.perl.org/functions/getsockopt
    Registered: Mon Jan 26 13:24:33 UTC 2026
    - 17.5K bytes
    - Viewed (0)
  8. __CLASS__ - Perldoc Browser

    functions / __CLASS__ ( source , CPAN ) # __CLASS__ Invoked within a method , or similar location, such as a field in...
    perldoc.perl.org/functions/__CLASS__
    Registered: Mon Jan 26 13:29:29 UTC 2026
    - 16.4K bytes
    - Viewed (0)
  9. ref - Perldoc Browser

    functions / ref ( source , CPAN ) # ref EXPR # ref Examines the value of EXPR, expecting it to be a reference, and re...
    perldoc.perl.org/functions/ref
    Registered: Mon Jan 26 13:29:34 UTC 2026
    - 18.2K bytes
    - Viewed (0)
  10. socket - Perldoc Browser

    functions / socket ( source , CPAN ) socket may also refer to the module: Socket # socket SOCKET,DOMAIN,TYPE,PROTOCOL...
    perldoc.perl.org/functions/socket
    Registered: Mon Jan 26 13:28:23 UTC 2026
    - 16K bytes
    - Viewed (0)
Back to top