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: T
- -t command-line option: 15.2.2. Solution (Perl Cookbook)
- t command (Perl debugger): 6.2. Debugger Commands (Perl in a Nutshell)
- t directory: 14.1. What the Test Harness Does (Learning Perl Objects, References and Modules)
- -T (text file) test operator: 3.10. Named Unary and File Test Operators (Programming Perl)
- -t file test operator: 4.5.8. File Test Operators (Perl in a Nutshell)
- -t option
- dprofpp: 6.5. The Perl Profiler (Perl in a Nutshell)
- form geometry manager: 21.2.4. The form Geometry Manager (Perl in a Nutshell)
- perlbug: 6.6. The perlbug Program (Perl in a Nutshell)
- -T option (dprofpp): 6.5. The Perl Profiler (Perl in a Nutshell)
- -T (taint checking) switch: 16.5. Sockets (Programming Perl)
- 16.5.2. Networking Servers (Programming Perl)
- \t tab character assertion: 5.1. The Regular Expression Bestiary (Programming Perl)
- -T (taint checking) command-line switch: 19.1.3. Switches (Programming Perl)
- -t (tty) file test: 3.10. Named Unary and File Test Operators (Programming Perl)
- TableList( ) (Win32::ODBC): 24.1. ODBC Methods and Properties (Perl in a Nutshell)
- tables: 9.1. Arrays of Arrays (Programming Perl)
- (see also multidimensional arrays)
- tables, formatting with HTML shortcuts: 19.6.1. Problem (Perl Cookbook)
- tabs (see also whitespace)
- -tabs option (Text): 21.11. The Text Widget (Perl in a Nutshell)
- tag( ) (HTML::Parser): 20.4.3. HTML::Element (Perl in a Nutshell)
- tagAdd( ) (Text widget): 21.11.3. Tags (Perl in a Nutshell)
- tagBind( ) (Text widget): 21.11.3. Tags (Perl in a Nutshell)
- tagCget( ) (Text widget): 21.11.3. Tags (Perl in a Nutshell)
- tagConfigure( ) (Text widget): 21.11.3. Tags (Perl in a Nutshell)
- tagDelete( ) (Text widget): 21.11.3. Tags (Perl in a Nutshell)
- tagLower( ) (Text widget): 21.11.3. Tags (Perl in a Nutshell)
- tagNames( ) (Text widget): 21.11.3. Tags (Perl in a Nutshell)
- tagNextrange( ): 21.11.3. Tags (Perl in a Nutshell)
- tagRaise( ) (Text widget): 21.11.3. Tags (Perl in a Nutshell)
- tagRanges( ) (Text widget): 21.11.3. Tags (Perl in a Nutshell)
- tagRemove( ) (Text widget): 21.11.3. Tags (Perl in a Nutshell)
- tags, HTML (see HTML)
- tags (HTML and XML), transforming text to: 5.10.4. Defining Your Own Assertions (Programming Perl)
- tags, symbol sets, Exporter: 11.2.1.4. Tag-handling utility functions (Programming Perl)
- tags, with Text widgets: 21.11.3. Tags (Perl in a Nutshell)
- tailwtmp program: 8.24. Program: tailwtmp (Perl Cookbook)
- taint
- functions returning tainted data: 29.2. Perl Functions in Alphabetical Order (Programming Perl)
- taint checking code: 23.3. Handling Insecure Code (Programming Perl)
- taint checks: 23.1. Handling Insecure Data (Programming Perl)
- taint mode
- automatic enabling of: 23.1. Handling Insecure Data (Programming Perl)
- enabling explicitly with -T switch: 23.1. Handling Insecure Data (Programming Perl)
- programs needing to run with: 23.1. Handling Insecure Data (Programming Perl)
- taint mode, using: 23. Security (Programming Perl)
- tainted data, detecting and laundering: 23.1.1. Detecting and Laundering Tainted Data (Programming Perl)
- taint checking: B.14. Security (Learning Perl)
- 16.5.2. Networking Servers (Programming Perl)
- 19.1.3. Switches (Programming Perl)
- Glossary (Programming Perl)
- taint mode: 19.4.3. Discussion (Perl Cookbook)
- taintperl program: 24.1.5. Previous Perl Traps (Programming Perl)
- "take a reference to" operator: 3.2. Taking a Reference to an Array (Learning Perl Objects, References and Modules)
- 3.8. References to Hashes (Learning Perl Objects, References and Modules)
- 6.1. Referencing a Named Subroutine (Learning Perl Objects, References and Modules)
- -takefocus option (widgets): 21.3. Common Widget Configuration Options (Perl in a Nutshell)
- tan( ): 2.11.2. Solution (Perl Cookbook)
- tan function: 29.2.4. atan2 (Programming Perl)
- tangent: 29.2.4. atan2 (Programming Perl)
- tar: 2.3.1. Installing on Unix (Perl in a Nutshell)
- Win32, for: 2.3.2.2. Standard Perl distribution (Perl in a Nutshell)
- tarballs (.tar.gz files): 22.2. Using CPAN Modules (Programming Perl)
- (see also tar files)
- tarring, Perl modules for: 22.1. The CPAN modules Directory (Programming Perl)
- tc( ): 1.14.2. Solution (Perl Cookbook)
- tcapdemo program: 15.21.1. Description (Perl Cookbook)
- tcgrep program: 6.22. Program: tcgrep (Perl Cookbook)
- TCP: Glossary (Programming Perl)
- over Internet-domain sockets: 16.5. Sockets (Programming Perl)
- TCP clients/servers: 16.5.1. Networking Clients (Programming Perl)
- TCP protocol
- communicating over: 17.3.1. Problem (Perl Cookbook)
- writing clients for: 17.1.1. Problem (Perl Cookbook)
- writing servers for: 17.2.1. Problem (Perl Cookbook)
- TCP/IP sockets: B.13.2. Sockets (Learning Perl)
- TCP_NODELAY socket option: 17.3.3. Discussion (Perl Cookbook)
- tctee program: 8.25. Program: tctee (Perl Cookbook)
- tear-off menus: 15.14.3. Discussion (Perl Cookbook)
- -tearoff option
- Menu widget: 21.15. The Menu Widget (Perl in a Nutshell)
- Menubutton widget: 21.14. The Menubutton Widget (Perl in a Nutshell)
- Optionmenu widget: 21.16. The Optionmenu Widget (Perl in a Nutshell)
- tee program, Unix: 14.4.2. Creative Filehandles (Programming Perl)
- tell( ): 5. Function Reference (Perl in a Nutshell)
- 8.. Advanced Operations (Perl Cookbook)
- tell function: 29.2.176. tell (Programming Perl)
- using on tied filehandle: 14.4.1. Filehandle-Tying Methods (Programming Perl)
- telldir( ): 5. Function Reference (Perl in a Nutshell)
- telldir function: 29.2.177. telldir (Programming Perl)
- telnet, simulating from programs: 18.6.1. Problem (Perl Cookbook)
- tempfile( ): 7.11.2. Solution (Perl Cookbook)
- template( ): 20.9.2. Solution (Perl Cookbook)
- template files: 13.2. Looking at the Templates (Learning Perl Objects, References and Modules)
- Template Toolkit: 21.17.1. Problem (Perl Cookbook)
- configuration: 21.17.3.1. Configuration (Perl Cookbook)
- data structures: 21.17.3.4. Data structures (Perl Cookbook)
- other templates: 21.17.3.6. Including other templates (Perl Cookbook)
- parameters: 21.17.3.7. Parameters (Perl Cookbook)
- Perl code: 21.17.3.3. Perl code (Perl Cookbook)
- plug-ins: 21.17.3.8. Plug-ins (Perl Cookbook)
- subroutines: 21.17.3.5. Subroutines (Perl Cookbook)
- syntax: 21.17.3.2. Syntax (Perl Cookbook)
- templates
- HTML: 20.9.1. Problem (Perl Cookbook)
- HTML::Mason: 21.16.1. Problem (Perl Cookbook)
- autohandlers: 21.16.3.4. Autohandlers (Perl Cookbook)
- configuration: 21.16.3.1. Configuration (Perl Cookbook)
- dhandlers: 21.16.3.5. Dhandlers (Perl Cookbook)
- Mason syntax: 21.16.3.2. Basic Mason syntax (Perl Cookbook)
- objects: 21.16.3.3. Objects (Perl Cookbook)
- for modules: 12.22. Example: Module Template (Perl Cookbook)
- Template Toolkit: 21.17.1. Problem (Perl Cookbook)
- configuration: 21.17.3.1. Configuration (Perl Cookbook)
- data structures: 21.17.3.4. Data structures (Perl Cookbook)
- other templates: 21.17.3.6. Including other templates (Perl Cookbook)
- parameters: 21.17.3.7. Parameters (Perl Cookbook)
- Perl code: 21.17.3.3. Perl code (Perl Cookbook)
- plug-ins: 21.17.3.8. Plug-ins (Perl Cookbook)
- subroutines: 21.17.3.5. Subroutines (Perl Cookbook)
- syntax: 21.17.3.2. Syntax (Perl Cookbook)
- templates, characters for pack/unpack: 29.2.108. pack (Programming Perl)
- templates for outputting data: 4.12. Formats (Perl in a Nutshell)
- templates, strings: 29.2.108. pack (Programming Perl)
- temporary files
- cleaning up: 14.7. Sending and Receiving Signals (Learning Perl)
- B.26. Converting find Command Lines to Perl (Learning Perl)
- data destruction and: 10. Object Destruction (Learning Perl Objects, References and Modules)
- 10.1. Nested Object Destruction (Learning Perl Objects, References and Modules)
- 10.1. Nested Object Destruction (Learning Perl Objects, References and Modules)
- modifying files
- with: 7.15.1. Problem (Perl Cookbook)
- without: 7.17.1. Problem (Perl Cookbook)
- security risks with: 23.2.3. Temporary Files (Programming Perl)
- STDOUT and: 14.6. Testing Things That Write to STDOUT and STDERR (Learning Perl Objects, References and Modules)
- temporary values: 2.3. Built-in Data Types (Programming Perl)
- Tengwar script: 15.2. Effects of Character Semantics (Programming Perl)
- Term::Cap module: 8.196. Term::Cap (Perl in a Nutshell)
- Term::Complete module: 8.197. Term::Complete (Perl in a Nutshell)
- Term::ReadLine module: 8.198. Term::ReadLine (Perl in a Nutshell)
- Term::ANSIColor module: 15.5.2. Solution (Perl Cookbook)
- Term::Cap module: 15.3.2. Solution (Perl Cookbook)
- 15.21.1. Description (Perl Cookbook)
- 32.1.11. User Interfaces (Programming Perl)
- Term::Complete module: 32.1.11. User Interfaces (Programming Perl)
- terminal (see user interfaces)
- terminal, setting for debugging I/O: 20.4. Unattended Execution (Programming Perl)
- terminating
- infinite loop: 4.4.2. for Loops (Programming Perl)
- processes: 29.2.80. kill (Programming Perl)
- termios interface: 15.8.1. Problem (Perl Cookbook)
- Term::ReadKey modlue: 29.2.43. getc (Programming Perl)
- Term::ReadKey module: 1.17.3. Discussion (Perl Cookbook)
- 20.3.1. Editor Support for Debugging (Programming Perl)
- checking for waiting input: 15.9.2. Solution (Perl Cookbook)
- determining window size: 15.4.2. Solution (Perl Cookbook)
- reading from keyboard: 15.6.2. Solution (Perl Cookbook)
- reading passwords: 15.10.2. Solution (Perl Cookbook)
- Term::ReadLine module: 15.11.2. Solution (Perl Cookbook)
- 20.3.1. Editor Support for Debugging (Programming Perl)
- 32.1.11. User Interfaces (Programming Perl)
- Term::ReadLine::Gnu module: 15.11.2. Solution (Perl Cookbook)
- Term::Rendezvous module: 20.4. Unattended Execution (Programming Perl)
- terms: Glossary (Programming Perl)
- precedence of: 3.1. Terms and List Operators (Leftward) (Programming Perl)
- relationships among, expressing with operators: 3. Unary and Binary Operators (Programming Perl)
- terms in Perl: 2.3. Built-in Data Types (Programming Perl)
- ternary operator (?:): 10.9.2. The Ternary Operator, ?: (Learning Perl)
- ternary operators (see trinary operator)
- test command (CPAN.pm): 2.4.4. Installing Modules with the CPAN Module (Perl in a Nutshell)
- test command (Unix): 1.3.1. How to Do It (Programming Perl)
- Test module: 32.1.18. Development Support (Programming Perl)
- Test modules: 8.199. Test (Perl in a Nutshell)
- Test::Builder module: 8.200. Test::Builder (Perl in a Nutshell)
- Test::Harness module: 8.201. Test::Harness (Perl in a Nutshell)
- Test::More module: 8.202. Test::More (Perl in a Nutshell)
- Test::Simple module: 8.203. Test::Simple (Perl in a Nutshell)
- test operators (files): 1.5.7. Some File Test Operators (Programming Perl)
- Test::Harness module: 32.1.18. Development Support (Programming Perl)
- testing
- code coverage: 14. Essential Testing (Learning Perl Objects, References and Modules)
- conditional tests: 14.4. Conditional Tests (Learning Perl Objects, References and Modules)
- if defined: 29.2.23. defined (Programming Perl)
- distributions and: 13. Writing a Distribution (Learning Perl Objects, References and Modules)
- 13.7. Trivial make test (Learning Perl Objects, References and Modules)
- inequality: 14.3. Writing Tests with Test::More (Learning Perl Objects, References and Modules)
- isa and can methods: 11.2. Testing Your Objects for Good Behavior (Learning Perl Objects, References and Modules)
- 11.2. Testing Your Objects for Good Behavior (Learning Perl Objects, References and Modules)
- Makefile.PL and: 15.3. Preparing Your Distribution (Learning Perl Objects, References and Modules)
- multiple test scripts: 14.5. More Complex Tests (Multiple Test Scripts) (Learning Perl Objects, References and Modules)
- numeric equality: 14.3. Writing Tests with Test::More (Learning Perl Objects, References and Modules)
- pound-sign comments and: 14.2. Writing Tests with Test::Simple (Learning Perl Objects, References and Modules)
- smoke tests: 15.6. Testing on Multiple Platforms (Learning Perl Objects, References and Modules)
- sqrt function: 14. Essential Testing (Learning Perl Objects, References and Modules)
- for tainted data: 23.1.1. Detecting and Laundering Tainted Data (Programming Perl)
- test harness: 13.7. Trivial make test (Learning Perl Objects, References and Modules)
- 14.1. What the Test Harness Does (Learning Perl Objects, References and Modules)
- 14.1. What the Test Harness Does (Learning Perl Objects, References and Modules)
- 14.3. Writing Tests with Test::More (Learning Perl Objects, References and Modules)
- use operation: 14.3. Writing Tests with Test::More (Learning Perl Objects, References and Modules)
- writing to STDOUT and STDERR: 14.6. Testing Things That Write to STDOUT and STDERR (Learning Perl Objects, References and Modules)
- testing expression (of map or grep): 5.4. The map and grep Operators (Learning Perl Objects, References and Modules)
- 5.5. Using map (Learning Perl Objects, References and Modules)
- testing modules: 22.3. Creating CPAN Modules (Programming Perl)
- external testing: 22.3.2. External Testing (Programming Perl)
- internal testing: 22.3.1. Internal Testing (Programming Perl)
- Test::More module: 14.3. Writing Tests with Test::More (Learning Perl Objects, References and Modules)
- 14.6. Testing Things That Write to STDOUT and STDERR (Learning Perl Objects, References and Modules)
- test.pl: 21.3.2. Creating Extensions (Programming Perl)
- 21.3.3. XSUB Input and Output (Programming Perl)
- Test::Simple module: 14.2. Writing Tests with Test::Simple (Learning Perl Objects, References and Modules)
- 14.2. Writing Tests with Test::Simple (Learning Perl Objects, References and Modules)
- TEST_VERBOSE option (make test): 14.2. Writing Tests with Test::Simple (Learning Perl Objects, References and Modules)
- text (see also strings)
- adding to images: 15.20.1. Problem (Perl Cookbook)
- changing color: 15.5.1. Problem (Perl Cookbook)
- editors, support for Unicode fonts: 8.21.3. Discussion (Perl Cookbook)
- lexical scope and: 2.5. Names (Programming Perl)
- matching multiple lines of: 17.5.2. Matching Multiple-line Text (Learning Perl)
- Perl modules for: 22.1. The CPAN modules Directory (Programming Perl)
- 32.1.2. String Processing, Language Text Processing, Parsing, and Searching (Programming Perl)
- pod data, converting to formatted ASCII: 32.1.16. Documentation Support (Programming Perl)
- processing, Perl capabilities: 5. Pattern Matching (Programming Perl)
- regular dollar sign in: 2.6.1. Interpolation of Scalar Variables into Strings (Learning Perl)
- Text::Wrap module for: B.5.11. The Text::Wrap Module (Learning Perl)
- Unicode as international medium for: 15. Unicode (Programming Perl)
- wrapping: 7.2.1. Accessing Formatting Internals (Programming Perl)
- XML as: 22.. Introduction (Perl Cookbook)
- text, translating to/from pod: 4.13.3. Pod Utilities (Perl in a Nutshell)
- 8.176. Pod::Text (Perl in a Nutshell)
- text databases: 16.4. Variable-length (Text) Databases (Learning Perl)
- text editors: 1.4. How Do I Make a Perl Program? (Learning Perl)
- text editors, scripts, entering into: 1.3.1. How to Do It (Programming Perl)
- text files, -T (file test) operator: 1.5.7. Some File Test Operators (Programming Perl)
- text indexes (Entry widgets): 21.8.1. Text Indexes (Perl in a Nutshell)
- text mode: 1.4. How Do I Make a Perl Program? (Learning Perl)
- Text modules: 8.204. Text::Abbrev (Perl in a Nutshell)
- Text::Abbrev module: 8.204. Text::Abbrev (Perl in a Nutshell)
- Text::Balanced module: 8.205. Text::Balanced (Perl in a Nutshell)
- Text::ParseWords module: 8.206. Text::ParseWords (Perl in a Nutshell)
- Text::Soundex module: 8.207. Text::Soundex (Perl in a Nutshell)
- Text::Tabs module: 8.208. Text::Tabs (Perl in a Nutshell)
- Text::Wrap module: 8.209. Text::Wrap (Perl in a Nutshell)
- -text option
- Button widget: 21.4. The Button Widget (Perl in a Nutshell)
- Checkbutton widget: 21.5. The Checkbutton Widget (Perl in a Nutshell)
- Label widget: 21.7. The Label Widget (Perl in a Nutshell)
- Menubutton widget: 21.14. The Menubutton Widget (Perl in a Nutshell)
- Optionmenu widget: 21.16. The Optionmenu Widget (Perl in a Nutshell)
- Radiobutton widget: 21.6. The Radiobutton Widget (Perl in a Nutshell)
- text strings
- cmp operator: 7.1. Review of Sorting (Learning Perl Objects, References and Modules)
- like function: 14.3. Writing Tests with Test::More (Learning Perl Objects, References and Modules)
- ref operator and: 9.6. Making a Method Work with Either Classes or Instances (Learning Perl Objects, References and Modules)
- sorting: 7.1. Review of Sorting (Learning Perl Objects, References and Modules)
- Text widget (Perl/Tk): 21.11. The Text Widget (Perl in a Nutshell)
- Text::Abbrev module: 6.20.2. Solution (Perl Cookbook)
- 6.20.3. Discussion (Perl Cookbook)
- 32.1.2. String Processing, Language Text Processing, Parsing, and Searching (Programming Perl)
- textarea( ) (CGI.pm): 10.7. CGI.pm Reference (Perl in a Nutshell)
- Text::Balanced module: 6.17.2. Solution (Perl Cookbook)
- 6.17.3. Discussion (Perl Cookbook)
- Text::CSV module: 1.20.3. Discussion (Perl Cookbook)
- Text::CSV_File module: 1.20.3. Discussion (Perl Cookbook)
- Text::Diff module: 8.22.3. Discussion (Perl Cookbook)
- textfield( ) (CGI.pm): 10.7. CGI.pm Reference (Perl in a Nutshell)
- Text::Metaphone module: 1.22.2. Solution (Perl Cookbook)
- Text::ParseWords module: 1.20.3. Discussion (Perl Cookbook)
- 32.1.2. String Processing, Language Text Processing, Parsing, and Searching (Programming Perl)
- Text::Soundex module: 1.22.2. Solution (Perl Cookbook)
- Text::Tabs module: 1.11.3. Discussion (Perl Cookbook)
- Text::Template module: 20.9.2. Solution (Perl Cookbook)
- -textvariable option
- Button widget: 21.4. The Button Widget (Perl in a Nutshell)
- Checkbutton widget: 21.5. The Checkbutton Widget (Perl in a Nutshell)
- Entry widget: 21.8. The Entry Widget (Perl in a Nutshell)
- Label widget: 21.7. The Label Widget (Perl in a Nutshell)
- Menubutton widget: 21.14. The Menubutton Widget (Perl in a Nutshell)
- Optionmenu widget: 21.16. The Optionmenu Widget (Perl in a Nutshell)
- Radiobutton widget: 21.6. The Radiobutton Widget (Perl in a Nutshell)
- Text::Wrap module: B.5.11. The Text::Wrap Module (Learning Perl)
- Thread method: 17.2.1.1. Thread creation (Programming Perl)
- thread model
- control, passing between threads: 17.2.2.6. Condition variables (Programming Perl)
- data access: 17.2.2. Data Access (Programming Perl)
- Thread module: 8.210. Thread (Perl in a Nutshell)
- 17.2.1. The Thread Module (Programming Perl)
- detach method, shutting down threads with: 17.2.1.4. The detach method (Programming Perl)
- identifying threads: 17.2.1.5. Identifying threads (Programming Perl)
- join method, catching exceptions from: 17.2.1.3. Catching exceptions from join (Programming Perl)
- thread creation: 17.2.1.1. Thread creation (Programming Perl)
- thread destruction: 17.2.1.2. Thread destruction (Programming Perl)
- Thread::Queue module: 8.211. Thread::Queue (Perl in a Nutshell)
- Thread::Semaphore module: 8.212. Thread::Semaphore (Perl in a Nutshell)
- Thread::Signal module: 8.213. Thread::Signal (Perl in a Nutshell)
- Thread::Specific module: 8.214. Thread::Specific (Perl in a Nutshell)
- yielding the processor: 17.2.1.7. Yielding the processor (Programming Perl)
- Thread::Queue module: 17.2.3.1. Queues (Programming Perl)
- threads: B.31. Threads and Forking (Learning Perl)
- 3.5. Threads (Perl in a Nutshell)
- 17. Threads (Programming Perl)
- 29.2.89. lock (Programming Perl)
- locked and method attributes, using: 12.7.6. New Tricks (Programming Perl)
- locking: 29.2.89. lock (Programming Perl)
- multiple, in single interpreter: 18.3. Executing Your Code (Programming Perl)
- process model: 17.1. The Process Model (Programming Perl)
- thread model: 17.2. The Thread Model (Programming Perl)
- Thread::Semaphore module: 17.2. The Thread Model (Programming Perl)
- 17.2.2.6. Condition variables (Programming Perl)
- 17.2.3.2. Semaphores (Programming Perl)
- Thread::Signal module: 17.2.3.3. Other standard threading modules (Programming Perl)
- threads.pm: 17.14.2. Solution (Perl Cookbook)
- three-way comparison operator (cmp): 15.4. Advanced Sorting (Learning Perl)
- -tickinterval option (Scale): 21.13. The Scale Widget (Perl in a Nutshell)
- tid method: 17.2.1.5. Identifying threads (Programming Perl)
- tidy_body( ) (Mail::Internet): 16.2.5. Mail::Internet Reference (Perl in a Nutshell)
- tie( ): 5. Function Reference (Perl in a Nutshell)
- 13.15.2. Solution (Perl Cookbook)
- DBM files
- emptying: 14.2.2. Solution (Perl Cookbook)
- making and using: 14.1.2. Solution (Perl Cookbook)
- 14. Tied Variables (Programming Perl)
- 29.2.178. tie (Programming Perl)
- use or require declarations and: 14. Tied Variables (Programming Perl)
- tie interface: 16.1.1. Opening and Closing DBM Hashes (Learning Perl)
- Tie modules: 8.215. Tie::Array, Tie::StdArray (Perl in a Nutshell)
- Tie::Array module: 8.215. Tie::Array, Tie::StdArray (Perl in a Nutshell)
- Tie::Handle module: 8.217. Tie::Handle (Perl in a Nutshell)
- Tie::Hash module: 8.218. Tie::Hash (Perl in a Nutshell)
- Tie::RefHash module: 8.220. Tie::RefHash (Perl in a Nutshell)
- Tie::Scalar module: 8.221. Tie::Scalar (Perl in a Nutshell)
- Tie::StdArray module: 8.215. Tie::Array, Tie::StdArray (Perl in a Nutshell)
- Tie::SubstrHash module: 8.222. Tie::SubstrHash (Perl in a Nutshell)
- tie modules on CPAN: 14.6. Tie Modules on CPAN (Programming Perl)
- TIEARRAY( ): 13.15.3. Discussion (Perl Cookbook)
- Tie::Array module: 13.15.3. Discussion (Perl Cookbook)
- 14.2. Tying Arrays (Programming Perl)
- 32.1.14. Convenient Classes (Programming Perl)
- SPLICE subroutine, using: 14.2.1. Array-Tying Methods (Programming Perl)
- Tie::Counter module: 14.1.2. Magical Counter Variables (Programming Perl)
- tied( ): 5. Function Reference (Perl in a Nutshell)
- tied function: 14. Tied Variables (Programming Perl)
- 29.2.179. tied (Programming Perl)
- tied variables: B.21. Tied Variables (Learning Perl)
- Tie::DBI module: 14.6. Tie Modules on CPAN (Programming Perl)
- Tie::DevNull module: 14.4.2. Creative Filehandles (Programming Perl)
- Tie::DevRandom module: 14.4.2. Creative Filehandles (Programming Perl)
- Tie::File module: 8.4.2. Solution (Perl Cookbook)
- 8.8.2. Solution (Perl Cookbook)
- 8.10.3. Discussion (Perl Cookbook)
- files as arrays: 8.18.2. Solution (Perl Cookbook)
- TIEHANDLE( ): 13.15.3. Discussion (Perl Cookbook)
- Tie::Handle module: 13.15.3. Discussion (Perl Cookbook)
- TIEHASH( ): 13.15.3. Discussion (Perl Cookbook)
- Tie::Hash module: 13.15.3. Discussion (Perl Cookbook)
- 14.3. Tying Hashes (Programming Perl)
- 32.1.14. Convenient Classes (Programming Perl)
- Tie::IxHash module: 5.7.2. Solution (Perl Cookbook)
- Tie::Persistent module: 14.6. Tie Modules on CPAN (Programming Perl)
- Tie::RefHash module: 5.13.2. Solution (Perl Cookbook)
- 32.1.14. Convenient Classes (Programming Perl)
- TIESCALAR( ): 13.15.3. Discussion (Perl Cookbook)
- Tie::Scalar module: 13.15.3. Discussion (Perl Cookbook)
- 14.1. Tying Scalars (Programming Perl)
- 32.1.14. Convenient Classes (Programming Perl)
- Tie::SecureHash module: 12.7.5. Using Closures for Private Objects (Programming Perl)
- 14.6. Tie Modules on CPAN (Programming Perl)
- Tie::StdArray module: 14.2. Tying Arrays (Programming Perl)
- Tie::StdHash module: 14.3. Tying Hashes (Programming Perl)
- Tie::StdScalar module: 14.1. Tying Scalars (Programming Perl)
- Tie::SubstrHash module: 32.1.14. Convenient Classes (Programming Perl)
- Tie::Syslog module: 14.6. Tie Modules on CPAN (Programming Perl)
- Tie::Tee module: 14.4.2. Creative Filehandles (Programming Perl)
- Tie::VecArray module: 14.6. Tie Modules on CPAN (Programming Perl)
- Tie::Watch module: 14.6. Tie Modules on CPAN (Programming Perl)
- tilde (~)
- bitwise negation operator: 4.5.2. Unary Operators (Perl in a Nutshell)
- suppressing output whitespace: 4.12. Formats (Perl in a Nutshell)
- ~~ to print strings in fields: 4.12. Formats (Perl in a Nutshell)
- expanding in filenames: 7.3.1. Problem (Perl Cookbook)
- home directory expansion of: 29.2.69. glob (Programming Perl)
- tilde-prefix (~): 12.1. Moving Around the Directory Tree (Learning Perl)
- tilde ("~"), as value for $^I variable: 16.4. Variable-length (Text) Databases (Learning Perl)
- time( ): 5. Function Reference (Perl in a Nutshell)
- 3.. Introduction (Perl Cookbook)
- high-res timers: 3.9.3. Discussion (Perl Cookbook)
- 11.6.2. The localtime Function (Learning Perl)
- 29.2.180. time (Programming Perl)
- 32.1.1. Data Types (Programming Perl)
- time base ($^T): 28.2. Special Variables in Alphabetical Order (Programming Perl)
- Time modules: 8.223. Time::gmtime (Perl in a Nutshell)
- Time::gmtime module: 8.223. Time::gmtime (Perl in a Nutshell)
- Time::HiRes module: 8.224. Time::HiRes (Perl in a Nutshell)
- Time::Local module: 8.225. Time::Local (Perl in a Nutshell)
- Time::localtime module: 8.226. Time::localtime (Perl in a Nutshell)
- Time::tm module: 8.227. Time::tm (Perl in a Nutshell)
- time zones (see date and time values)
- TimeConvert( ) (Win32::Internet): 22.7.1. General Internet Methods (Perl in a Nutshell)
- timegm( ): 3.. Introduction (Perl Cookbook)
- 3.2.2. Solution (Perl Cookbook)
- Time::gmtime module: 3.. Introduction (Perl Cookbook)
- 3.3.2. Solution (Perl Cookbook)
- 32.1.7. Operating System Interfaces (Programming Perl)
- Time::HiRes module: 3.9.2. Solution (Perl Cookbook)
- 3.10.2. Solution (Perl Cookbook)
- time2iso( ) (HTTP::Date): 20.3.5. HTTP::Date (Perl in a Nutshell)
- time2isoz( ) (HTTP::Date): 20.3.5. HTTP::Date (Perl in a Nutshell)
- timelocal( ): 3.. Introduction (Perl Cookbook)
- 3.2.2. Solution (Perl Cookbook)
- timelocal function: B.5.12. The Time::Local Module (Learning Perl)
- Time::Local module: B.5.12. The Time::Local Module (Learning Perl)
- timelocal subroutine: 29.2.88. localtime (Programming Perl)
- Time::localtime module: 3.. Introduction (Perl Cookbook)
- 32.1.7. Operating System Interfaces (Programming Perl)
- timeout( )
- IO::Socket module: 15.2.3. IO::Socket Methods (Perl in a Nutshell)
- LWP::UserAgent module: 20.2.3. LWP::UserAgent (Perl in a Nutshell)
- Timeout option (IO::Socket::INET): 15.2.4. IO::Socket::INET Reference (Perl in a Nutshell)
- Timer::HiRes module: 29.2.3. alarm (Programming Perl)
- timers, high-resolution: 3.9.1. Problem (Perl Cookbook)
- times( ): 5. Function Reference (Perl in a Nutshell)
- times function: 29.2.181. times (Programming Perl)
- times, Perl modules for: 22.1. The CPAN modules Directory (Programming Perl)
- times, portability of: 25.8. Dates and Times (Programming Perl)
- timestamps: 9.1.1. Problem (Perl Cookbook)
- 11.6.1. The stat and lstat Functions (Learning Perl)
- 6.8.1. Exercise [30 min] (Learning Perl Objects, References and Modules)
- changing: 13.7. Changing Timestamps (Learning Perl)
- number for, converting: 11.6.2. The localtime Function (Learning Perl)
- time2str( ) (HTTP::Date): 20.3.5. HTTP::Date (Perl in a Nutshell)
- Time::timelocal module: 3.3.2. Solution (Perl Cookbook)
- Time::tm module: 3.. Introduction (Perl Cookbook)
- 32.1.7. Operating System Interfaces (Programming Perl)
- timing
- with alarms: 29.2.3. alarm (Programming Perl)
- comparing for subroutines' execution: 20.6. The Perl Profiler (Programming Perl)
- glitches, handling: 23.2. Handling Timing Glitches (Programming Perl)
- temporary files: 23.2.3. Temporary Files (Programming Perl)
- Unix kernel security bugs: 23.2.1. Unix Kernel Security Bugs (Programming Perl)
- glitches in
- race conditions, handling: 23.2.2. Handling Race Conditions (Programming Perl)
- running times of alternate code versions, comparing: 32.2. Benchmark (Programming Perl)
- script running: 3.10. Named Unary and File Test Operators (Programming Perl)
- timing out operations: 16.21.1. Problem (Perl Cookbook)
- timing out slow operations: 16.1.3. Timing Out Slow Operations (Programming Perl)
- title( ) (Frame widget): 21.18.1. Toplevel Methods (Perl in a Nutshell)
- Title( ) (Win32::Console): 22.2. Win32::Console (Perl in a Nutshell)
- titlecase
- \u and ucfirst function, using in conversions: 5.2.4. The tr/// Operator (Transliteration) (Programming Perl)
- ucfirst, translating to: 15.2. Effects of Character Semantics (Programming Perl)
- Tk: 22.1. The CPAN modules Directory (Programming Perl)
- 24.2.6. User Efficiency (Programming Perl)
- (see also Perl/Tk)
- Tk extension to Perl: 21. Perl/Tk (Perl in a Nutshell)
- callbacks: 21.1.3. Callbacks (Perl in a Nutshell)
- colors and fonts: 21.1.4. Colors and Fonts (Perl in a Nutshell)
- geometry managers: 21.2. Geometry Managers (Perl in a Nutshell)
- scrollbars: 21.1.2. Scrollbars (Perl in a Nutshell)
- widgets: 21.1. Widgets (Perl in a Nutshell)
- Button widget: 21.4. The Button Widget (Perl in a Nutshell)
- Canvas widget: 21.12. The Canvas Widget (Perl in a Nutshell)
- Checkbutton widget: 21.5. The Checkbutton Widget (Perl in a Nutshell)
- common configuration options: 21.3. Common Widget Configuration Options (Perl in a Nutshell)
- Entry widget: 21.8. The Entry Widget (Perl in a Nutshell)
- Frame widget: 21.17. The Frame Widget (Perl in a Nutshell)
- Label widget: 21.7. The Label Widget (Perl in a Nutshell)
- Listbox widget: 21.10. The Listbox Widget (Perl in a Nutshell)
- Menu widget: 21.15. The Menu Widget (Perl in a Nutshell)
- Menubutton widget: 21.14. The Menubutton Widget (Perl in a Nutshell)
- Optionmenu widget: 21.16. The Optionmenu Widget (Perl in a Nutshell)
- Radiobutton widget: 21.6. The Radiobutton Widget (Perl in a Nutshell)
- Scale widget: 21.13. The Scale Widget (Perl in a Nutshell)
- Scrollbar widget: 21.9. The Scrollbar Widget (Perl in a Nutshell)
- Text widget: 21.11. The Text Widget (Perl in a Nutshell)
- toplevel widget: 21.18. The Toplevel Widget (Perl in a Nutshell)
- widgets methods: 21.1.1. Widget Methods (Perl in a Nutshell)
- Tk module set: B.32. Graphical User Interfaces (GUIs) (Learning Perl)
- Tk toolkit: 15.. Introduction (Perl Cookbook)
- dialog boxes: 15.15.1. Problem (Perl Cookbook)
- DOS shell window, removing: 15.17.1. Problem (Perl Cookbook)
- menus: 15.14.1. Problem (Perl Cookbook)
- resize events: 15.16.1. Problem (Perl Cookbook)
- tkshufflepod program: 15.22. Program: tkshufflepod (Perl Cookbook)
- tkRunning option (debugger): 20.3.3. Debugger Options (Programming Perl)
- tkshufflepod program: 15.22. Program: tkshufflepod (Perl Cookbook)
- to( )
- Mail::Send module: 16.2.2. Better Header Control with Mail::Send (Perl in a Nutshell)
- Net::SMTP module: 16.1.2.1. Net::SMTP methods (Perl in a Nutshell)
- -to option (Scale): 21.13. The Scale Widget (Perl in a Nutshell)
- TODO blocks: 14.4. Conditional Tests (Learning Perl Objects, References and Modules)
- $TODO variable: 14.4. Conditional Tests (Learning Perl Objects, References and Modules)
- toggle( ) (Checkbutton): 21.5.1. Checkbutton Methods (Perl in a Nutshell)
- toggling trace mode (debugger): 20.2.3. Tracing (Programming Perl)
- tokenization: 21.1. How Perl Works (Programming Perl)
- (see also lexical analysis)
- tokens: 2.2. Molecules (Programming Perl)
- 18.2. Compiling Your Code (Programming Perl)
- ambiguous characters, problems with: 3.10. Named Unary and File Test Operators (Programming Perl)
- parsing text into list of: 32.1.2. String Processing, Language Text Processing, Parsing, and Searching (Programming Perl)
- top-level package: 2.5.1. Name Lookups (Programming Perl)
- top( ) (Net::POP3): 16.1.3. Retrieving Email with Net::POP3 (Perl in a Nutshell)
- top-of-form processing: 7. Formats (Programming Perl)
- 29.2.140. select (output filehandle) (Programming Perl)
- 29.2.200. write (Programming Perl)
- top-of-page processing: 28.2. Special Variables in Alphabetical Order (Programming Perl)
- -top option, form geometry manager: 21.2.4. The form Geometry Manager (Perl in a Nutshell)
- topicalization: 1.2.1.4. Simplicities (Programming Perl)
- toplevel widget (Perl/Tk): 21.18. The Toplevel Widget (Perl in a Nutshell)
- -topspring option, form geometry manager: 21.2.4. The form Geometry Manager (Perl in a Nutshell)
- toString( ), XML documents: 22.2.3. Discussion (Perl Cookbook)
- -tp option, form geometry manager: 21.2.4. The form Geometry Manager (Perl in a Nutshell)
- tr/// operator: 1.1.3. Discussion (Perl Cookbook)
- B.8.1. Transliteration with tr/// (Learning Perl)
- converting case with: 1.13.3. Discussion (Perl Cookbook)
- tr// pattern match operator: 4.6.1. Pattern-Matching Operators (Perl in a Nutshell)
- tr/// (transliteration) operator: 5.2. Pattern-Matching Operators (Programming Perl)
- 5.2.4. The tr/// Operator (Transliteration) (Programming Perl)
- 29.2.182. tr/// (Programming Perl)
- 29.2.201. y// (Programming Perl)
- characters, transliterating with: 15.2. Effects of Character Semantics (Programming Perl)
- =~ and !~ binding operators, using with: 5.2. Pattern-Matching Operators (Programming Perl)
- modifiers for: 5.2.1. Pattern Modifiers (Programming Perl)
- trace( ) (DBI): 12.3. DBI Methods (Perl in a Nutshell)
- tracing, stack backtrace (debugger T command): 20.2.3. Tracing (Programming Perl)
- 20.1. Using the Debugger (Programming Perl)
- trailing
- growing files: 8.5.1. Problem (Perl Cookbook)
- whitespace, removing: 1.19.1. Problem (Perl Cookbook)
- trailing newlines (see newlines, trailing)
- trailing spaces in string comparisons: 3.11. Relational Operators (Programming Perl)
- Transact( ) (Win32::ODBC): 24.1. ODBC Methods and Properties (Perl in a Nutshell)
- 24.1. ODBC Methods and Properties (Perl in a Nutshell)
- transformations, XML: 22.. Transformations (Perl Cookbook)
- transient( ) (Frame widget): 21.18.1. Toplevel Methods (Perl in a Nutshell)
- translating between languages: 24.5.2. Generating Perl in Other Languages (Programming Perl)
- translation: 29.2.182. tr/// (Programming Perl)
- 29.2.201. y// (Programming Perl)
- transliteration escapes, processing by Perl regex compiler: 5.9.2.1. When backslashes happen (Programming Perl)
- transport protocols: 15. Sockets (Perl in a Nutshell)
- transport( ) (SOAP::Lite): 14.2.1. SOAP::Lite Methods (Perl in a Nutshell)
- trapping
exceptions: 29.2.32. eval (Programming Perl)
- trapping out-of-memory errors: 28.2. Special Variables in Alphabetical Order (Programming Perl)
- trapping signals: 16.1. Signals (Programming Perl)
- trapping undefined function calls: 10.15.1. Problem (Perl Cookbook)
- traverse( ) (HTML::Parser): 20.4.3. HTML::Element (Perl in a Nutshell)
- traversing hashes: 5.5.1. Problem (Perl Cookbook)
- tree structures: 11.17. Program: Binary Trees (Perl Cookbook)
- Tree style (XML::Parser): 13.4. XML::Parser Styles (Perl in a Nutshell)
- trigonometry: 2.11.1. Problem (Perl Cookbook)
- operating in degrees vs. radians: 2.10.1. Problem (Perl Cookbook)
- trigonometry, Math::Trig module: 32.1.1. Data Types (Programming Perl)
- trim( ): 2.1.3. Discussion (Perl Cookbook)
- trinary operator: 3. Unary and Binary Operators (Programming Perl)
- Glossary (Programming Perl)
- ?: as: 3.16. Conditional Operator (Programming Perl)
- 4.5.1. Case Structures (Programming Perl)
- overloading, not working with: 13.1. The overload Pragma (Programming Perl)
- trinary operators: 1.5. Operators (Programming Perl)
- troff: Glossary (Programming Perl)
- troubleshooting: 20. The Perl Debugger (Programming Perl)
- (see also debugging)
- C code: 24.1.3. C Traps (Programming Perl)
- scripts,
common mistakes of novices: 24.1. Common Goofs for Novices (Programming Perl)
- shell code: 24.1.4. Shell Traps (Programming Perl)
- multidimensional arrays: 9.1.5. Common Mistakes (Programming Perl)
- -troughcolor option
- Scale widget: 21.13. The Scale Widget (Perl in a Nutshell)
- Scrollbar widget: 21.9. The Scrollbar Widget (Perl in a Nutshell)
- true values: 1.2.1.1. Singularities (Programming Perl)
- Glossary (Programming Perl)
- truncate( ): 5. Function Reference (Perl in a Nutshell)
- 8.. Advanced Operations (Perl Cookbook)
- 29.2.183. truncate (Programming Perl)
- truncating: Glossary (Programming Perl)
- truncating argument list: 20.3.3. Debugger Options (Programming Perl)
- truncating arrays: 2.8.2. Array Length (Programming Perl)
- truncating numbers: 29.2.76. int (Programming Perl)
- truth conditions,
if and unless statements, evaluating with: 1.6.1.1. The if and unless statements (Programming Perl)
- truth values,
evaluating for in Perl: 1.6.1. What Is Truth? (Programming Perl)
- try block: 29.2.32. eval (Programming Perl)
- -ts option, form geometry manager: 21.2.4. The form Geometry Manager (Perl in a Nutshell)
- tty: 16.3.3. Bidirectional Communication (Programming Perl)
- tty devices, testing for: 15.2.3. Discussion (Perl Cookbook)
- TTY option (PERLDB_OPTS): 6.4. Customizing the Debugger (Perl in a Nutshell)
- two-dimensional arrays
- creating and accessing: 9.1.1. Creating and Accessing a Two-Dimensional Array (Programming Perl)
- creating your own: 9.1.2. Growing Your Own (Programming Perl)
- tying variables: 8.5.1. References Don't Work as Hash Keys (Programming Perl)
- 14. Tied Variables (Programming Perl)
- arrays: 14.2. Tying Arrays (Programming Perl)
- filehandles: 14.4. Tying Filehandles (Programming Perl)
- hashes: 14.3. Tying Hashes (Programming Perl)
- scalars: 14.1. Tying Scalars (Programming Perl)
- untying trap: 14.5. A Subtle Untying Trap (Programming Perl)
- type( )
- Canvas widget: 21.12.3. Canvas Methods (Perl in a Nutshell)
- Menu widget: 21.15.2. Menu Methods (Perl in a Nutshell)
- Net::FTP module: 18.2. Net::FTP (Perl in a Nutshell)
- Type option
- IO::Socket::INET module: 15.2.4. IO::Socket::INET Reference (Perl in a Nutshell)
- IO::Socket::UNIX module: 15.2.5. IO::Socket::UNIX Reference (Perl in a Nutshell)
- Type( ) (Win32::OLE::Variant): 23.4.1. Win32::OLE::Variant Methods (Perl in a Nutshell)
- typecasting operator (in C): 3.21. C Operators Missing from Perl (Programming Perl)
- typed referents: 11.. References (Perl Cookbook)
- typedefs (C language): 21.2. Internal Data Types (Programming Perl)
- Glossary (Programming Perl)
- typeglobs: 1.24. Program: psgrep (Perl Cookbook)
- typeglob: 1.2.1. Variable Syntax (Programming Perl)
- 7.5.3. Discussion (Perl Cookbook)
- 2.5. Names (Programming Perl)
- 2.10. Typeglobs and Filehandles (Programming Perl)
- 8. References (Programming Perl)
- 8.3.6. Other Tricks You Can Do with Hard References (Programming Perl)
- anonymous: 8.2.4. Handle References (Programming Perl)
- anonymous
- generating with Symbol module: 32.1.1. Data Types (Programming Perl)
- assigning references to: 12.16.3. Discussion (Perl Cookbook)
- autovivification of: 14.4.1. Filehandle-Tying Methods (Programming Perl)
- filehandle references, creating: 8.2.4. Handle References (Programming Perl)
- filehandles with, creating alias for: 7.10.3. Discussion (Perl Cookbook)
- global values: 10.13.3.3. Using local( ) on parts of aggregates (Perl Cookbook)
- IO::Handle object: 8.2.5. Symbol Table References (Programming Perl)
- local function, using with: 29.2.87. local (Programming Perl)
- printing contents of: 20.3.3. Debugger Options (Programming Perl)
- prototype symbol (*): 1.2.1. Variable Syntax (Programming Perl)
- references to typeglobs vs.: 8.2.4. Handle References (Programming Perl)
- subroutines, resolving to: 12.3. Method Invocation (Programming Perl)
- symbol table aliasing with: 10.1. Symbol Tables (Programming Perl)
- in symbol table hashes: 10.1. Symbol Tables (Programming Perl)
- variables, tying to classes via: 14. Tied Variables (Programming Perl)
- typelookup( ) (SOAP::Lite): 14.2.1. SOAP::Lite Methods (Perl in a Nutshell)
- typemap: 21.3.1. XS and XSUBs (Programming Perl)
- types (see data types)
- typing variables
- scalars: 2.6. Scalar Values (Programming Perl)
- subtypes, converting between: 2.6. Scalar Values (Programming Perl)
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
Copyright © 2004 O'Reilly & Associates, Inc. All Rights Reserved.
|