- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 431 - 440 of 1,316 for label:perl (0.2 sec)
-
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.txtRegistered: Fri Sep 05 10:26:52 UTC 2025 - 3.9K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 09:50:11 UTC 2025 - 3.9K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 04:50:00 UTC 2025 - 1.6K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 19:16:42 UTC 2025 - 98.2K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 17:23:38 UTC 2025 - 74.3K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 16:18:16 UTC 2025 - 33.3K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 20:02:41 UTC 2025 - 13.9K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 15:33:26 UTC 2025 - 10.6K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 17:00:46 UTC 2025 - 5.6K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 19:00:03 UTC 2025 - 4.9K bytes - Viewed (0)