Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. PerlIO.txt

    package PerlIO; our $VERSION = '1.12'; # Map layer name to package that defines it our %alias; sub import { my $class = shift; while (@_) { my $layer = shift; if (exists $alias{$layer}) { $layer = ...
    perldoc.perl.org/PerlIO.txt
    Registered: Fri Sep 05 20:02:41 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  8. Memoize::Expire.txt

    use strict; use warnings; package Memoize::Expire; our $VERSION = '1.17'; use Carp; our $DEBUG; # The format of the metadata is: # (4-byte number of last-access-time) (For LRU when I implement it) ...
    perldoc.perl.org/Memoize::Expire.txt
    Registered: Fri Sep 05 15:33:26 UTC 2025
    - 10.6K bytes
    - Viewed (0)
  9. IPC::Open2.txt

    package IPC::Open2; use strict; require 5.006; use Exporter 'import'; our $VERSION = 1.08; our @EXPORT = qw(open2); =head1 NAME IPC::Open2 - open a process for both reading and writing using open2(...
    perldoc.perl.org/IPC::Open2.txt
    Registered: Fri Sep 05 17:00:46 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  10. Net::FTP::dataconn.txt

    ## ## Generic data connection package ## package Net::FTP::dataconn; use 5.008001; use strict; use warnings; use Carp; use Errno; use Net::Cmd; our $VERSION = '3.15'; $Net::FTP::IOCLASS or die "ple...
    perldoc.perl.org/Net::FTP::dataconn.txt
    Registered: Fri Sep 05 19:00:03 UTC 2025
    - 4.9K bytes
    - Viewed (0)
Back to top