Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1591 - 1600 of 2,642 for host:perldoc.perl.org (0.03 sec)

  1. 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: Mon Sep 01 01:09:50 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  2. 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: Mon Sep 01 02:14:33 UTC 2025
    - 445 bytes
    - Viewed (0)
  3. DESTROY.txt

    =over =item DESTROY This method keyword is documented in L<perlobj/"Destructors">. =back 91
    perldoc.perl.org/functions/DESTROY.txt
    Registered: Mon Sep 01 06:38:54 UTC 2025
    - 91 bytes
    - Viewed (0)
  4. AUTOLOAD.txt

    =over =item AUTOLOAD This keyword is documented in L<perlsub/"Autoloading">. =back 85
    perldoc.perl.org/functions/AUTOLOAD.txt
    Registered: Mon Sep 01 03:27:15 UTC 2025
    - 85 bytes
    - Viewed (0)
  5. bless.txt

    =over =item bless REF,CLASSNAME X<bless> =item bless REF C<bless> tells Perl to mark the item referred to by C<REF> as an object in a package. The two-argument version of C<bless> is always prefera...
    perldoc.perl.org/functions/bless.txt
    Registered: Mon Sep 01 07:40:00 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  6. 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: Mon Sep 01 07:47:11 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  7. Test2::Compare::Hash.txt

    package Test2::Compare::Hash; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/inref meta ending items order for_each_key for_each_...
    perldoc.perl.org/Test2::Compare::Hash.txt
    Registered: Sat Sep 06 03:54:36 UTC 2025
    - 5.7K bytes
    - Viewed (0)
  8. TAP::Parser::SourceHandler::Executable.txt

    package TAP::Parser::SourceHandler::Executable; use strict; use warnings; use File::Spec; use TAP::Parser::IteratorFactory (); use TAP::Parser::Iterator::Process (); use base 'TAP::Parser::SourceHa...
    perldoc.perl.org/TAP::Parser::SourceHandler::Executable.txt
    Registered: Sat Sep 06 04:15:23 UTC 2025
    - 4K bytes
    - Viewed (0)
  9. I18N::LangTags.txt

    # Time-stamp: "2004-10-06 23:26:33 ADT" # Sean M. Burke <sburke@cpan.org> require 5.000; package I18N::LangTags; use strict; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(); our @EXPO...
    perldoc.perl.org/I18N::LangTags.txt
    Registered: Thu Sep 04 21:06:52 UTC 2025
    - 27.4K bytes
    - Viewed (0)
  10. IO::Compress::FAQ.txt

    =head1 NAME IO::Compress::FAQ -- Frequently Asked Questions about IO::Compress =head1 DESCRIPTION Common questions answered. =head1 GENERAL =head2 Compatibility with Unix compress/uncompress. Altho...
    perldoc.perl.org/IO::Compress::FAQ.txt Similar Results (1)
    Registered: Thu Sep 04 20:37:54 UTC 2025
    - 20.5K bytes
    - Viewed (0)
Back to top