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

m// operator: 9.1. Matches with m//
vs. s/// substitution operator: 9.6. Substitutions with s///
mailing lists for Perl: 1.3.3. Are There Any Other Kinds of Support?
main program: 1.4.2. What's Inside That Program?
maintenance programmers
partial-evaluation operators and: 10.9.3. Control Structures Using Partial-Evaluation Operators
writing intelligible code for: 2.6.2. Operator Precedence and Associativity
10.1.1. The else Clause with unless
make utility, exit status and: 11.3. Fatal Errors with die
manpages: 1.3.3. Are There Any Other Kinds of Support?
map operator: 17.3. Transforming Items from a List with map
perlfunc manpage and: B.10.1. map and grep
match variables: 9.5. The Match Variables
matching
with =~ binding operator: 9.3. The Binding Operator, =~
with dot wildcard character: 7.2.1. About Metacharacters
with /i modifier: 9.2.1. Case-insensitive Matching with /i
with m// operator: 9.1. Matches with m//
with /s modifier: 9.2.2. Matching Any Character with /s
with s/// substitution operator: 9.6. Substitutions with s///
Math::BigFloat module: B.9.3. Large and High-Precision Numbers
Math::BigInt module: B.9.3. Large and High-Precision Numbers
Math::Complex module: B.9.2. Imaginary and Complex Numbers
mathematical functions: B.9.1. Advanced Math Functions
mathematics: B.9. Mathematics
memory parentheses: 8.4. Memory Parentheses
memory, persistence of: 9.5.1. The Persistence of Memory
memory variables: 8.4.2. Memory Variables
metacharacters: 7.2.1. About Metacharacters
methods: 13.8.3. The File::Spec Module
mkdir function: 13.4. Making and Removing Directories
mod_perl software: B.24. Embedding
modules: 4.11.1. Omitting the Ampersand
13.8. Using Simple Modules
B.4.2. Modules
B.33. And More...
lib pragma for: B.6.3. The lib Pragma
using only some functions from: 13.8.2. Using Only Some Functions from a Module
modulus operator (%): 2.2.5. Numeric Operators
used with grep operator: 17.2. Picking Items from a List with grep
money, sprintf function for: 15.3.1. Using sprintf with "Money Numbers"
mounted volume: 13.3. Links and Files
multiline string quoting: B.8.2. Here documents
multiplication operator (*): 2.2.5. Numeric Operators
mv command (Unix): 13.2. Renaming Files
my operator: 4.9. Notes on Lexical (my) Variables
creating lexical variables with: 4.6. Private Variables in Subroutines
using instead of local operator: 4.7.1. The Difference Between local and my


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.