Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 2,615 for host:perldoc.perl.org (0.02 sec)

  1. Locale::Maketext::Guts.txt

    package Locale::Maketext::Guts; use Locale::Maketext; our $VERSION = '1.20'; =head1 NAME Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code =head1 SYNOPSIS # Do this inst...
    perldoc.perl.org/Locale::Maketext::Guts.txt
    Registered: Sat Apr 05 03:09:22 UTC 2025
    - 451 bytes
    - Viewed (0)
  2. IO::Uncompress::Bunzip2.txt

    package IO::Uncompress::Bunzip2 ; use strict ; use warnings; use bytes; use IO::Compress::Base::Common 2.212 qw(:Status ); use IO::Uncompress::Base 2.212 ; use IO::Uncompress::Adapter::Bunzip2 2.21...
    perldoc.perl.org/IO::Uncompress::Bunzip2.txt
    Registered: Sat Apr 05 06:08:41 UTC 2025
    - 25.5K bytes
    - Viewed (0)
  3. IO::Select.txt

    # IO::Select.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl...
    perldoc.perl.org/IO::Select.txt
    Registered: Sat Apr 05 03:35:50 UTC 2025
    - 9.1K bytes
    - Viewed (0)
  4. Module::Load.txt

    package Module::Load; use strict; use warnings; use File::Spec (); our $VERSION = '0.36'; sub import { my $who = _who(); my $h; shift; { no strict 'refs'; @_ or ( *{"${who}::load"} = \&load, # comp...
    perldoc.perl.org/Module::Load.txt
    Registered: Sat Apr 05 09:29:26 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  5. IPC::SysV.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::SysV.txt
    Registered: Sat Apr 05 05:40:01 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  6. IPC::SharedMem.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::SharedMem.txt
    Registered: Sat Apr 05 04:53:29 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  7. IO::Socket::UNIX.txt

    # IO::Socket::UNIX.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms a...
    perldoc.perl.org/IO::Socket::UNIX.txt
    Registered: Sat Apr 05 08:14:21 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  8. Net::protoent.txt

    package Net::protoent 1.03; use v5.38; our ( $p_name, @p_aliases, $p_proto ); use Exporter 'import'; our @EXPORT = qw(getprotobyname getprotobynumber getprotoent getproto); our @EXPORT_OK = qw( $p_...
    perldoc.perl.org/Net::protoent.txt
    Registered: Sat Apr 05 08:19:32 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  9. JSON::PP::Boolean.txt

    package JSON::PP::Boolean; use strict; use warnings; use overload (); overload::unimport('overload', qw(0+ ++ -- fallback)); overload::import('overload', "0+" => sub { ${$_[0]} }, "++" => sub { $_[...
    perldoc.perl.org/JSON::PP::Boolean.txt
    Registered: Sat Apr 05 05:53:54 UTC 2025
    - 852 bytes
    - Viewed (0)
  10. listen - Perldoc Browser

    functions / listen ( source , CPAN ) # listen SOCKET,QUEUESIZE Does the same thing that the listen(2) system call doe...
    perldoc.perl.org/functions/listen
    Registered: Mon Mar 31 10:54:30 UTC 2025
    - 21.3K bytes
    - Viewed (0)
Back to top