perlfaq - frequently asked questions about Perl
  • References/Perl/Perl/Manual: FAQs

NAME

2025-01-10 15:47:30
perl - The Perl 5 language interpreter
  • References/Perl/Perl/Manual: Overview

NAME

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

not These operators are documented in perlop.

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
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