chop
  • References/Perl/Perl/Functions

chop VARIABLE chop( LIST ) chop Chops off the last character of a string

2025-01-10 15:47:30
Compress::Zlib - Interface to zlib compression library
  • References/Perl/Perl/Core Modules

NAME

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

and These operators are documented in perlop.

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

die LIST die raises an exception. Inside an

2025-01-10 15:47:30
perlxstut - Tutorial for writing XSUBs
  • References/Perl/Perl/Internals and C language interface

NAME

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

qx/STRING/ Generalized quotes. See Quote-Like Operators 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
I18N::Collate - compare 8-bit scalar data according to the current locale
  • References/Perl/Perl/Core Modules

NAME

2025-01-10 15:47:30
ExtUtils::Miniperl - write the C code for perlmain.c
  • References/Perl/Perl/Core Modules

NAME

2025-01-10 15:47:30
Floating-point Arithmetic
  • References/Perl/Perl/Operators

Floating-point Arithmetic While use

2025-01-10 15:47:30