home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book Home

Perl CookbookSearch this book

Symbols & Numbers | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Index: A

-a command-line option, writing filters: 7.14.3.2. Command-line options
\a for terminal bell: 15.7.2. Solution
abbrev( ): 6.20.3. Discussion
abbreviations, matching: 6.20.1. Problem
accept( ): 17.2.3. Discussion
IO::Multiplex module: 17.19.2. Solution
access log, web server: 19.. Behind the Scenes
20.12.1. Problem
access to databases (see database access)
addresses, email, matching: 6.19.1. Problem
adist( ): 1.22.3. Discussion
advisory locking: 7.18.2. Solution
alarm( ): 3.9.3. Discussion
16.21.2. Solution
alarm, ringing: 15.7.1. Problem
Alias module: 13.3.3. Discussion
aliases
for filehandles: 7.10.1. Problem
for functions: 10.14.3. Discussion
for list elements: 4.5.3. Discussion
American Standard Code for Information Interchange (see ASCII)
ampersand (&), && operator: 1.2.3. Discussion
AND functionality in regular expressions: 6.18.1. Problem
angle brackets (<>): 1.. Introduction
9.6.2. Solution
line input operator: 7.14.2. Solution
reading strings from binary files: 8.14.2. Solution
angles, in degrees vs. radians: 2.10.1. Problem
anonymous data: 11.. Anonymous Data
Apache web server
(see also mod_perl)
handlers, writing: 21.. Handlers
internal redirection: 21.4.3. Discussion
log files: 20.12.1. Problem
logging requests, customizing: 21.9.1. Problem
notes: 21.11.3. Discussion
phases of request-response transaction: 21.. Apache Phases
pnotes, sharing information between handlers: 21.13.2. Solution
Apache::Cookie module: 21.2.2. Solution
accessing values: 21.3.2. Solution
Apache::DBI module: 21.8.2. Solution
Apache::DBILogger module: 21.9.3. Discussion
Apache::DProf module: 21.15.2. Solution
Apache::PerlRun module: 21.. Introduction
migrating from CGI to mod_perl: 21.12.2. Solution
Apache::Registry module: 21.. Introduction
migrating from CGI to mod_perl: 21.12.2. Solution
Apache::Reload module: 21.14.2. Solution
Apache::Request module
accessing form parameters: 21.6.2. Solution
receiving uploaded files: 21.7.2. Solution
Apache::StatINC module: 21.14.2. Solution
Apache::Template module (see Template Toolkit)
Apache::Timeit module: 21.15.2. Solution
Apache::Traffic module: 21.9.3. Discussion
appendChild( ): 22.2.3. Discussion
appendhash_demo program: 13.15.5. Tie Example: Make a Hash That Always Appends
appending arrays to each other: 4.10.1. Problem
applications
mod_perl, benchmarking: 21.15.1. Problem
shopping cart: 19.11.1. Problem
approximate matching: 6.13.1. Problem
arguments, subroutine: 10.1.1. Problem
function prototypes: 10.11.1. Problem
passing by named parameter: 10.7.1. Problem
passing by reference: 10.5.1. Problem
ARGV line input operator: 7.. I/O Operations
ARGV, magic: 8.25. Program: tctee
16.6.3. Discussion
arithmetic
complex (imaginary) numbers: 2.14.1. Problem
matrix multiplication: 2.13.1. Problem
$#ARRAY variable: 4.3.2. Solution
arrays: 4.. Introduction
anonymous: 11.. Anonymous Data
appending multiple: 4.10.1. Problem
changing size of: 4.3.1. Problem
circular: 4.17.1. Problem
extracting
elements: 4.7.1. Problem
subsets: 4.14.1. Problem
subsets with grep: 4.14.2. Solution
hashes of: 11.2.1. Problem
initializing: 4.1.1. Problem
initializing, with comma-separated values: 4.1.2. Solution
iterating
over by reference: 4.6.1. Problem
through all elements: 4.5.1. Problem
through elements: 4.13.1. Problem
last valid index ($#ARRAY): 4.3.3. Discussion
vs. lists: 4.. Introduction
matrix multiplication: 2.13.1. Problem
multidimensional: 4.. Introduction
permute program: 4.20. Program: permute
printing elements with commas: 4.2.1. Problem
processing multiple elements: 4.12.1. Problem
randomizing: 4.18.1. Problem
randomly selecting from: 2.6.3. Discussion
reading files backwards: 8.4.1. Problem
references to: 11.1.1. Problem
reversing elements of: 4.11.1. Problem
of scalar references: 11.6.1. Problem
sorting
by computable field: 4.16.1. Problem
elements numerically: 4.15.1. Problem
sparse, implementing: 4.4.1. Problem
treating files as: 8.18.1. Problem
unions, intersections, differences: 4.8.1. Problem
words program: 4.19. Program: words
arrow (->) operator: 11.. References
13.. Methods
ASCII (American Standard Code for Information Interchange): 1.. The Universal Character Code
characters (see characters)
converting HTML to: 20.5.1. Problem
assignment (||=) operator: 1.2.2. Solution
assignment, list: 1.3.2. Solution
associative arrays (see hashes)
asterisk (*), typeglobs: 7.5.1. Problem
at sign (@)
@_ array: 10.1.2. Solution
@EXPORT array (use pragma): 12.1.3. Discussion
@EXPORT_OK array (use pragma): 12.1.3. Discussion
@EXPORT_TAGS array (use pragma): 12.1.3. Discussion
@INC array: 12.8.3. Discussion
references to arrays: 11.1.2. Solution
splice( ): 4.12.3. Discussion
atime field, inode structure: 9.. Introduction
attach( ): 18.9.2. Solution
attributes, object: 13.3.1. Problem
Authen::SASL module: 18.8.3. Discussion
authentication
fetching password-protected web pages: 20.15.1. Problem
with mod_perl: 21.1.1. Problem
realms: 20.15.3. Discussion
autoflush( ): 7.19.2. Solution
16.10.3. Discussion
AUTOLOAD mechanism: 13.. Methods
generating methods: 13.12.1. Problem
trapping undefining function calls: 10.15.2. Solution
AutoLoader module: 12.11.1. Problem
autouse pragma: 12.3.3. Discussion
autovivification: 11.. Anonymous Data


Symbols & Numbers | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
Library Navigation Links

Copyright © 2003 O'Reilly & Associates, Inc. All Rights Reserved.