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


CD HomeThe Perl CD, version 4.0Search this CD

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

\` quote (disable) character: 4.6.4. Character Classes (Perl in a Nutshell)
q command (CPAN.pm): 2.4.4. Installing Modules with the CPAN Module (Perl in a Nutshell)
q command (Perl debugger): 6.2. Debugger Commands (Perl in a Nutshell)
q// operator: 1.. Introduction (Perl Cookbook)
-q option (dprofpp): 6.5. The Perl Profiler (Perl in a Nutshell)
q// (pattern match) operator: 13.6. Overloading Constants (Programming Perl)
` string metacharacter: 1.18.3. Discussion (Perl Cookbook)
qq// operator: 1.. Introduction (Perl Cookbook)
qr// operator
comments in regular expressions: 6.4.3. Discussion (Perl Cookbook)
interpolated matches: 6.10.3. Discussion (Perl Cookbook)
2.7.4. Interpolative Context (Programming Perl)
5.2. Pattern-Matching Operators (Programming Perl)
5.9.2.2. The qr// quote regex operator (Programming Perl)
modifiers for: 5.2.1. Pattern Modifiers (Programming Perl)
Qt, Perl modules for: 22.1. The CPAN modules Directory (Programming Perl)
qty( ) (Mail::Folder): 16.2.3. Handle Folders with Mail::Folder (Perl in a Nutshell)
qualify_to_ref( ): 7.6.2. Solution (Perl Cookbook)
quant method (XML::Parser::ContentModel): 13.6. XML::Parser::ContentModel Methods (Perl in a Nutshell)
quantifiers: 7.2.2. Simple Quantifiers (Learning Perl)
8.2. General Quantifiers (Learning Perl)
1.7. Regular Expressions (Programming Perl)
1.7.1. Quantifiers (Programming Perl)
24.2.1. Time Efficiency (Programming Perl)
atoms and: 5.9.4. The Little Engine That /Could(n't)?/ (Programming Perl)
greedy: 5.5. Quantifiers (Programming Perl)
greedy/non-greedy: 17.5.1. Non-greedy Quantifiers (Learning Perl)
in matches, using with dot (.) metacharacter: 5.3.3. Wildcard Metasymbols (Programming Perl)
in matching: 5.5. Quantifiers (Programming Perl)
character classes and: 5.4.1. Custom Character Classes (Programming Perl)
in matching: 5.1. The Regular Expression Bestiary (Programming Perl)
5.3.1. Metasymbol Tables (Programming Perl)
minimal and maximal: 5.3.1. Metasymbol Tables (Programming Perl)
minimal and maximal: 5.5. Quantifiers (Programming Perl)
for regular expressions: 4.6.6. Quantifiers (Perl in a Nutshell)
quarantining suspicious code: 23.3. Handling Insecure Code (Programming Perl)
query( ) (URI::URL): 20.5.3. URI::URL (Perl in a Nutshell)
QueryDataAvailable( ) (Win32::Internet): 22.7.1. General Internet Methods (Perl in a Nutshell)
query_form( ): 20.2.3. Discussion (Perl Cookbook)
QueryInfo( ) (Win32::Internet): 22.7.3. HTTP Functions (Perl in a Nutshell)
QueryKey( ) (Win32::Registry): 22.15.1. Win32::Registry Methods (Perl in a Nutshell)
QueryObjectType( ) (Win32::OLE): 23.2.1. Win32::OLE Methods (Perl in a Nutshell)
QueryOption( ) (Win32::Internet): 22.7.1. General Internet Methods (Perl in a Nutshell)
QUERY_STRING variable: 9.1.1. Transferring the Form Data (Perl in a Nutshell)
QueryValue( ) (Win32::Registry): 22.15.1. Win32::Registry Methods (Perl in a Nutshell)
? (question mark) regex extensions
(?=): 5.10.1. Lookaround Assertions (Programming Perl)
(?!): 5.10.1. Lookaround Assertions (Programming Perl)
(?>): 5.10.2. Nonbacktracking Subpatterns (Programming Perl)
(?<=): 5.10.1. Lookaround Assertions (Programming Perl)
(?<!): 5.10.1. Lookaround Assertions (Programming Perl)
question mark (?)
regular expression metacharacter: 4.6.2. Regular Expression Syntax (Perl in a Nutshell)
?: (conditional) operator: 4.5.11.2. Conditional operator (Perl in a Nutshell)
?...? pattern match operator: 4.6.1. Pattern-Matching Operators (Perl in a Nutshell)
?...? Perl debugger command: 6.2. Debugger Commands (Perl in a Nutshell)
question mark (?) as quantifier: 7.2.2. Simple Quantifiers (Learning Perl)
queues: 9. Data Structures (Programming Perl)
queues, Thread::Queue module: 17.2.3.1. Queues (Programming Perl)
quick reference to Perl: 1.3.3. Are There Any Other Kinds of Support? (Learning Perl)
quit( )
Net::FTP module: 18.2. Net::FTP (Perl in a Nutshell)
Net::NNTP module: 17.2.2. Net::NNTP Reference (Perl in a Nutshell)
Net::POP3 module: 16.1.3. Retrieving Email with Net::POP3 (Perl in a Nutshell)
Net::SMTP module: 16.1.2.1. Net::SMTP methods (Perl in a Nutshell)
QUIT command (SMTP): 16.1.2. The SMTP Protocol and the SMTP Session (Perl in a Nutshell)
quit signals, handler for: 16.1. Signals (Programming Perl)
quitting
infinite loop: 4.4.2. for Loops (Programming Perl)
Perl debugger: 20.2.7. Miscellaneous Commands (Programming Perl)
" (double quote): 1.. Introduction (Perl Cookbook)
escaping: 14.10.1. Problem (Perl Cookbook)
quot( ) (Net::FTP): 18.2. Net::FTP (Perl in a Nutshell)
$" variable: 3.5. Interpolating Arrays into Strings (Learning Perl)
quotation marks: 8.5. Braces, Brackets, and Quoting (Programming Perl)
(see also " (double quotes) and ' (single quotes) under Symbols)
in braces: 2.6.2. String Literals (Programming Perl)
double ("): 5.2. Pattern-Matching Operators (Programming Perl)
false values: Glossary (Programming Perl)
in formline arguments: 29.2.42. formline (Programming Perl)
interpolative context: 2.7.4. Interpolative Context (Programming Perl)
leaving out: 2.6.4. Or Leave the Quotes Out Entirely (Programming Perl)
line-oriented quoting: 2.6.6. "Here" Documents (Programming Perl)
on non-Unix systems: 19.1.1. #! and Quoting on Non-Unix Systems (Programming Perl)
quoting operators: 2.6.3. Pick Your Own Quotes (Programming Perl)
strings, changing style of string display: 20.3.3. Debugger Options (Programming Perl)
strings and: 2.6.2. String Literals (Programming Perl)
" (double quotes): 2.6.2. String Literals (Programming Perl)
5.2. Pattern-Matching Operators (Programming Perl)
5.2. Pattern-Matching Operators (Programming Perl)
8.5. Braces, Brackets, and Quoting (Programming Perl)
conversion operator, stringification: 13.3. Overloadable Operators (Programming Perl)
in formline arguments: 29.2.42. formline (Programming Perl)
in replacement string: 5.2.3. The s/// Operator (Substitution) (Programming Perl)
translation escape processing: 5.9.2.1. When backslashes happen (Programming Perl)
quote( ): 14.10.2. Solution (Perl Cookbook)
quote( ) (DBI): 12.3. DBI Methods (Perl in a Nutshell)
quote operators: 3.1. Terms and List Operators (Leftward) (Programming Perl)
quoted execution operator (see ` (backtick) operator)
quotemeta( ): 5. Function Reference (Perl in a Nutshell)
1.18.3. Discussion (Perl Cookbook)
29.2.118. quotemeta (Programming Perl)
quotes, use in strings: 1.2.1.1. Singularities (Programming Perl)
quotewords( ): 1.20.3. Discussion (Perl Cookbook)
quoting
multiline string: B.8.2. Here documents (Learning Perl)
packages: 12.3.4. Package-Quoted Classes (Programming Perl)
qw shortcut form of: 3.3.1. The qw Shortcut (Learning Perl)
quoting, line oriented: 2.6.6. "Here" Documents (Programming Perl)
quoting mechanisms: 1.2.1.1. Singularities (Programming Perl)
quoting schemes: 4.2.2. String Interpolation (Perl in a Nutshell)
"short-circuit" logical operators: 10.9. Logical Operators (Learning Perl)
qw( ): 4.1.2. Solution (Perl Cookbook)
qw( ) list: 12.2. Selecting What to Import (Learning Perl Objects, References and Modules)
13.3. The Prototype Module Itself (Learning Perl Objects, References and Modules)
qw operator: 2.6.4. Or Leave the Quotes Out Entirely (Programming Perl)
qw (quote words): 2.8. List Values and Arrays (Programming Perl)
qw shortcut: 3.3.1. The qw Shortcut (Learning Perl)
qx// operator: 29.2.124. readpipe (Programming Perl)
2.7.4. Interpolative Context (Programming Perl)
2.11.1. Command Input (Backtick) Operator (Programming Perl)
2.11.1. Command Input (Backtick) Operator (Programming Perl)
(see also ` (backtick) operator)

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