Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1141 - 1150 of 1,306 for label:perl (0.02 sec)

  1. App::Prove::State.txt

    package App::Prove::State; use strict; use warnings; use File::Find; use File::Spec; use Carp; use App::Prove::State::Result; use TAP::Parser::YAMLish::Reader (); use TAP::Parser::YAMLish::Writer (...
    perldoc.perl.org/App::Prove::State.txt
    Registered: Sun Apr 20 07:24:58 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  2. CPAN::Plugin.txt

    package CPAN::Plugin; use strict; use warnings; our $VERSION = '0.97'; require CPAN; ########## sub new { # ; my ($class, %params) = @_; my $self = +{ (ref $class ? (%$class) : ()), %params, }; $se...
    perldoc.perl.org/CPAN::Plugin.txt
    Registered: Sun Apr 20 04:19:30 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  3. CPAN::API::HOWTO.txt

    =head1 NAME CPAN::API::HOWTO - a recipe book for programming with CPAN.pm =head1 RECIPES All of these recipes assume that you have put "use CPAN" at the top of your program. =head2 What distributio...
    perldoc.perl.org/CPAN::API::HOWTO.txt
    Registered: Sun Apr 20 05:20:44 UTC 2025
    - 1K bytes
    - Viewed (0)
  4. IO::Compress::Base.txt

    package IO::Compress::Base ; require 5.006 ; use strict ; use warnings; use IO::Compress::Base::Common 2.212 ; use IO::File (); ; use Scalar::Util (); #use File::Glob; #require Exporter ; use Carp(...
    perldoc.perl.org/IO::Compress::Base.txt
    Registered: Sun Apr 20 15:15:11 UTC 2025
    - 23.5K bytes
    - Viewed (0)
  5. Dumpvalue.txt

    use 5.006_001; # for (defined ref) and $#$v and our package Dumpvalue; use strict; use warnings; our $VERSION = '1.21'; our(%address, $stab, @stab, %stab, %subs); sub ASCII { return ord('A') == 65;...
    perldoc.perl.org/Dumpvalue.txt
    Registered: Sun Apr 20 15:48:13 UTC 2025
    - 17.3K bytes
    - Viewed (0)
  6. Encode::Unicode.txt

    package Encode::Unicode; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.20 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE__, $VERS...
    perldoc.perl.org/Encode::Unicode.txt
    Registered: Sun Apr 20 17:55:41 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  7. Encode::Guess.txt

    package Encode::Guess; use strict; use warnings; use Encode qw(:fallbacks find_encoding); our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; my $Canon ...
    perldoc.perl.org/Encode::Guess.txt
    Registered: Sun Apr 20 14:51:54 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  8. ExtUtils::Typemaps::OutputMap.txt

    package ExtUtils::Typemaps::OutputMap; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; =head1 NAME ExtUtils::Typemaps::OutputMap - Entry in the OUTPUT section of a typemap =head1 SYN...
    perldoc.perl.org/ExtUtils::Typemaps::OutputMap.txt
    Registered: Sun Apr 20 16:49:28 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  9. ExtUtils::MM_Cygwin.txt

    package ExtUtils::MM_Cygwin; use strict; use warnings; use ExtUtils::MakeMaker::Config; use File::Spec; require ExtUtils::MM_Unix; require ExtUtils::MM_Win32; our @ISA = qw( ExtUtils::MM_Unix ); ou...
    perldoc.perl.org/ExtUtils::MM_Cygwin.txt
    Registered: Sun Apr 20 15:57:36 UTC 2025
    - 4K bytes
    - Viewed (0)
  10. Encode::CN.txt

    package Encode::CN; BEGIN { if ( ord("A") == 193 ) { die "Encode::CN 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::CN.txt
    Registered: Sun Apr 20 14:37:18 UTC 2025
    - 2K bytes
    - Viewed (0)
Back to top