Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 801 - 810 of 1,306 for label:perl (0.03 sec)

  1. 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: Sun Apr 13 00:00:46 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  2. 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: Sat Apr 12 23:32:26 UTC 2025
    - 5K bytes
    - Viewed (0)
  3. Math::BigInt::Lib.txt

    package Math::BigInt::Lib; use 5.006001; use strict; use warnings; our $VERSION = '2.003002'; $VERSION =~ tr/_//d; use Carp; use overload # overload key: with_assign '+' => sub { my $class = ref $_...
    perldoc.perl.org/Math::BigInt::Lib.txt
    Registered: Mon Apr 14 04:10:39 UTC 2025
    - 78.2K bytes
    - Viewed (0)
  4. Locale::Maketext::TPJ13.txt

    # This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =head1 NAME Locale::Maketext::TPJ13 -- article about software localization =head1 SYNOPS...
    perldoc.perl.org/Locale::Maketext::TPJ13.txt
    Registered: Mon Apr 14 04:25:55 UTC 2025
    - 35.3K bytes
    - Viewed (0)
  5. Memoize::NDBM_File.txt

    use strict; use warnings; package Memoize::NDBM_File; our $VERSION = '1.16'; use NDBM_File; our @ISA = qw(NDBM_File); # NDBM_File cannot store undef and will store an empty string if you try # but ...
    perldoc.perl.org/Memoize::NDBM_File.txt
    Registered: Mon Apr 14 03:19:38 UTC 2025
    - 926 bytes
    - Viewed (0)
  6. 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: Sun Apr 13 11:25:47 UTC 2025
    - 112.9K bytes
    - Viewed (0)
  7. Exporter.txt

    package Exporter; use strict; no strict 'refs'; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; our $VERSION = '5.78'; our %Cache; sub as_heavy { require Exporter::Heavy; # Unfortunately,...
    perldoc.perl.org/Exporter.txt
    Registered: Sun Apr 13 14:00:21 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  8. ExtUtils::MakeMaker::Locale.txt

    package ExtUtils::MakeMaker::Locale; use strict; use warnings; our $VERSION = "7.70"; $VERSION =~ tr/_//d; use base 'Exporter'; our @EXPORT_OK = qw( decode_argv env $ENCODING_LOCALE $ENCODING_LOCAL...
    perldoc.perl.org/ExtUtils::MakeMaker::Locale.txt
    Registered: Sun Apr 13 11:49:35 UTC 2025
    - 13K bytes
    - Viewed (0)
  9. ExtUtils::CBuilder::Platform::Windows.txt

    package ExtUtils::CBuilder::Platform::Windows; use strict; use warnings; use File::Basename; use File::Spec; use ExtUtils::CBuilder::Base; use IO::File; our $VERSION = '0.280240'; # VERSION our @IS...
    perldoc.perl.org/ExtUtils::CBuilder::Platform::Windows.txt
    Registered: Sun Apr 13 14:07:35 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  10. ExtUtils::Packlist.txt

    package ExtUtils::Packlist; use strict; use Carp qw(); use Config; our $Relocations; our $VERSION = '2.22'; $VERSION = eval $VERSION; # Used for generating filehandle globs. IO::File might not be a...
    perldoc.perl.org/ExtUtils::Packlist.txt
    Registered: Sun Apr 13 15:27:27 UTC 2025
    - 8.3K bytes
    - Viewed (0)
Back to top