Search |
Symbols
| 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: X
- x (grid geometry manager placeholder)
: Perl in a Nutshell, 18.2.2. The grid Geometry Manager
- X command (debugger)
  
  - Perl in a Nutshell, Chapter 6, Reference: x
  
- Perl in a Nutshell, Chapter 6, Reference: X
  
- Programming Perl, 8.1.1. Debugger Commands
   
- x command (Perl debugger)
: Perl Cookbook, 11.11. Printing Data Structures
- -x file test operator
  
  - Learning Perl, A.1. Chapter 2, Scalar Data
  
- Learning Perl, 10.5. The -x File Tests
  
- Learning Perl on Win32 Systems, 10.6. The -x File Tests
  
- Perl in a Nutshell, 4.5.8. File Test Operators
  
- Programming Perl, 2.5.10. Named Unary and File Test Operators
     
- -X file test operator
 
  - Learning Perl, 10.5. The -x File Tests
  
- Perl in a Nutshell, 4.5.8. File Test Operators
  
- Programming Perl, 2.5.10. Named Unary and File Test Operators
   
- X<> interior sequence (pod)
: Perl in a Nutshell, 4.11.2. Interior sequences
- /x modifier
  
  - Perl Cookbook, 1.8. Expanding Variables in User Input
  
- Programming Perl, 2.4. Pattern Matching
  
- Programming Perl, 2.4.2. Pattern-Matching Operators
   
- x operator
: Perl Cookbook, 2.14. Multiplying Matrices
- -X operators
: Perl Cookbook, 9.0. Introduction
- -x option (place geometry manager)
: Perl in a Nutshell, 18.2.3. The Place Geometry Manager
- x pattern match modifier
    
  - Learning Perl, 2.4.2. Operators for Strings
  
- Learning Perl on Win32 Systems, A.1. Chapter 2, Scalar Data
  
- Perl in a Nutshell, 4.6.1. Pattern-Matching Operators
  
- Perl in a Nutshell, 4.6.8. Extended Regular Expressions
  
- Programming Perl, 1.5.2. String Operators
     
- x (repetition) operator
 
  - Perl in a Nutshell, 4.5.11.4. String operator
  
- Programming Perl, 2.5.7. Multiplicative Operators
  
- -x switch, perl
 
  - Perl in a Nutshell, 3.2. Command-Line Options
  
- Programming Perl, 6.1.1. Command Processing
  
- Programming Perl, 6.1.2. Switches
   
- X Windows platform
: Advanced Perl Programming, 14.1. Introduction to GUIs, Tk, and Perl/Tk
- X-headers (news articles)
: Perl in a Nutshell, 15.1. The NNTP Protocol
- \x7f (hexadecimal value) sequence
: Perl in a Nutshell, 4.6.3. Escaped Sequences
- x= (assignment) operator
    
  - Perl in a Nutshell, 4.5.6. Assignment Operators
  
- Programming Perl, 2.5.17. Assignment Operators
  
- xgtitle() (Net::NNTP)
: Perl in a Nutshell, Chapter 15, Reference: xgtitle
- xhdr command (NNTP)
  
  - Perl in a Nutshell, Chapter 15, Reference: xhdr
  
- Perl in a Nutshell, 15.1. The NNTP Protocol
  
- XOR (^) operator, bitwise
 
  - Perl in a Nutshell, 4.5.10. Bitwise Operators
  
- Programming Perl, 2.5.13. Bitwise Operators
  
- Programming Perl, 2.5.20. Logical and, or, not, and xor
  
- Programming Perl, 8.2.3. Awk Traps
  
- Programming Perl, 8.4. Programming with Style
     
- xover() (Net::NNTP)
: Perl in a Nutshell, Chapter 15, Reference: xover
- xpat() (Net::NNTP)
  
  - Perl in a Nutshell, Chapter 15, Reference: xpat
  
- Perl in a Nutshell, 15.1. The NNTP Protocol
  
- xpath() (Net::NNTP)
: Perl in a Nutshell, Chapter 15, Reference: xpath
- XPUSHs macro
: Advanced Perl Programming, 20.4.2.2. Ensuring that the stack is big enough
- Xref backend (Perl compiler)
: Perl in a Nutshell, 3.4. The Perl Compiler
- xrover() (Net::NNTP)
: Perl in a Nutshell, Chapter 15, Reference: xrover
- XS tool
     
  - Advanced Perl Programming, 17.1. On Code Generation
  
- Advanced Perl Programming, 18. Extending Perl:A First Course
  
- Perl Cookbook, 12.8. Preparing a Module for Distribution
  
- Perl Cookbook, 12.15. Using h2xs to Make a Module with C Code
  
- C header file and
: Advanced Perl Programming, 18.1.1. The Extension Process
  
- extensions
: Advanced Perl Programming, 20.5.1. Anatomy of an XS Extension
  
- features of
: Advanced Perl Programming, 18.4. XS Features
  
- Mandelbrot code example
: Advanced Perl Programming, 18.2.2. Fractals Using XS
  
- memory management
: Advanced Perl Programming, 20.5.6. Memory Management Using XS
  
- SWIG tool versus
: Advanced Perl Programming, 18.1.2. SWIG or XS?
  
- typemaps
: Advanced Perl Programming, 20.5.2. XS Typemaps: An Introduction
  
- xsubpp, special details of
: Advanced Perl Programming, 18.4.1. What Does xsubpp Do?
  
- XSUBs and
: Advanced Perl Programming, 20.4.2. The Called Side: Hand-Coding an XSUB
             
- xscrollcommand function
: Advanced Perl Programming, 14.3.9.1. Custom scrolling
- -xscrollcommand option
: Perl in a Nutshell, 18.3. Common Widget Configuration Options
  
  - Scrollbar widget
: Perl in a Nutshell, 18.1.2.2. The Scrollbar widget
 
- -xscrollincrement option (Canvas)
: Perl in a Nutshell, 18.12. The Canvas Widget
- XSRETURN macro
: Advanced Perl Programming, 20.4.2.1. Returning a variable list of results
- xsubpp tool
: (see XS tool)
- XSUBs, hand-coding
: Advanced Perl Programming, 20.4.2. The Called Side: Hand-Coding an XSUB
- xview()
     
  - Canvas widget
: Perl in a Nutshell, 18.12.3. Canvas Methods
  
- Entry widget
: Perl in a Nutshell, 18.8.2. Entry Methods
  
- Listbox widget
: Perl in a Nutshell, 18.10.2. Listbox Methods
  
- Text widget
: Perl in a Nutshell, 18.11.2. Text Methods
    
Search |
Symbols
| 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
Copyright © 1999
 O'Reilly & Associates, Inc.
All Rights Reserved.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]