Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1871 - 1880 of 2,638 for host:perldoc.perl.org (0.04 sec)

  1. perlhpux - Perl version 5 on Hewlett-Packard Un...

    perlhpux ( source , CPAN ) CONTENTS NAME DESCRIPTION Using perl as shipped with HP-UX Using perl from HP's porting ce...
    perldoc.perl.org/perlhpux
    Registered: Mon Jul 07 15:32:30 UTC 2025
    - 54.4K bytes
    - Viewed (0)
  2. perlbs2000 - building and installing Perl for B...

    perlbs2000 ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION gzip on BS2000 bison on BS2000 Unpacking Perl Distrib...
    perldoc.perl.org/perlbs2000
    Registered: Mon Jul 07 15:32:52 UTC 2025
    - 27.1K bytes
    - Viewed (0)
  3. perl5201delta - what is new for perl v5.20.1 - ...

    perl5201delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Performance Enhancements Modules and P...
    perldoc.perl.org/perl5201delta
    Registered: Mon Jul 07 15:33:01 UTC 2025
    - 32.8K bytes
    - Viewed (0)
  4. perlsec.txt

    =head1 NAME perlsec - Perl security =head1 DESCRIPTION Perl is designed to make it easy to program securely even when running with extra privileges, like setuid or setgid programs. Unlike most comm...
    perldoc.perl.org/perlsec.txt
    Registered: Tue Jul 08 03:28:35 UTC 2025
    - 27.4K bytes
    - Viewed (0)
  5. perlootut.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlootut.pod =head1 NAME perlootut - Object-Oriented Programming in Perl Tutorial =head1...
    perldoc.perl.org/perlootut.txt
    Registered: Tue Jul 08 04:43:13 UTC 2025
    - 26.1K bytes
    - Viewed (0)
  6. Fcntl.txt

    package Fcntl; use strict; use Exporter 'import'; require XSLoader; our $VERSION = '1.20'; XSLoader::load(); # Named groups of exports our %EXPORT_TAGS = ( 'flock' => [qw(LOCK_SH LOCK_EX LOCK_NB LO...
    perldoc.perl.org/Fcntl.txt
    Registered: Mon Jul 07 22:37:26 UTC 2025
    - 18.6K bytes
    - Viewed (0)
  7. perlmodinstall.txt

    =head1 NAME perlmodinstall - Installing CPAN Modules =head1 DESCRIPTION You can think of a module as the fundamental unit of reusable Perl code; see L<perlmod> for details. Whenever anyone creates ...
    perldoc.perl.org/perlmodinstall.txt
    Registered: Tue Jul 08 05:02:31 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  8. File::Spec.txt

    package File::Spec; use strict; # Keep $VERSION consistent in all *.pm files in this distribution, including # Cwd.pm. our $VERSION = '3.94'; $VERSION =~ tr/_//d; my %module = ( MSWin32 => 'Win32',...
    perldoc.perl.org/File::Spec.txt
    Registered: Tue Jul 08 00:36:36 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  9. ExtUtils::ParseXS.txt

    =head1 NAME ExtUtils::ParseXS - converts Perl XS code into C code =head1 SYNOPSIS use ExtUtils::ParseXS; my $pxs = ExtUtils::ParseXS->new; $pxs->process_file( filename => 'foo.xs' ); $pxs->process_...
    perldoc.perl.org/ExtUtils::ParseXS.txt
    Registered: Mon Jul 07 22:32:17 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  10. sort.txt

    package sort; use strict; use warnings; our $VERSION = '2.06'; sub import { shift; if (@_ == 0) { require Carp; Carp::croak("sort pragma requires arguments"); } $^H{sort} //= 0; for my $subpragma (...
    perldoc.perl.org/sort.txt
    Registered: Tue Jul 08 01:17:44 UTC 2025
    - 3K bytes
    - Viewed (0)
Back to top