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
ARGV
  • References/Perl/Perl/Special Variables

ARGV The special filehandle that iterates over command-line filenames in @ARGV . Usually

2025-01-10 15:47:30
diagnostics, splain - produce verbose warning diagnostics
  • References/Perl/Perl/Utilities

NAME

2025-01-10 15:47:30
pod2html - convert .pod files to .html files
  • References/Perl/Perl/Utilities

NAME

2025-01-10 15:47:30
pod2usage - print usage messages from embedded pod docs in files
  • References/Perl/Perl/Utilities

NAME

2025-01-10 15:47:30
length
  • References/Perl/Perl/Functions

length EXPR length Returns the length in characters of the value of EXPR. If EXPR is omitted, returns

2025-01-10 15:47:30
given
  • References/Perl/Perl/Functions

given These flow-control keywords related to the experimental switch feature are documented in

2025-01-10 15:47:30
$FORMAT_NAME
  • References/Perl/Perl/Special Variables

$FORMAT_NAME

2025-01-10 15:47:30
HANDLE->format_page_number(EXPR)
  • References/Perl/Perl/Special Variables

HANDLE->format_page_number(EXPR)

2025-01-10 15:47:30
gethostbyname
  • References/Perl/Perl/Functions

gethostbyname NAME

2025-01-10 15:47:30