Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 81 - 90 of 2,354 for host:perldoc.perl.org (0.02 sec)

  1. perl5161delta.txt

    =encoding utf8 =head1 NAME perl5161delta - what is new for perl v5.16.1 =head1 DESCRIPTION This document describes differences between the 5.16.0 release and the 5.16.1 release. If you are upgradin...
    perldoc.perl.org/perl5161delta.txt
    Registered: Mon May 13 04:37:28 UTC 2024
    - 6K bytes
    - Viewed (0)
  2. perlqnx.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlqnx.txt
    Registered: Mon May 13 05:36:23 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  3. perl5144delta.txt

    =encoding utf8 =head1 NAME perl5144delta - what is new for perl v5.14.4 =head1 DESCRIPTION This document describes differences between the 5.14.3 release and the 5.14.4 release. If you are upgradin...
    perldoc.perl.org/perl5144delta.txt
    Registered: Mon May 13 09:27:58 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  4. ExtUtils::MM_Unix.txt

    package ExtUtils::MM_Unix; require 5.006; use strict; use warnings; use Carp; use ExtUtils::MakeMaker::Config; use File::Basename qw(basename dirname); our %Config_Override; use ExtUtils::MakeMaker...
    perldoc.perl.org/ExtUtils::MM_Unix.txt
    Registered: Tue May 14 08:59:23 UTC 2024
    - 112.9K bytes
    - Viewed (0)
  5. Exporter.txt

    package Exporter; use strict; no strict 'refs'; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; our $VERSION = '5.77'; our %Cache; sub as_heavy { require Exporter::Heavy; # Unfortunately,...
    perldoc.perl.org/Exporter.txt
    Registered: Tue May 14 07:54:18 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  6. Encode::MIME::Header.txt

    package Encode::MIME::Header; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.29 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Carp (); use Encode (); use MIME::Base6...
    perldoc.perl.org/Encode::MIME::Header.txt
    Registered: Tue May 14 12:42:26 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  7. ExtUtils::Mksymlists.txt

    package ExtUtils::Mksymlists; use 5.006; use strict qw[ subs refs ]; # no strict 'vars'; # until filehandles are exempted use warnings; use Carp; use Exporter; use Config; our @ISA = qw(Exporter); ...
    perldoc.perl.org/ExtUtils::Mksymlists.txt
    Registered: Tue May 14 12:12:43 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  8. ExtUtils::XSSymSet.txt

    package ExtUtils::XSSymSet; use strict; use Config; our $VERSION = '1.4'; sub new { my($pkg,$maxlen,$silent) = @_; $maxlen ||= 31; # Allow absurdly long symbols here if we've told the compiler to #...
    perldoc.perl.org/ExtUtils::XSSymSet.txt
    Registered: Tue May 14 08:02:16 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  9. Encode::JP::H2Z.txt

    # # $Id: H2Z.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $ # package Encode::JP::H2Z; use strict; use warnings; our $RCSID = q$Id: H2Z.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $; our $VERSION = do {...
    perldoc.perl.org/Encode::JP::H2Z.txt
    Registered: Tue May 14 10:51:16 UTC 2024
    - 5K bytes
    - Viewed (0)
  10. ExtUtils::Typemaps::Cmd.txt

    package ExtUtils::Typemaps::Cmd; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; use ExtUtils::Typemaps; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(embeddable_typema...
    perldoc.perl.org/ExtUtils::Typemaps::Cmd.txt
    Registered: Tue May 14 11:12:20 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top