Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 1,302 for label:perl (0.03 sec)

  1. CPAN.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.36'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/CPAN.txt
    Registered: Sat Mar 22 13:46:27 UTC 2025
    - 144.4K bytes
    - Viewed (0)
  2. CPAN::Meta::Spec.txt

    # XXX RULES FOR PATCHING THIS FILE XXX # Patches that fix typos or formatting are acceptable. Patches # that change semantics are not acceptable without prior approval # by David Golden or Ricardo ...
    perldoc.perl.org/CPAN::Meta::Spec.txt
    Registered: Sat Mar 22 11:07:41 UTC 2025
    - 36.1K bytes
    - Viewed (0)
  3. DynaLoader.txt

    # Generated from DynaLoader_pm.PL, this file is unique for every OS use strict; package DynaLoader; # And Gandalf said: 'Many folk like to know beforehand what is to # be set on the table; but thos...
    perldoc.perl.org/DynaLoader.txt
    Registered: Sat Mar 22 14:44:25 UTC 2025
    - 25.4K bytes
    - Viewed (0)
  4. CPAN::Meta::Validator.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Validator; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmv = CPAN::M...
    perldoc.perl.org/CPAN::Meta::Validator.txt
    Registered: Sat Mar 22 10:04:26 UTC 2025
    - 33.1K bytes
    - Viewed (0)
  5. Devel::Peek.txt

    # Devel::Peek - A data debugging tool for the XS programmer # The documentation is after the __END__ package Devel::Peek; $VERSION = '1.34'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; requir...
    perldoc.perl.org/Devel::Peek.txt
    Registered: Sat Mar 22 15:20:11 UTC 2025
    - 17.6K bytes
    - Viewed (0)
  6. Encode::PerlIO.txt

    =head1 NAME Encode::PerlIO -- a detailed document on Encode and PerlIO =head1 Overview It is very common to want to do encoding transformations when reading or writing files, network connections, p...
    perldoc.perl.org/Encode::PerlIO.txt
    Registered: Sat Mar 22 15:04:54 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  7. 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: Sat Mar 22 13:58:44 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  8. DirHandle.txt

    package DirHandle; our $VERSION = '1.05'; =head1 NAME DirHandle - (obsolete) supply object methods for directory handles =head1 SYNOPSIS # recommended approach since Perl 5.6: do not use DirHandle ...
    perldoc.perl.org/DirHandle.txt
    Registered: Sat Mar 22 14:29:44 UTC 2025
    - 2K bytes
    - Viewed (0)
  9. Unicode::Collate::CJK::Pinyin.txt

    package Unicode::Collate::CJK::Pinyin; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { nex...
    perldoc.perl.org/Unicode::Collate::CJK::Pinyin.txt
    Registered: Tue Mar 25 05:05:01 UTC 2025
    - 103.6K bytes
    - Viewed (0)
  10. TAP::Parser::Source.txt

    package TAP::Parser::Source; use strict; use warnings; use File::Basename qw( fileparse ); use base 'TAP::Object'; use constant BLK_SIZE => 512; =head1 NAME TAP::Parser::Source - a TAP source & met...
    perldoc.perl.org/TAP::Parser::Source.txt
    Registered: Mon Mar 24 04:56:48 UTC 2025
    - 9.3K bytes
    - Viewed (0)
Back to top