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


Book Home

Learning Perl, 3rd. Ed.Search 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: C

C programming language
DBM files and: 16.1.2. Using a DBM Hash
operators and: 10.9.2. The Ternary Operator, ?:
caller function: 11.3. Fatal Errors with die
Camel book: 1.2.1. Why Didn't Larry Just Use Some Other Language?
1.3.3. Are There Any Other Kinds of Support?
capitalization
case shifting and: 9.6.5. Case Shifting
vs. lowercase in variable names: 2.5.1. Choosing Good Variable Names
caret anchor (^) indicating beginning of string: 8.3. Anchors
case-insensitive matching, /i modifier for: 9.2.1. Case-insensitive Matching with /i
case shifting: 9.6.5. Case Shifting
cd command (Unix): 12.1. Moving Around the Directory Tree
CGI module: B.5.1. The CGI and CGI_Lite Modules
B.16. The Common Gateway Interface (CGI)
CGI_Lite module: B.5.1. The CGI and CGI_Lite Modules
B.16. The Common Gateway Interface (CGI)
character classes: 8.1. Character Classes
characters: 2.3. Strings
case shifting and: 9.6.5. Case Shifting
matching with /s modifier: 9.2.2. Matching Any Character with /s
transliterating/counting with tr/// operator: B.8.1. Transliteration with tr///
chdir operator: 12.1. Moving Around the Directory Tree
child processes, managing: 14. Process Management
chmod command (Unix): 1.4.1. A Simple Program
13.5. Modifying Permissions
chmod function (Unix): 13.5. Modifying Permissions
chomp operator: 2.9. The chomp Operator
chown function: 13.6. Changing Ownership
chunk number, die function and: 11.3. Fatal Errors with die
classes: 13.8.3. The File::Spec Module
close operator: 11.2.1. Closing a Filehandle
closedir operator: 12.4. Directory Handles
closures: B.20.3. Anonymous Subroutines and Closures
cmp (three-way comparison operator): 15.4. Advanced Sorting
code: 10.8.1. The last Operator
compiling: 1.4.3. But How Do I Compile Perl?
curly braces enclosing: 2.7. The if Control Structure
2.10. The while Control Structure
dynamic loading and: B.23. Dynamic Loading
embedding: B.24. Embedding
last operator for exiting early: 10.8.1. The last Operator
reading: 10.3. Expression Modifiers
used in this book, web site for: 0.3. Code Examples
while control structure for repeating blocks of: 2.10. The while Control Structure
comma (,): 5.2.3. The Big Arrow
command line, in-place editing from: 16.4.1. In-place Editing from the Command Line
command-line options: B.17. Command-Line Options
modules for: B.27. Command-line Options in Your Programs
comments: 1.4.2. What's Inside That Program?
comparison operators: 2.6.3. Comparison Operators
15.4. Advanced Sorting
compiling code: 1.4.3. But How Do I Compile Perl?
comp.lang.perl.moderated newsgroup: 1.3.3. Are There Any Other Kinds of Support?
complex data structures: B.20.1. Complex Data Structures
complex numbers: B.9.2. Imaginary and Complex Numbers
Comprehensive Perl Archive Network (see CPAN)
constant pragma: B.6.1. The constant Pragma
context: 3.8. Scalar and List Context
3.8. Scalar and List Context
void: 4.4. Return Values
continue block: 10.7. The for Control Structure
10.8.2. The next Operator
B.19. Syntax Extensions
control structures: 10. More Control Structures
loop controls for: 10.8. Loop Controls
partial-evaluation operators for: 10.9.3. Control Structures Using Partial-Evaluation Operators
stopping endless loops created by: 2.10. The while Control Structure
conversion programs: B.25. Converting Other Languages to Perl
conversions: 6.5. Formatted Output with printf
cosine: B.9.1. Advanced Math Functions
CPAN (Comprehensive Perl Archive Network): 1.3.1. What Is CPAN?
inside utility available from: B.4.3. Finding and Installing Modules
libraries available from: B.4.3. Finding and Installing Modules
modules available from: 13.8. Using Simple Modules
B.4.3. Finding and Installing Modules
curly braces ({ })
block, enclosing code: 2.7. The if Control Structure
2.10. The while Control Structure
enclosing hash keys: 5.2. Hash Element Access
enclosing variable names: 2.6.1. Interpolation of Scalar Variables into Strings
following hash names: 5.2. Hash Element Access
indicating quantifier: 8.2. General Quantifiers
current working directory: B.5.2. The Cwd Module
cwd function: B.5.2. The Cwd Module
Cwd module: B.5.2. The Cwd Module


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 © 2002 O'Reilly & Associates, Inc. All Rights Reserved.