Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1841 - 1850 of 2,638 for host:perldoc.perl.org (0.03 sec)

  1. say.txt

    =over =item say FILEHANDLE LIST X<say> =item say FILEHANDLE =item say LIST =item say Just like L<C<print>|/print FILEHANDLE LIST>, but implicitly appends a newline at the end of the LIST instead of...
    perldoc.perl.org/functions/say.txt
    Registered: Wed Jul 09 03:20:20 UTC 2025
    - 686 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: Wed Jul 09 00:48:37 UTC 2025
    - 445 bytes
    - Viewed (0)
  3. 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: Wed Jul 09 03:36:42 UTC 2025
    - 325 bytes
    - Viewed (0)
  4. ExtUtils::Install.txt

    package ExtUtils::Install; use strict; use Config qw(%Config); use Cwd qw(cwd); use Exporter (); use File::Basename qw(dirname); use File::Copy; use File::Path; use File::Spec; our @ISA = ('Exporte...
    perldoc.perl.org/ExtUtils::Install.txt
    Registered: Thu Jul 10 17:27:55 UTC 2025
    - 40K bytes
    - Viewed (0)
  5. CPAN::Meta::History::Meta_1_4.txt

    =for :stopwords MailingList PODs RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_4 - Version 1.4 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_4.txt
    Registered: Thu Jul 10 19:00:53 UTC 2025
    - 18.6K bytes
    - Viewed (0)
  6. CPAN::Meta::Prereqs.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Prereqs; our $VERSION = '2.150010'; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Prereqs object represents the prerequisites for a CPAN #...
    perldoc.perl.org/CPAN::Meta::Prereqs.txt
    Registered: Thu Jul 10 14:26:40 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  7. CPAN::Meta::History::Meta_1_1.txt

    =for :stopwords Ingy READMEs WTF licensure =head1 NAME CPAN::Meta::History::Meta_1_1 - Version 1.1 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.1 sp...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_1.txt
    Registered: Thu Jul 10 16:03:23 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  8. ExtUtils::Command::MM.txt

    package ExtUtils::Command::MM; require 5.006; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(test_harness pod2man perllocal_install uninstall warn_if_old_pack...
    perldoc.perl.org/ExtUtils::Command::MM.txt
    Registered: Thu Jul 10 13:51:56 UTC 2025
    - 7.5K bytes
    - Viewed (0)
  9. CPAN::Queue.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- use strict; package CPAN::Queue::Item; # CPAN::Queue::Item::new ; sub new { my($class,@attr) = @_; my $self = bless { @attr }, $class; re...
    perldoc.perl.org/CPAN::Queue.txt
    Registered: Thu Jul 10 19:21:49 UTC 2025
    - 7K bytes
    - Viewed (0)
  10. ExtUtils::Mkbootstrap.txt

    package ExtUtils::Mkbootstrap; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require Exporter; our @ISA = ('Exporter'); our @EXPORT = ('&Mkbootstrap'); use Config; our $Verb...
    perldoc.perl.org/ExtUtils::Mkbootstrap.txt
    Registered: Thu Jul 10 15:19:48 UTC 2025
    - 3.1K bytes
    - Viewed (0)
Back to top