Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1141 - 1150 of 1,302 for label:perl (0.03 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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: Sat Nov 16 08:56:28 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. Encode::CJKConstants.txt

    # # $Id: CJKConstants.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $ # package Encode::CJKConstants; use strict; use warnings; our $RCSID = q$Id: CJKConstants.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp...
    perldoc.perl.org/Encode::CJKConstants.txt
    Registered: Sat Nov 16 09:37:15 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  6. Encode::EBCDIC.txt

    package Encode::EBCDIC; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...
    perldoc.perl.org/Encode::EBCDIC.txt
    Registered: Sat Nov 16 09:30:47 UTC 2024
    - 865 bytes
    - Viewed (0)
  7. Test2::Hub.txt

    package Test2::Hub; use strict; use warnings; our $VERSION = '1.302199'; use Carp qw/carp croak confess/; use Test2::Util qw/get_tid gen_uid/; use Scalar::Util qw/weaken/; use List::Util qw/first/;...
    perldoc.perl.org/Test2::Hub.txt
    Registered: Mon Nov 18 03:42:30 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  8. Test2::API::Instance.txt

    package Test2::API::Instance; use strict; use warnings; our $VERSION = '1.302199'; our @CARP_NOT = qw/Test2::API Test2::API::Instance Test2::IPC::Driver Test2::Formatter/; use Carp qw/confess carp/...
    perldoc.perl.org/Test2::API::Instance.txt
    Registered: Mon Nov 18 00:19:34 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  9. Test2::Compare::Array.txt

    package Test2::Compare::Array; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/inref meta ending items order for_each/; use Carp q...
    perldoc.perl.org/Test2::Compare::Array.txt
    Registered: Mon Nov 18 03:11:26 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  10. Test2::EventFacet::Meta.txt

    package Test2::EventFacet::Meta; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use vars qw/$AUTOLOAD/; # replace set_det...
    perldoc.perl.org/Test2::EventFacet::Meta.txt
    Registered: Mon Nov 18 01:21:27 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top