Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1281 - 1290 of 2,621 for host:perldoc.perl.org (0.03 sec)

  1. Encode::Encoder.txt

    # # $Id: Encoder.pm,v 2.3 2013/09/14 07:51:59 dankogai Exp $ # package Encode::Encoder; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d"...
    perldoc.perl.org/Encode::Encoder.txt
    Registered: Sun Apr 20 21:06:02 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  2. Encode::KR.txt

    package Encode::KR; BEGIN { if ( ord("A") == 193 ) { die "Encode::KR not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::KR.txt
    Registered: Sun Apr 20 18:54:55 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  3. ExtUtils::MM_QNX.txt

    package ExtUtils::MM_QNX; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_QNX - QNX speci...
    perldoc.perl.org/ExtUtils::MM_QNX.txt
    Registered: Sun Apr 20 16:12:47 UTC 2025
    - 907 bytes
    - Viewed (0)
  4. DBM_Filter::compress - filter for DBM_Filter - ...

    DBM_Filter::compress ( source , CPAN ) version 0.03 CONTENTS NAME SYNOPSIS DESCRIPTION SEE ALSO AUTHOR # NAME DBM_Fil...
    perldoc.perl.org/DBM_Filter::compress
    Registered: Wed Apr 16 11:15:21 UTC 2025
    - 23.1K bytes
    - Viewed (0)
  5. CPAN::Nox - Wrapper around CPAN.pm without usin...

    CPAN::Nox ( source , CPAN ) version 5.5001 CONTENTS NAME SYNOPSIS DESCRIPTION LICENSE SEE ALSO # NAME CPAN::Nox - Wra...
    perldoc.perl.org/CPAN::Nox
    Registered: Wed Apr 16 11:15:34 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  6. Attribute::Handlers - Simpler definition of att...

    Attribute::Handlers ( source , CPAN ) version 1.03 CONTENTS NAME VERSION SYNOPSIS DESCRIPTION Typed lexicals Type-spe...
    perldoc.perl.org/Attribute::Handlers
    Registered: Wed Apr 16 11:15:47 UTC 2025
    - 51.6K bytes
    - Viewed (0)
  7. perlfaq8.txt

    =head1 NAME perlfaq8 - System Interaction =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the Perl FAQ covers questions involving operating system interaction. Topics include i...
    perldoc.perl.org/perlfaq8.txt
    Registered: Thu Apr 17 18:17:44 UTC 2025
    - 48.8K bytes
    - Viewed (0)
  8. perlreguts.txt

    =head1 NAME perlreguts - Description of the Perl regular expression engine. =head1 DESCRIPTION This document is an attempt to shine some light on the guts of the regex engine and how it works. The ...
    perldoc.perl.org/perlreguts.txt
    Registered: Thu Apr 17 23:36:34 UTC 2025
    - 42.4K bytes
    - Viewed (0)
  9. perldebtut.txt

    =head1 NAME perldebtut - Perl debugging tutorial =head1 DESCRIPTION A (very) lightweight introduction in the use of the perl debugger, and a pointer to existing, deeper sources of information on th...
    perldoc.perl.org/perldebtut.txt
    Registered: Thu Apr 17 18:54:21 UTC 2025
    - 21.6K bytes
    - Viewed (0)
  10. perl5202delta.txt

    =encoding utf8 =head1 NAME perl5202delta - what is new for perl v5.20.2 =head1 DESCRIPTION This document describes differences between the 5.20.1 release and the 5.20.2 release. If you are upgradin...
    perldoc.perl.org/perl5202delta.txt
    Registered: Thu Apr 17 20:25:55 UTC 2025
    - 12K bytes
    - Viewed (0)
Back to top