Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3121 - 3130 of 5,854 for content_length:[0 TO 9999] (0.1 sec)

  1. B::Showlex.txt

    package B::Showlex; our $VERSION = '1.05'; use strict; use B qw(svref_2object comppadlist class); use B::Terse (); use B::Concise (); # # Invoke as # perl -MO=Showlex,foo bar.pl # to see the names ...
    perldoc.perl.org/B::Showlex.txt
    Registered: Thu Nov 07 09:23:15 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  2. CPAN::Kwalify.txt

    =head1 NAME CPAN::Kwalify - Interface between CPAN.pm and Kwalify.pm =head1 SYNOPSIS use CPAN::Kwalify; validate($schema_name, $data, $file, $doc); =head1 DESCRIPTION =over =item _validate($schema_...
    perldoc.perl.org/CPAN::Kwalify.txt
    Registered: Thu Nov 07 12:03:55 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  3. Amiga::Exec.txt

    package Amiga::Exec; use 5.016000; use strict; use warnings; use Carp; use Exporter 'import'; # Items to export into callers namespace by default. Note: do not export # names by default without a v...
    perldoc.perl.org/Amiga::Exec.txt
    Registered: Thu Nov 07 13:36:27 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. warnings::register.txt

    package warnings::register 1.06; require warnings; # left here as cruft in case other users were using this undocumented routine # -- rjbs, 2010-09-08 sub mkMask { my ($bit) = @_; my $mask = ""; ve...
    perldoc.perl.org/warnings::register.txt
    Registered: Thu Nov 07 09:36:31 UTC 2024
    - 768 bytes
    - Viewed (0)
  5. mro.txt

    # mro.pm # # Copyright (c) 2007 Brandon L Black # Copyright (c) 2008,2009 Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License or the Artistic Lic...
    perldoc.perl.org/mro.txt
    Registered: Thu Nov 07 15:47:26 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  6. stable.txt

    package stable; $stable::VERSION = '0.033'; use strict; use warnings; use version (); use experimental (); use Carp qw/croak carp/; my %allow_at = ( bitwise => 5.022000, isa => 5.032000, lexical_su...
    perldoc.perl.org/stable.txt
    Registered: Thu Nov 07 17:32:39 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  7. locale.txt

    package locale; use strict; use warnings; our $VERSION = '1.12'; use Config; $Carp::Internal{ (__PACKAGE__) } = 1; =head1 NAME locale - Perl pragma to use or avoid POSIX locales for built-in operat...
    perldoc.perl.org/locale.txt
    Registered: Thu Nov 07 14:05:20 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. App::Prove::State::Result.txt

    package App::Prove::State::Result; use strict; use warnings; use Carp 'croak'; use App::Prove::State::Result::Test; use constant STATE_VERSION => 1; =head1 NAME App::Prove::State::Result - Individu...
    perldoc.perl.org/App::Prove::State::Result.txt
    Registered: Thu Nov 07 15:40:29 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  9. Encode::CN::HZ.txt

    package Encode::CN::HZ; use strict; use warnings; use utf8 (); use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fa...
    perldoc.perl.org/Encode::CN::HZ.txt
    Registered: Thu Nov 07 18:35:23 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  10. CPAN::Meta::Feature.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Feature; our $VERSION = '2.150010'; use CPAN::Meta::Prereqs; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Feature object describes an opt...
    perldoc.perl.org/CPAN::Meta::Feature.txt
    Registered: Thu Nov 07 18:01:17 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top