Pod::Simple::Text -- format Pod as plaintext
  • References/Perl/Perl/Core Modules

NAME

2025-01-10 15:47:30
B::Deparse - Perl compiler backend to produce perl code
  • References/Perl/Perl/Core Modules

NAME

2025-01-10 15:47:30
CPAN::Debug - internal debugging for CPAN.pm
  • References/Perl/Perl/Core Modules

NAME

2025-01-10 15:47:30
TAP::Parser::Multiplexer - Multiplex multiple TAP::Parsers
  • References/Perl/Perl/Core Modules

NAME

2025-01-10 15:47:30
Text::ParseWords - parse text into an array of tokens or array of arrays
  • References/Perl/Perl/Core Modules

NAME

2025-01-10 15:47:30
Safe - Compile and execute code in restricted compartments
  • References/Perl/Perl/Core Modules

NAME

2025-01-10 15:47:30
Term::ReadLine - Perl interface to various readline packages.
  • References/Perl/Perl/Core Modules

NAME SYNOPSIS DESCRIPTION Minimal set of supported functions Additional supported functions EXPORTS ENVIRONMENT NAME Term::ReadLine - Perl interface to various readline packages. If no real package is found, substitutes stubs instead of basic functions. SYNOPSIS use Term::ReadLine; my $term = Term::ReadLine->new('Simple Perl calc'); my $prompt = "Enter your arithmetic expression: "; my $OUT = $term->OUT || \*STDOUT; while ( defined ($_ = $term->readline($prompt)) ) { my $res = eval

2025-01-10 15:47:30
Digest::file - Calculate digests of files
  • References/Perl/Perl/Core Modules

NAME

2025-01-10 15:47:30
ExtUtils::Liblist - determine libraries to use and how to use them
  • References/Perl/Perl/Core Modules

NAME

2025-01-10 15:47:30
IO::Socket - Object interface to socket communications
  • References/Perl/Perl/Core Modules

NAME

2025-01-10 15:47:30