Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 431 - 440 of 1,316 for label:perl (0.03 sec)

  1. IPC::Semaphore.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::Semaphore.txt
    Registered: Fri Sep 05 05:56:51 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  2. Pod::Simple::XMLOutStream.txt

    package Pod::Simple::XMLOutStream; use strict; use warnings; use Carp (); use Pod::Simple (); our $VERSION = '3.45'; BEGIN { our @ISA = ('Pod::Simple'); *DEBUG = \&Pod::Simple::DEBUG unless defined...
    perldoc.perl.org/Pod::Simple::XMLOutStream.txt
    Registered: Fri Sep 05 14:08:52 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  3. Pod::Simple::Debug.txt

    package Pod::Simple::Debug; use strict; our $VERSION = '3.45'; sub import { my($value,$variable); if(@_ == 2) { $value = $_[1]; } elsif(@_ == 3) { ($variable, $value) = @_[1,2]; ($variable, $value)...
    perldoc.perl.org/Pod::Simple::Debug.txt
    Registered: Fri Sep 05 06:34:29 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  4. Pod::Simple::DumpAsText.txt

    package Pod::Simple::DumpAsText; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN { our @ISA = ('Pod::Simple')} use Carp (); BEGIN { *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG ...
    perldoc.perl.org/Pod::Simple::DumpAsText.txt
    Registered: Fri Sep 05 10:26:52 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  5. Pod::Simple::PullParserToken.txt

    package Pod::Simple::PullParserToken; # Base class for tokens gotten from Pod::Simple::PullParser's $parser->get_token our @ISA = (); our $VERSION = '3.45'; use strict; sub new { # Class->new('type...
    perldoc.perl.org/Pod::Simple::PullParserToken.txt
    Registered: Fri Sep 05 09:50:11 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  6. ExtUtils::ParseXS::Constants.txt

    package ExtUtils::ParseXS::Constants; use strict; use warnings; use Symbol; our $VERSION = '3.57'; =head1 NAME ExtUtils::ParseXS::Constants - Initialization values for some globals =head1 SYNOPSIS ...
    perldoc.perl.org/ExtUtils::ParseXS::Constants.txt
    Registered: Fri Sep 05 04:50:00 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  7. Math::BigInt.txt

    # -*- coding: utf-8-unix -*- package Math::BigInt; # # "Mike had an infinite amount to do and a negative amount of time in which # to do it." - Before and After # # The following hash values are us...
    perldoc.perl.org/Math::BigInt.txt
    Registered: Fri Sep 05 14:31:35 UTC 2025
    - 318.6K bytes
    - Viewed (0)
  8. JSON::PP.txt

    package JSON::PP; # JSON-2.0 use 5.008; use strict; use Exporter (); BEGIN { our @ISA = ('Exporter') } use overload (); use JSON::PP::Boolean; use Carp (); use Scalar::Util qw(blessed reftype refad...
    perldoc.perl.org/JSON::PP.txt
    Registered: Fri Sep 05 19:16:42 UTC 2025
    - 98.2K bytes
    - Viewed (0)
  9. Math::BigInt::Calc.txt

    package Math::BigInt::Calc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Lib; our $VERSION = '2.005002'; $VERSION =~ tr/_//d; our @ISA = ('Math::BigInt::Lib'...
    perldoc.perl.org/Math::BigInt::Calc.txt
    Registered: Fri Sep 05 17:23:38 UTC 2025
    - 74.3K bytes
    - Viewed (0)
  10. Pod::Checker.txt

    ########## # Pod/Checker.pm -- check pod documents for syntax errors # # Copyright (C) 1994-2000 by Bradford Appleton. All rights reserved. # This is free software; you can redistribute it and/or m...
    perldoc.perl.org/Pod::Checker.txt
    Registered: Fri Sep 05 16:18:16 UTC 2025
    - 33.3K bytes
    - Viewed (0)
Back to top