Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 1,306 for label:perl (0.04 sec)

  1. 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: Sun Apr 13 09:44:29 UTC 2025
    - 25.4K bytes
    - Viewed (0)
  2. 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: Sun Apr 13 09:13:55 UTC 2025
    - 17.6K bytes
    - Viewed (0)
  3. App::Prove.txt

    package App::Prove; use strict; use warnings; use TAP::Harness::Env; use Text::ParseWords qw(shellwords); use File::Spec; use Getopt::Long; use App::Prove::State; use Carp; use base 'TAP::Object'; ...
    perldoc.perl.org/App::Prove.txt
    Registered: Sun Apr 13 09:23:43 UTC 2025
    - 18.2K bytes
    - Viewed (0)
  4. ExtUtils::Constant::XS.txt

    package ExtUtils::Constant::XS; use strict; use vars qw($VERSION %XS_Constant %XS_TypeSet @ISA @EXPORT_OK $is_perl56); use Carp; use ExtUtils::Constant::Utils 'perl_stringify'; require ExtUtils::Co...
    perldoc.perl.org/ExtUtils::Constant::XS.txt
    Registered: Sun Apr 13 13:20:26 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  5. Encode::Unicode::UTF7.txt

    # # $Id: UTF7.pm,v 2.10 2017/06/10 17:23:50 dankogai Exp $ # package Encode::Unicode::UTF7; use strict; use warnings; use parent qw(Encode::Encoding); __PACKAGE__->Define('UTF-7'); our $VERSION = d...
    perldoc.perl.org/Encode::Unicode::UTF7.txt
    Registered: Sun Apr 13 10:06:57 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  6. ExtUtils::MM_OS390.txt

    package ExtUtils::MM_OS390; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head...
    perldoc.perl.org/ExtUtils::MM_OS390.txt
    Registered: Sun Apr 13 14:51:13 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  7. 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: Sun Apr 13 08:39:54 UTC 2025
    - 2K bytes
    - Viewed (0)
  8. ExtUtils::MM_Darwin.txt

    package ExtUtils::MM_Darwin; use strict; use warnings; BEGIN { require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Unix ); } our $VERSION = '7.70'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MM_...
    perldoc.perl.org/ExtUtils::MM_Darwin.txt
    Registered: Sun Apr 13 14:43:14 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  9. IO::Uncompress::RawInflate.txt

    package IO::Uncompress::RawInflate ; # for RFC1951 use strict ; use warnings; use bytes; use Compress::Raw::Zlib 2.212 ; use IO::Compress::Base::Common 2.212 qw(:Status ); use IO::Uncompress::Base ...
    perldoc.perl.org/IO::Uncompress::RawInflate.txt
    Registered: Sun Apr 13 22:49:37 UTC 2025
    - 31.7K bytes
    - Viewed (0)
  10. IO::Uncompress::AnyUncompress.txt

    package IO::Uncompress::AnyUncompress ; use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.212 (); use IO::Uncompress::Base 2.212 ; require Exporter ; our ($VERSION, @ISA, @EXPOR...
    perldoc.perl.org/IO::Uncompress::AnyUncompress.txt
    Registered: Sun Apr 13 20:01:02 UTC 2025
    - 30.9K bytes
    - Viewed (0)
Back to top