Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 861 - 870 of 2,657 for host:perldoc.perl.org (0.06 sec)

  1. Encode::Unicode::UTF7.txt

    # # $Id: UTF7.pm,v 2.10 2017/06/10 17:23:50 dankogai Exp $ # package Encode::Unicode::UTF7; use strict; use warnings; use parent qw(Encode::Encoding); __PACKAGE__->Define('UTF-7'); our $VERSION = d...
    perldoc.perl.org/Encode::Unicode::UTF7.txt
    Registered: Wed Jan 28 00:26:52 UTC 2026
    - 3.8K bytes
    - Viewed (0)
  2. File::Spec::Cygwin.txt

    package File::Spec::Cygwin; use strict; require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Cygwin - methods for Cygwin fi...
    perldoc.perl.org/File::Spec::Cygwin.txt
    Registered: Tue Jan 27 22:58:45 UTC 2026
    - 3.5K bytes
    - Viewed (0)
  3. Encode::Config.txt

    # # Demand-load module list # package Encode::Config; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use strict; use warnings; our %ExtModule = ( #...
    perldoc.perl.org/Encode::Config.txt
    Registered: Wed Jan 28 00:59:31 UTC 2026
    - 5.9K bytes
    - Viewed (0)
  4. Encode::MIME::Name.txt

    package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; # NOTE: This table must be 1:1 mapping our %MI...
    perldoc.perl.org/Encode::MIME::Name.txt
    Registered: Wed Jan 28 05:10:49 UTC 2026
    - 3.7K bytes
    - Viewed (0)
  5. ExtUtils::MM_Win95.txt

    package ExtUtils::MM_Win95; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Win32; our @ISA = qw(ExtUtils::MM_Win32); use ExtUtils::MakeMaker::Config; =he...
    perldoc.perl.org/ExtUtils::MM_Win95.txt
    Registered: Wed Jan 28 04:13:29 UTC 2026
    - 1.3K bytes
    - Viewed (0)
  6. File::Spec::AmigaOS.txt

    package File::Spec::AmigaOS; use strict; require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::AmigaOS - File::Spec for Amig...
    perldoc.perl.org/File::Spec::AmigaOS.txt
    Registered: Tue Jan 27 22:49:59 UTC 2026
    - 982 bytes
    - Viewed (0)
  7. perlstyle - Perl style guide - Perldoc Browser

    perlstyle ( source , CPAN ) CONTENTS NAME DESCRIPTION # NAME perlstyle - Perl style guide # DESCRIPTION Each programm...
    perldoc.perl.org/perlstyle
    Registered: Mon Jan 26 12:14:49 UTC 2026
    - 24.7K bytes
    - Viewed (0)
  8. perlembed - how to embed perl in your C program...

    perlembed ( source , CPAN ) CONTENTS NAME DESCRIPTION PREAMBLE ROADMAP Compiling your C program Adding a Perl interpr...
    perldoc.perl.org/perlembed
    Registered: Mon Jan 26 12:14:53 UTC 2026
    - 63.4K bytes
    - Viewed (0)
  9. perlwin32 - Perl under Windows - Perldoc Browser

    perlwin32 ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION Setting Up Perl on Windows Building Testing Perl on Wi...
    perldoc.perl.org/perlwin32
    Registered: Mon Jan 26 12:16:30 UTC 2026
    - 55.8K bytes
    - Viewed (0)
  10. perl5121delta - what is new for perl v5.12.1 - ...

    perl5121delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Core Enhancements Modules and Pragmata...
    perldoc.perl.org/perl5121delta
    Registered: Mon Jan 26 12:15:55 UTC 2026
    - 31.3K bytes
    - Viewed (0)
Back to top