Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2411 - 2420 of 2,642 for host:perldoc.perl.org (0.06 sec)

  1. vmsish.txt

    package vmsish; our $VERSION = '1.04'; =head1 NAME vmsish - Perl pragma to control VMS-specific language features =head1 SYNOPSIS use vmsish; use vmsish 'status'; # or '$?' use vmsish 'exit'; use v...
    perldoc.perl.org/vmsish.txt
    Registered: Fri Sep 12 20:59:30 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  2. perlhacktips - Tips for Perl core C code hackin...

    perlhacktips ( source , CPAN ) CONTENTS NAME DESCRIPTION COMMON PROBLEMS Perl environment problems C99 Symbol Names a...
    perldoc.perl.org/perlhacktips
    Registered: Fri Sep 12 12:15:02 UTC 2025
    - 110.2K bytes
    - Viewed (0)
  3. App::Cpan.txt

    package App::Cpan; use strict; use warnings; use vars qw($VERSION); use if $] < 5.008 => 'IO::Scalar'; $VERSION = '1.678'; =head1 NAME App::Cpan - easily interact with CPAN from the command line =h...
    perldoc.perl.org/App::Cpan.txt
    Registered: Fri Sep 12 23:23:14 UTC 2025
    - 39.7K bytes
    - Viewed (0)
  4. Socket.txt

    package Socket; use v5.6.1; use strict; our $VERSION = '2.038'; =head1 NAME C<Socket> - networking constants and support functions =head1 SYNOPSIS C<Socket> a low-level module used by, among other ...
    perldoc.perl.org/Socket.txt
    Registered: Fri Sep 12 21:04:53 UTC 2025
    - 37.6K bytes
    - Viewed (0)
  5. Benchmark.txt

    package Benchmark; use strict; =head1 NAME Benchmark - Benchmark running times of Perl code =head1 SYNOPSIS use Benchmark qw(:all); timethis($count, "code"); # Use Perl code in strings... timethese...
    perldoc.perl.org/Benchmark.txt
    Registered: Fri Sep 12 21:29:50 UTC 2025
    - 30.3K bytes
    - Viewed (0)
  6. feature.txt

    # -*- mode: Perl; buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by regen/feature.pl. # Any changes made here will be lost! package feature; our $VERSION = '1....
    perldoc.perl.org/feature.txt
    Registered: Fri Sep 12 21:43:26 UTC 2025
    - 34.2K bytes
    - Viewed (0)
  7. threads::shared.txt

    package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.70'; # Please update the pod, too. my $XS_VERSION = $VERSIO...
    perldoc.perl.org/threads::shared.txt
    Registered: Sat Sep 13 00:23:04 UTC 2025
    - 20.1K bytes
    - Viewed (0)
  8. open.txt

    package open; use warnings; our $VERSION = '1.13'; require 5.008001; # for PerlIO::get_layers() my $locale_encoding; sub _get_encname { return ($1, Encode::resolve_alias($1)) if $_[0] =~ /^:?encodi...
    perldoc.perl.org/open.txt
    Registered: Fri Sep 12 23:47:16 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  9. CPAN::API::HOWTO.txt

    =head1 NAME CPAN::API::HOWTO - a recipe book for programming with CPAN.pm =head1 RECIPES All of these recipes assume that you have put "use CPAN" at the top of your program. =head2 What distributio...
    perldoc.perl.org/CPAN::API::HOWTO.txt
    Registered: Fri Sep 12 21:57:28 UTC 2025
    - 1K bytes
    - Viewed (0)
  10. ops.txt

    package ops; our $VERSION = '1.02'; use Opcode qw(opmask_add opset invert_opset); sub import { shift; # Not that unimport is the preferred form since import's don't # accumulate well owing to the '...
    perldoc.perl.org/ops.txt
    Registered: Sat Sep 13 00:43:16 UTC 2025
    - 997 bytes
    - Viewed (0)
Back to top