Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3261 - 3270 of 3,417 for filetype:txt (0.06 sec)

  1. 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: Fri Feb 14 17:09:47 UTC 2025
    - 4K bytes
    - Viewed (0)
  2. Encode::JP.txt

    package Encode::JP; BEGIN { if ( ord("A") == 193 ) { die "Encode::JP not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::JP.txt
    Registered: Fri Feb 14 20:31:01 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  3. App::Cpan.txt

    package App::Cpan; use strict; use warnings; use vars qw($VERSION); use if $] < 5.008 => 'IO::Scalar'; $VERSION = '1.678'; =head1 NAME App::Cpan - easily interact with CPAN from the command line =h...
    perldoc.perl.org/App::Cpan.txt
    Registered: Fri Feb 14 06:26:53 UTC 2025
    - 39.7K bytes
    - Viewed (0)
  4. Compress::Raw::Zlib.txt

    package Compress::Raw::Zlib; require 5.006 ; require Exporter; use Carp ; use strict ; use warnings ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DE...
    perldoc.perl.org/Compress::Raw::Zlib.txt
    Registered: Fri Feb 14 09:01:39 UTC 2025
    - 47.9K bytes
    - Viewed (0)
  5. Test2::Tools::Refcount.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2008-2023 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/Test2::Tools::Refcount.txt
    Registered: Fri Feb 14 07:35:43 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  6. 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: Fri Feb 14 08:46:26 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  7. autouse.txt

    package autouse; #use strict; # debugging only use 5.006; # use warnings $autouse::VERSION = '1.11'; $autouse::DEBUG ||= 0; sub vet_import ($); sub croak { require Carp; Carp::croak(@_); } sub impo...
    perldoc.perl.org/autouse.txt
    Registered: Fri Feb 14 09:23:14 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  8. vmsish.txt

    package vmsish; our $VERSION = '1.04'; =head1 NAME vmsish - Perl pragma to control VMS-specific language features =head1 SYNOPSIS use vmsish; use vmsish 'status'; # or '$?' use vmsish 'exit'; use v...
    perldoc.perl.org/vmsish.txt
    Registered: Fri Feb 14 08:03:52 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  9. 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: Fri Feb 14 06:12:34 UTC 2025
    - 1K bytes
    - Viewed (0)
  10. ops.txt

    package ops; our $VERSION = '1.02'; use Opcode qw(opmask_add opset invert_opset); sub import { shift; # Not that unimport is the preferred form since import's don't # accumulate well owing to the '...
    perldoc.perl.org/ops.txt
    Registered: Fri Feb 14 09:25:35 UTC 2025
    - 997 bytes
    - Viewed (0)
Back to top