Book Home Perl CD BookshelfSearch this book

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

\t tab character assertion: 5.1. The Regular Expression Bestiary (Programming Perl)
\t (tab) sequence: 4.6.3. Escaped Sequences (Perl in a Nutshell)
-T switch, perl: 20.2.2.3. Security features (Advanced Perl Programming)
3.2. Command-Line Options (Perl in a Nutshell)
-t file test operator: 15.2. Testing Whether a Program Is Running Interactively (Perl Cookbook)
4.5.8. File Test Operators (Perl in a Nutshell)
-t (tty) file test: 3.10. Named Unary and File Test Operators (Programming Perl)
t command (debugger): Chapter 6, Reference: t (Perl in a Nutshell)
tables: 9.1. Arrays of Arrays (Programming Perl)
(see also multidimensional arrays)
-tabs option (Text): 18.11. The Text Widget (Perl in a Nutshell)
tag() (HTML::Parser): Chapter 17, Reference: tag (Perl in a Nutshell)
tagAdd() (Text widget): 18.11.3. Tags (Perl in a Nutshell)
tagBind() (Text widget): 18.11.3. Tags (Perl in a Nutshell)
tagCget() (Text widget): 18.11.3. Tags (Perl in a Nutshell)
tagConfigure() (Text widget): 18.11.3. Tags (Perl in a Nutshell)
tagDelete() (Text widget): 18.11.3. Tags (Perl in a Nutshell)
tagged styles, widget: 14.3.5.4. Using tags to change properties of text ranges (Advanced Perl Programming)
tagLower() (Text widget): 18.11.3. Tags (Perl in a Nutshell)
tagNames() (Text widget): 18.11.3. Tags (Perl in a Nutshell)
tagNextrange(): 18.11.3. Tags (Perl in a Nutshell)
tagRaise() (Text widget): 18.11.3. Tags (Perl in a Nutshell)
tagRanges() (Text widget): 18.11.3. Tags (Perl in a Nutshell)
tagRemove() (Text widget): 18.11.3. Tags (Perl in a Nutshell)
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: 18.11.3. Tags (Perl in a Nutshell)
tailwtmp program: 8.18. 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: 20.2.2.3. Security features (Advanced Perl Programming)
3.2. Command-Line Options (Perl in a Nutshell)
16.5.2. Networking Servers (Programming Perl)
19.1.3. Switches (Programming Perl)
taint mode: 1.2.5.1. Trojan horses (Advanced Perl Programming)
19.4. Writing a Safe CGI Program (Perl Cookbook)
taintperl program: 24.1.5. Previous Perl Traps (Programming Perl)
-takefocus option (widgets): 18.3. Common Widget Configuration Options (Perl in a Nutshell)
tan(): 2.12. Calculating More Trigonometric Functions (Perl Cookbook)
tan function: 29.2.4. atan2 (Programming Perl)
tangent: 29.2.4. atan2 (Programming Perl)
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)
tcapdemo program (example): 15.18. Program: Small termcap program (Perl Cookbook)
tcgrep program: 6.22. Program: tcgrep (Perl Cookbook)
Tcl language: 14.1. Introduction to GUIs, Tk, and Perl/Tk (Advanced Perl Programming)
Why Perl? (Advanced Perl Programming)
dynamic evaluation versus subroutines: 4.5.1. Tcl (Advanced Perl Programming)
modular programming in: 6.9.1. Tcl (Advanced Perl Programming)
object orientation of: 7.5.1. Tcl (Advanced Perl Programming)
references in: 1.7.1. Tcl (Advanced Perl Programming)
run-time evaluation and error handling: 5.7.1. Tcl (Tool Command Language) (Advanced Perl Programming)
trace command: 9.6.1. Tcl (Advanced Perl Programming)
TCP: 16.5.1. Networking Clients (Programming Perl)
over Internet-domain sockets: 16.5. Sockets (Programming Perl)
cloisters: 5.7.3. Cloistered Pattern Modifiers (Programming Perl)
TCP clients/servers: 16.5.1. Networking Clients (Programming Perl)
TCP/IP (Transmission Control Protocol/Internet Protocol)
host files, generating: 5.1.1. Generating Host Files (Perl for System Administration)
name services: 5.2. NIS, NIS+, and WINS (Perl for System Administration)
TCP/IP (Transport Control Protocol/IP): 12.1. Networking Primer (Advanced Perl Programming)
communicating over: 17.3. Communicating over TCP (Perl Cookbook)
writing clients: 17.1. Writing a TCP Client (Perl Cookbook)
writing servers: 17.2. Writing a TCP Server (Perl Cookbook)
TCP_NODELAY socket option: 17.3. Communicating over TCP (Perl Cookbook)
TCPVstat program: 4.4.1. Tracking Operations on Windows NT/2000 (Perl for System Administration)
tcpwrappers program: 9.5.2. Read-Remember-Process (Perl for System Administration)
tctee program: 8.19. Program: tctee (Perl Cookbook)
tear-off menus: 15.14. Creating Menus with Tk (Perl Cookbook)
-tearoff option
Menu widget: 18.15. The Menu Widget (Perl in a Nutshell)
Menubutton widget: 18.14. The Menubutton Widget (Perl in a Nutshell)
Optionmenu widget: 18.16. The Optionmenu Widget (Perl in a Nutshell)
tee program, Unix: 14.4.2. Creative Filehandles (Programming Perl)
tell(): 8.0. Introduction (Perl Cookbook)
Chapter 5, Reference: tell (Perl in a Nutshell)
tell function: 29.2.176. tell (Programming Perl)
using on tied filehandle: 14.4.1. Filehandle-Tying Methods (Programming Perl)
telldir(): Chapter 5, Reference: telldir (Perl in a Nutshell)
telldir function: 29.2.177. telldir (Programming Perl)
telnet, simulating from programs: 18.6. Simulating Telnet from a Program (Perl Cookbook)
template(): 20.9. Creating HTML Templates (Perl Cookbook)
template files: 17.2. Jeeves Example (Advanced Perl Programming)
TemplateParser module: 17.3. Jeeves Overview (Advanced Perl Programming)
templates
for modules: 12.18. Example: Module Template (Perl Cookbook)
for outputting data: 4.10. Formats (Perl in a Nutshell)
HTML: 20.9. Creating HTML Templates (Perl Cookbook)
parsing: 17.4.2. Template Parser (Advanced Perl Programming)
templates, characters for pack/unpack: 29.2.108. pack (Programming Perl)
templates, strings: 29.2.108. pack (Programming Perl)
temporaries stack: 20.4.3. Inside Other Stacks (Advanced Perl Programming)
temporary aliases: 3.2.1. Temporary Aliases (Advanced Perl Programming)
temporary files: 7.5. Creating Temporary Files (Perl Cookbook)
7.8. Modifying a File in Place with Temporary File (Perl Cookbook)
7.10. Modifying a File in Place Without a Temporary File (Perl Cookbook)
temporary files, security risks with: 23.2.3. Temporary Files (Programming Perl)
temporary values: 2.3. Built-in Data Types (Programming Perl)
Tengwar script: 15.2. Effects of Character Semantics (Programming Perl)
Term modules
Term::ANSIColor module: 15.5. Changing Text Color (Perl Cookbook)
Term::Cap module: 15.3. Clearing the Screen (Perl Cookbook)
15.18. Program: Small termcap program (Perl Cookbook)
8.138. Term::Cap (Perl in a Nutshell)
Term::Complete module: 8.139. Term::Complete (Perl in a Nutshell)
Term::ReadKey module: 1.12. Reformatting Paragraphs (Perl Cookbook)
checking for waiting input: 15.9. Checking for Waiting Input (Perl Cookbook)
determining window size: 15.4. Determining Terminal or Window Size (Perl Cookbook)
reading from keyboard: 15.6. Reading from the Keyboard (Perl Cookbook)
reading passwords: 15.10. Reading Passwords (Perl Cookbook)
Term::ReadLine module: 15.11. Editing Input (Perl Cookbook)
8.140. Term::ReadLine (Perl in a Nutshell)
Term::ReadLine::Gnu module: 15.11. Editing Input (Perl Cookbook)
Term::Cap module: 32.1.11. User Interfaces (Programming Perl)
Term::Complete module: 32.1.11. User Interfaces (Programming Perl)
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)
Term::ReadKey modlue: 29.2.43. getc (Programming Perl)
termios interface: 15.8. Using POSIX termios (Perl Cookbook)
Term\:\:ReadKey module: 10.5. Preventing Suspicious Activities (Perl for System Administration)
Term::ReadLine module: 20.3.1. Editor Support for Debugging (Programming Perl)
32.1.11. User Interfaces (Programming Perl)
Term::Rendezvous module: 20.4. Unattended Execution (Programming Perl)
precedence of: (Programming Perl) 3.1. Terms and List Operators (Leftward)
relationships among, expressing with operators: 3. Unary and Binary Operators (Programming Perl)
terms in Perl: 2.3. Built-in Data Types (Programming Perl)
test command (CPAN.pm): Chapter 2, Reference: test (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.141. Test (Perl in a Nutshell)
8.142. Test::Harness (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
for tainted data: 23.1.1. Detecting and Laundering Tainted Data (Programming Perl)
if defined: 29.2.23. defined (Programming Perl)
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.pl: 21.3.2. Creating Extensions (Programming Perl)
21.3.3. XSUB Input and Output (Programming Perl)
Tetris GUI (example): 15. GUI Example: Tetris (Advanced Perl Programming)
text
color: 15.5. Changing Text Color (Perl Cookbook)
Entry widgets: A.3. Entry (Advanced Perl Programming)
14.3.5.5. The entry widget (Advanced Perl Programming)
lexical scope and: 2.5. Names (Programming 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)
perlman viewer (example): 16. GUI Example: Man Page Viewer (Advanced Perl Programming)
pod data, converting to formatted ASCII: 32.1.16. Documentation Support (Programming Perl)
positioning: 14.3.5.1. Inserting text at absolute positions (Advanced Perl Programming)
processing, Perl capabilities: 5. Pattern Matching (Programming Perl)
scrolling: 14.3.9. Scrollbars and Scrolling (Advanced Perl Programming)
translating to/from pod: Chapter 4, Reference: pod2text (Perl in a Nutshell)
Unicode as international medium for: 15. Unicode (Programming Perl)
wrapping: 8.122. Pod::Text (Perl in a Nutshell)
7.2.1. Accessing Formatting Internals (Programming 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): 18.8.1. Text Indexes (Perl in a Nutshell)
Text modules: 8.143. Text::Abbrev (Perl in a Nutshell)
Text::Abbrev module: 8.143. Text::Abbrev (Perl in a Nutshell)
Text::ParseWords module: 1.15. Parsing Comma-Separated Data (Perl Cookbook)
8.144. Text::ParseWords (Perl in a Nutshell)
Text::Soundex module: 1.16. Soundex Matching (Perl Cookbook)
8.145. Text::Soundex (Perl in a Nutshell)
Text::Tabs module: 1.7. Expanding and Compressing Tabs (Perl Cookbook)
8.146. Text::Tabs (Perl in a Nutshell)
Text::Template module: 20.9. Creating HTML Templates (Perl Cookbook)
Text::Wrap module: 1.12. Reformatting Paragraphs (Perl Cookbook)
8.147. Text::Wrap (Perl in a Nutshell)
-text option
Button widget: 18.4. The Button Widget (Perl in a Nutshell)
Checkbutton widget: 18.5. The Checkbutton Widget (Perl in a Nutshell)
Label widget: 18.7. The Label Widget (Perl in a Nutshell)
Menubutton widget: 18.14. The Menubutton Widget (Perl in a Nutshell)
Optionmenu widget: 18.16. The Optionmenu Widget (Perl in a Nutshell)
Radiobutton widget: 18.6. The Radiobutton Widget (Perl in a Nutshell)
Text widgets (Perl/Tk): A.2.1. Text (Advanced Perl Programming)
14.3.5. Text and Entry (Advanced Perl Programming)
18.11. The Text Widget (Perl in a Nutshell)
Text::Abbrev module: 32.1.2. String Processing, Language Text Processing, Parsing, and Searching (Programming Perl)
textarea() (CGI.pm): Chapter 10, Reference: textarea (Perl in a Nutshell)
textfield() (CGI.pm): Chapter 10, Reference: textfield (Perl in a Nutshell)
-textvariable option
Button widget: 18.4. The Button Widget (Perl in a Nutshell)
Checkbutton widget: 18.5. The Checkbutton Widget (Perl in a Nutshell)
Entry widget: 18.8. The Entry Widget (Perl in a Nutshell)
Label widget: 18.7. The Label Widget (Perl in a Nutshell)
Menubutton widget: 18.14. The Menubutton Widget (Perl in a Nutshell)
Optionmenu widget: 18.16. The Optionmenu Widget (Perl in a Nutshell)
Radiobutton widget: 18.6. The Radiobutton Widget (Perl in a Nutshell)
Text::ParseWords module: 32.1.2. String Processing, Language Text Processing, Parsing, and Searching (Programming Perl)
Text::Wrap module: 32.1.2. String Processing, Language Text Processing, Parsing, and Searching (Programming Perl)
Thompson, Ken: 10.3. Record-Oriented Approach (Advanced Perl Programming)
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.148. 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.149. Thread::Queue (Perl in a Nutshell)
Thread::Semaphore module: 8.150. Thread::Semaphore (Perl in a Nutshell)
Thread::Signal module: 8.151. Thread::Signal (Perl in a Nutshell)
Thread::Specific module: 8.152. 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: 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)
-tickinterval option (Scale): 18.13. The Scale Widget (Perl in a Nutshell)
Thread::Signal module: 17.2.3.3. Other standard threading modules (Programming Perl)
tid method: 17.2.1.5. Identifying threads (Programming Perl)
tidy_body() (Mail::Internet): Chapter 14, Reference: tidy_body (Perl in a Nutshell)
tie(): 13.15. Creating Magic Variables with tie (Perl Cookbook)
14.1. Making and Using a DBM File (Perl Cookbook)
Chapter 5, Reference: tie (Perl in a Nutshell)
tie function: 14. Tied Variables (Programming Perl)
29.2.178. tie (Programming Perl)
use or require declarations and: 14. Tied Variables (Programming Perl)
tie modules on CPAN: 14.6. Tie Modules on CPAN (Programming Perl)
tie statement: 9. Tie (Advanced Perl Programming)
anonymous values: 9.1.1.1. tie works with anonymous values (Advanced Perl Programming)
arrays: 9.2. Tying Arrays (Advanced Perl Programming)
filehandles: 9.4. Tying Filehandles (Advanced Perl Programming)
hashes: 9.3. Tying Hashes (Advanced Perl Programming)
monitoring variables (example): 9.5. Example: Monitoring Variables (Advanced Perl Programming)
scalars: 9.1. Tying Scalars (Advanced Perl Programming)
Text widgets and: 14.3.5.6. Text widget and ties (Advanced Perl Programming)
Tie modules
Tie::Array module: 8.153. Tie::Array, Tie::StdArray (Perl in a Nutshell)
Tie::Handle module: 8.154. Tie::Handle (Perl in a Nutshell)
Tie::Hash module: 8.155. Tie::Hash, Tie::StdHash (Perl in a Nutshell)
Tie::IxHash module: 5.6. Retrieving from a Hash in Insertion Order (Perl Cookbook)
Tie::RefHash module: 5.12. Hashing References (Perl Cookbook)
8.156. Tie::RefHash (Perl in a Nutshell)
Tie::Scalar module: 8.157. Tie::Scalar, Tie::StdScalar (Perl in a Nutshell)
Tie::StdArray module: 8.153. Tie::Array, Tie::StdArray (Perl in a Nutshell)
Tie::StdHash module: 8.155. Tie::Hash, Tie::StdHash (Perl in a Nutshell)
Tie::StdScalar module: 8.157. Tie::Scalar, Tie::StdScalar (Perl in a Nutshell)
Tie::SubstrHash module: 8.158. Tie::SubstrHash (Perl in a Nutshell)
TIEARRAY method: 9.2.1. TIEARRAY Example: File as an Array (Advanced Perl Programming)
13.15. Creating Magic Variables with tie (Perl Cookbook)
Tie::Array module: 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(): Chapter 5, Reference: tied (Perl in a Nutshell)
tied function: 14. Tied Variables (Programming Perl)
29.2.179. tied (Programming 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)
TieFile facility (example): 9.2.1. TIEARRAY Example: File as an Array (Advanced Perl Programming)
TIEHANDLE method: 13.15. Creating Magic Variables with tie (Perl Cookbook)
TIEHASH method: 13.15. Creating Magic Variables with tie (Perl Cookbook)
Tie::Hash module: 14.3. Tying Hashes (Programming Perl)
32.1.14. Convenient Classes (Programming Perl)
Tie::Persistent module: 14.6. Tie Modules on CPAN (Programming Perl)
Tie::RefHash module: 32.1.14. Convenient Classes (Programming Perl)
TIESCALAR method: 9.1. Tying Scalars (Advanced Perl Programming)
13.15. Creating Magic Variables with tie (Perl Cookbook)
Tie::Scalar module: 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, home directory expansion of: 29.2.69. glob (Programming Perl)
time(): 3.0. Introduction (Perl Cookbook)
Chapter 5, Reference: time (Perl in a Nutshell)
time base ($^T): 28.2. Special Variables in Alphabetical Order (Programming Perl)
time function: 29.2.180. time (Programming Perl)
32.1.1. Data Types (Programming Perl)
time operator
time-outs, eval for: 5.6. Using Eval for Time-Outs (Advanced Perl Programming)
TimeConvert() (Win32::Internet): Chapter 19, Reference: TimeConvert (Perl in a Nutshell)
timegm(): 3.0. Introduction (Perl Cookbook)
3.2. Converting DMYHMS to Epoch Seconds (Perl Cookbook)
Time::gmtime module: 32.1.7. Operating System Interfaces (Programming Perl)
timelocal(): 3.0. Introduction (Perl Cookbook)
3.2. Converting DMYHMS to Epoch Seconds (Perl Cookbook)
timelocal subroutine: 29.2.88. localtime (Programming Perl)
Time::localtime module: 32.1.7. Operating System Interfaces (Programming Perl)
timeout()
IO::Socket module: Chapter 13, Reference: timeout (Perl in a Nutshell)
LWP::UserAgent module: Chapter 17, Reference: timeout (Perl in a Nutshell)
Timeout option (IO::Socket::INET): 13.2.4. IO::Socket::INET Reference (Perl in a Nutshell)
Timer::HiRes module: 29.2.3. alarm (Programming Perl)
timers: 13.1. Msg: Messaging Toolkit (Advanced Perl Programming)
14.5. Timers (Advanced Perl Programming)
high-resolution: 3.9. High-Resolution Timers (Perl Cookbook)
Timer module: 9.1.1. Example: Stopwatch (Advanced Perl Programming)
times(): Chapter 5, Reference: times (Perl in a Nutshell)
times function: 29.2.181. times (Programming Perl)
22.1. The CPAN modules Directory (Programming Perl)
timestamps: 9.1. Getting and Setting Timestamps (Perl Cookbook)
time2str() (HTTP::Date): Chapter 17, Reference: time2str (Perl in a Nutshell)
Time::tm module: 32.1.7. Operating System Interfaces (Programming Perl)
timing
comparing for subroutines' execution: 20.6. The Perl Profiler (Programming Perl)
glitches, handling: 23.2. Handling Timing Glitches (Programming Perl)
in race conditions, handling: 23.2.2. Handling Race Conditions (Programming Perl)
temporary files: 23.2.3. Temporary Files (Programming Perl)
Unix kernel security bugs: 23.2.1. Unix Kernel Security Bugs (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)
with alarms: 29.2.3. alarm (Programming Perl)
timing out operations: 16.21. Timing Out an Operation (Perl Cookbook)
timing out slow operations: 16.1.3. Timing Out Slow Operations (Programming Perl)
title() (Frame widget): 18.18.1. Toplevel Methods (Perl in a Nutshell)
Title() (Win32::Console): Chapter 19, Reference: Title (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)
Tix extension library: 14.1. Introduction to GUIs, Tk, and Perl/Tk (Advanced Perl Programming)
Tk: 22.1. The CPAN modules Directory (Programming Perl)
24.2.6. User Efficiency (Programming Perl)
(see also Perl/Tk)
tkRunning option (debugger): 20.3.3. Debugger Options (Programming Perl)
tksample4 program (example): 15.15. Creating Dialog Boxes with Tk (Perl Cookbook)
tkshufflepod program (example): 15.19. Program: tkshufflepod (Perl Cookbook)
TLI (Transport Layer Interface): 12.1. Networking Primer (Advanced Perl Programming)
tmpfile() (POSIX module): 7.5. Creating Temporary Files (Perl Cookbook)
tmpnam() (POSIX module): 7.5. Creating Temporary Files (Perl Cookbook)
tmps_stack: 20.4.3. Inside Other Stacks (Advanced Perl Programming)
-to option (Scale): 18.13. The Scale Widget (Perl in a Nutshell)
to()
Mail::Send module: Chapter 14, Reference: to (Perl in a Nutshell)
Net::SMTP module: Chapter 14, Reference: to (Perl in a Nutshell)
today's date: 3.1. Finding Today's Date (Perl Cookbook)
toggle() (Checkbutton): 18.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-level window, Perl/Tk: 14.2. Starting with Perl/Tk (Advanced Perl Programming)
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 program: 4.3.2. Examining the Kernel Process Structures (Perl for System Administration)
file operations on Unix: 4.4.2. Tracking Operations in Unix (Perl for System Administration)
network host data, databases for: 5.1.1. Generating Host Files (Perl for System Administration)
Unix: 4.4.2. Tracking Operations in Unix (Perl for System Administration)
Windows NT/2000: 4.4.1. Tracking Operations on Windows NT/2000 (Perl for System Administration)
open files: 4.4.1. Tracking Operations on Windows NT/2000 (Perl for System Administration)
on Unix: 4.4.2. Tracking Operations in Unix (Perl for System Administration)
on Windows NT/2000: 4.4.1. Tracking Operations on Windows NT/2000 (Perl for System Administration)
Windows NT/2000: 4.4.1. Tracking Operations on Windows NT/2000 (Perl for System Administration)
top() (Net::POP3): Chapter 14, Reference: top (Perl in a Nutshell)
topicalization: 1.2.1.4. Simplicities (Programming Perl)
toplevel widget (Perl/Tk): 18.18. The Toplevel Widget (Perl in a Nutshell)
tr/// pattern match operator
4.6.1. Pattern-Matching Operators (Perl in a Nutshell)
~ operator with: 1.1. Accessing Substrings (Perl Cookbook)
converting case with: 1.9. Controlling Case (Perl Cookbook)
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)
=~ and !~ binding operators, using with: 5.2. Pattern-Matching Operators (Programming Perl)
characters, transliterating with: 15.2. Effects of Character Semantics (Programming Perl)
modifiers for: 5.2.1. Pattern Modifiers (Programming Perl)
trace() (DBI): Chapter 12, Reference: trace (Perl in a Nutshell)
tracing, stack backtrace, debugger T command: 20.2.3. Tracing (Programming Perl)
tracing, stack backtrace (debugger command): 20.1. Using the Debugger (Programming Perl)
trailing growing files: 8.5. Trailing a Growing File (Perl Cookbook)
trailing spaces in string comparisons: 3.11. Relational Operators (Programming Perl)
trailing whitespace, removing: 1.14. Trimming Blanks from the Ends of a String (Perl Cookbook)
transactions: 10.1. Persistence Issues (Advanced Perl Programming)
10.4.1.4. Transactions (Advanced Perl Programming)
transient() (Frame widget): 18.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)
translator: 20.2.2. Translator (Advanced Perl Programming)
translators: 26.1. Pod in a Nutshell (Programming Perl)
26.2. Pod Translators and Modules (Programming Perl)
Pod::Checker module: 32.1.16. Documentation Support (Programming Perl)
transliteration escapes, processing by Perl regex compiler: 5.9.2.1. When backslashes happen (Programming Perl)
transparency: 10.1. Persistence Issues (Advanced Perl Programming)
11. Implementing Object Persistence (Advanced Perl Programming)
11.2.1. Design Goals (Advanced Perl Programming)
transparently persistent data structures: 11.14. Transparently Persistent Data Structures (Perl Cookbook)
transport protocols: 13. Sockets (Perl in a Nutshell)
trapping, exceptions: 29.2.32. eval (Programming Perl)
out-of-memory errors: 28.2. Special Variables in Alphabetical Order (Programming Perl)
trapping undefined function calls: 10.15. Trapping Undefined Function Calls with AUTOLOAD (Perl Cookbook)
traverse() (HTML::Parser): Chapter 17, Reference: traverse (Perl in a Nutshell)
traversing hashes: 5.4. Traversing a Hash (Perl Cookbook)
tree structures: 11.15. Program: Binary Trees (Perl Cookbook)
triggers: 10.4.1.6. What DBI does not provide (Advanced Perl Programming)
trigonometry: 2.11. Doing Trigonometry in Degrees, not Radians (Perl Cookbook)
trigonometry, Math::Trig module: 32.1.1. Data Types (Programming Perl)
trinary operators: 1.5. Operators (Programming Perl)
3. Unary and Binary Operators (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)
Trojan horses: 1.2.5.1. Trojan horses (Advanced Perl Programming)
troubleshooting: 20. The Perl Debugger (Programming Perl)
(see also debugging)
C code: 24.1.3. C Traps (Programming Perl)
-troughcolor option
Scale widget: 18.13. The Scale Widget (Perl in a Nutshell)
Scrollbar widget: 18.9. The Scrollbar Widget (Perl in a Nutshell)
true values: 1.2.1.1. Singularities (Programming Perl)
truncate(): 8.0. Introduction (Perl Cookbook)
Chapter 5, Reference: truncate (Perl in a Nutshell)
truncate function: 29.2.183. truncate (Programming Perl)
argument list: 20.3.3. Debugger Options (Programming Perl)
truth (Boolean): 1.0. Introduction (Perl Cookbook)
truth conditions, evaluating with if and unless statements: 1.6.1.1. The if and unless statements (Programming Perl)
truth values, evaluating for: 1.6.1. What Is Truth? (Programming Perl)
try block: 29.2.32. eval (Programming Perl)
tsc_permute program (example): 4.19. Program: permute (Perl Cookbook)
tty: 16.3.3. Bidirectional Communication (Programming Perl)
tty devices, testing for: 15.2. Testing Whether a Program Is Running Interactively (Perl Cookbook)
TTY option (PERLDB_OPTS): 6.4. Customizing the Debugger (Perl in a Nutshell)
TurboPerl program: 4.2.4. Using Window Management Instrumentation (WMI) (Perl for System Administration)
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: Chapter 5, Reference: tied (Perl in a Nutshell)
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: 18.12.3. Canvas Methods (Perl in a Nutshell)
Menu widget: 18.15.2. Menu Methods (Perl in a Nutshell)
Net::FTP module: Chapter 16, Reference: type (Perl in a Nutshell)
type-checking hints: 20.7. A Peek into the Future (Advanced Perl Programming)
Type option
IO::Socket::INET module: 13.2.4. IO::Socket::INET Reference (Perl in a Nutshell)
IO::Socket::UNIX module: 13.2.5. IO::Socket::UNIX Reference (Perl in a Nutshell)
Win32::OLE::Variant module: Chapter 19, Reference: Type (Perl in a Nutshell)
typecasting operator (in C): 3.21. C Operators Missing from Perl (Programming Perl)
typed referents: 11.0. Introduction (Perl Cookbook)
typedefs (C language): 21.2. Internal Data Types (Programming Perl)
typeglob prototype symbol (*): 4.7.5. Prototypes (Perl in a Nutshell)
typeglobs: B.9. Typeglobs (Advanced Perl Programming)
3. Typeglobs and Symbol Tables (Advanced Perl Programming)
3.2. Typeglobs (Advanced Perl Programming)
20.3.4. Glob Values and Symbol Tables (Advanced Perl Programming)
1.18. Program: psgrep (Perl Cookbook)
7.16. Storing Filehandles in Variables (Perl Cookbook)
7.20. Copying Filehandles (Perl Cookbook)
10.13. Saving Global Values (Perl Cookbook)
2.5. Names (Programming Perl)
1.2.1. Variable Syntax (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)
aliasing on command line: 3.2.2.2. Aliasing on command lines (Advanced Perl Programming)
anonymous, generating with Symbol module: 32.1.1. Data Types (Programming Perl)
autovivification of: 14.4.1. Filehandle-Tying Methods (Programming Perl)
filehandle references, creating: 8.2.4. Handle References (Programming Perl)
for filehandles: 3.4. Filehandles, Directory Handles, and Formats (Advanced Perl Programming)
in symbol table hashes: 10.1. Symbol Tables (Programming Perl)
IO\:\:Handle object: 8.2.5. Symbol Table References (Programming Perl)
local function, using with: 29.2.87. local (Programming Perl)
my operator with: 3.2.1. Temporary Aliases (Advanced Perl Programming)
printing contents of: 20.3.3. Debugger Options (Programming Perl)
prototype symbol (*): 1.2.1. Variable Syntax (Programming Perl)
8.2.4. Handle References (Programming Perl)
references and: 3.3.4. References to Typeglobs (Advanced Perl Programming)
selective aliases: 3.3.1. Selective Aliasing (Advanced Perl Programming)
storing attributes with: 8.1.2. Attribute Storage Using Typeglobs (Advanced Perl Programming)
subroutines, resolving to: 12.3. Method Invocation (Programming Perl)
symbol table aliasing with: 10.1. Symbol Tables (Programming Perl)
temporary aliases: 3.2.1. Temporary Aliases (Advanced Perl Programming)
variable suicide: 3. Typeglobs and Symbol Tables (Advanced Perl Programming)
3.2.3. Aliasing Problem: Variable Suicide (Advanced Perl Programming)
variables, tying to classes via: 14. Tied Variables (Programming Perl)
typemap: 21.3.1. XS and XSUBs (Programming Perl)
typemaps
SWIG tool and: 18.3. SWIG Features (Advanced Perl Programming)
20.5.7. SWIG Typemaps (Advanced Perl Programming)
XS tool: 20.5.2. XS Typemaps: An Introduction (Advanced Perl Programming)
typing variables
scalars: 2.6. Scalar Values (Programming Perl)
subtypes, converting between: 2.6. Scalar Values (Programming Perl)


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

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.