Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 871 - 880 of 1,302 for label:perl (0.06 sec)

  1. Encode::Supported.txt

    =head1 NAME Encode::Supported -- Encodings supported by Encode =head1 DESCRIPTION =head2 Encoding Names Encoding names are case insensitive. White space in names is ignored. In addition, an encodin...
    perldoc.perl.org/Encode::Supported.txt
    Registered: Sat Nov 16 12:39:30 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  2. Cwd.txt

    package Cwd; use strict; use Exporter; our $VERSION = '3.90'; my $xs_version = $VERSION; $VERSION =~ tr/_//d; our @ISA = qw/ Exporter /; our @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); push @EXPOR...
    perldoc.perl.org/Cwd.txt
    Registered: Sat Nov 16 13:09:57 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  3. Class::Struct.txt

    package Class::Struct; ## See POD after __END__ use 5.006_001; use strict; use warnings::register; our(@ISA, @EXPORT, $VERSION); use Carp; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(struct...
    perldoc.perl.org/Class::Struct.txt
    Registered: Sat Nov 16 13:02:19 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  4. ExtUtils::Installed.txt

    use strict; package ExtUtils::Installed; #use warnings; # XXX requires 5.6 use Carp qw(); use ExtUtils::Packlist; use ExtUtils::MakeMaker; use Config; use File::Find; use File::Basename; use File::...
    perldoc.perl.org/ExtUtils::Installed.txt
    Registered: Sat Nov 16 12:35:54 UTC 2024
    - 14K bytes
    - Viewed (0)
  5. 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: Sat Nov 16 11:58:29 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  6. Encode::CN::HZ.txt

    package Encode::CN::HZ; use strict; use warnings; use utf8 (); use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fa...
    perldoc.perl.org/Encode::CN::HZ.txt
    Registered: Sat Nov 16 13:22:33 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  7. ExtUtils::MM_OS2.txt

    package ExtUtils::MM_OS2; use strict; use warnings; use ExtUtils::MakeMaker qw(neatvalue); use File::Spec; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; require ExtUtils::MM...
    perldoc.perl.org/ExtUtils::MM_OS2.txt
    Registered: Sat Nov 16 14:16:32 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  8. ExtUtils::Typemaps::InputMap.txt

    package ExtUtils::Typemaps::InputMap; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; =head1 NAME ExtUtils::Typemaps::InputMap - Entry in the INPUT section of a typemap =head1 SYNOPS...
    perldoc.perl.org/ExtUtils::Typemaps::InputMap.txt
    Registered: Sat Nov 16 12:08:43 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. ExtUtils::MakeMaker::Config.txt

    package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Config (); # Give us an overridable config. our %Config = %Config::Config; sub import ...
    perldoc.perl.org/ExtUtils::MakeMaker::Config.txt
    Registered: Sat Nov 16 14:09:32 UTC 2024
    - 602 bytes
    - Viewed (0)
  10. Test2::Compare::Object.txt

    package Test2::Compare::Object; use strict; use warnings; use Test2::Util qw/try/; use Test2::Compare::Meta(); use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase ...
    perldoc.perl.org/Test2::Compare::Object.txt
    Registered: Sun Nov 17 21:33:26 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top