Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1131 - 1140 of 1,302 for label:perl (0.06 sec)

  1. CPAN::Meta::Requirements::Range.txt

    use v5.10; use strict; use warnings; package CPAN::Meta::Requirements::Range; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use Carp (); #pod =head1 SYNOPSIS #po...
    perldoc.perl.org/CPAN::Meta::Requirements::Range.txt
    Registered: Fri Nov 15 14:07:16 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  2. 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 Nov 15 17:34:46 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. 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: Fri Nov 15 16:34:20 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. 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 Nov 15 15:21:31 UTC 2024
    - 997 bytes
    - Viewed (0)
  5. Fatal.txt

    package Fatal; # ABSTRACT: Replace functions with equivalents which succeed or die use 5.008; # 5.8.x needed for autodie use Carp; use strict; use warnings; use Tie::RefHash; # To cache subroutine ...
    perldoc.perl.org/Fatal.txt
    Registered: Sat Nov 16 09:02:00 UTC 2024
    - 59.2K bytes
    - Viewed (0)
  6. Data::Dumper.txt

    # # Data/Dumper.pm # # convert perl data structures into perl syntax suitable for both printing # and eval # # Documentation at the __END__ # package Data::Dumper; use strict; use warnings; #$| = 1...
    perldoc.perl.org/Data::Dumper.txt
    Registered: Sat Nov 16 10:02:45 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  7. 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: Sat Nov 16 08:43:45 UTC 2024
    - 47.9K bytes
    - Viewed (0)
  8. ExtUtils::Constant::Base.txt

    package ExtUtils::Constant::Base; use strict; use vars qw($VERSION); use Carp; use Text::Wrap; use ExtUtils::Constant::Utils qw(C_stringify perl_stringify); $VERSION = '0.07'; use constant is_perl5...
    perldoc.perl.org/ExtUtils::Constant::Base.txt
    Registered: Sat Nov 16 10:22:29 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  9. 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: Sat Nov 16 09:56:27 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  10. 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: Sat Nov 16 09:20:59 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top