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: W
- \W (nonword) character class: 4.6.4. Character Classes (Perl in a Nutshell)
- \w,
matching ideograph with: 15.2. Effects of Character Semantics (Programming Perl)
- \w (word) character class:
4.6.4. Character Classes (Perl in a Nutshell)
- -w command-line switch: 19.1.3. Switches (Programming Perl)
- -w switch, Perl: 28.2. Special Variables in Alphabetical Order (Programming Perl)
- w command (debugger): Chapter 6, Reference: w (Perl in a Nutshell)
- w forward character=\w (forward character): 1.7. Regular Expressions (Programming Perl)
- Wait() (Win32::Process): Chapter 19, Reference: Wait (Perl in a Nutshell)
- wait(): 12.3.1. Multiple Threads of Execution (Advanced Perl Programming)
- 16.19. Avoiding Zombie Processes (Perl Cookbook)
- Chapter 5, Reference: wait (Perl in a Nutshell)
- Win32::ChangeNotification module: Chapter 19, Reference: wait (Perl in a Nutshell)
- Win32::Mutex module: Chapter 19, Reference: wait (Perl in a Nutshell)
- Win32::Semaphore module: Chapter 19, Reference: wait (Perl in a Nutshell)
- wait function: 29.2.196. wait (Programming Perl)
- wait system call: 28.2. Special Variables in Alphabetical Order (Programming Perl)
- waitpid(): 12.3.1. Multiple Threads of Execution (Advanced Perl Programming)
- 16.19. Avoiding Zombie Processes (Perl Cookbook)
- Chapter 5, Reference: waitpid (Perl in a Nutshell)
- waitpid function: 29.2.197. waitpid (Programming Perl)
- Wall, Larry:
1.2. Perl Development (Perl in a Nutshell)
- wantarray(): 10.6. Detecting Return Context (Perl Cookbook)
- Chapter 5, Reference: wantarray (Perl in a Nutshell)
- wantarray function: 29.2.198. wantarray (Programming Perl)
- Warn attribute (DBI): 12.2.3. Database Handles and Statement Handles (Perl in a Nutshell)
- warn function: Chapter 5, Reference: warn (Perl in a Nutshell)
- 4.9. Filehandles (Perl in a Nutshell)
- 29.2.199. warn (Programming Perl)
- dialog box for: 15.15. Creating Dialog Boxes with Tk (Perl Cookbook)
- HTML::Parser module: Chapter 17, Reference: warn (Perl in a Nutshell)
- $WARNING: 28.2. Special Variables in Alphabetical Order (Programming Perl)
- __WARN__ token: 16.15. Installing a Signal Handler (Perl Cookbook)
- warning messages: 12.12. Reporting Errors and Warnings Like Built-Ins (Perl Cookbook)
- 3.2. Command-Line Options (Perl in a Nutshell)
- 19.1.3. Switches (Programming Perl)
- 29.2.199. warn (Programming Perl)
- 33. Diagnostic Messages (Programming Perl)
- intercepting: 28.2. Special Variables in Alphabetical Order (Programming Perl)
- -w switch, turning on with: 1.3.1. How to Do It (Programming Perl)
- reporting like built-ins: 12.12. Reporting Errors and Warnings Like Built-Ins (Perl Cookbook)
- ${^WARNING_BITS}: 28.2. Special Variables in Alphabetical Order (Programming Perl)
- $WARNING ($^W) variable: 13.5. Using Classes as Structs (Perl Cookbook)
- 4.4.1. Global Special Variables (Perl in a Nutshell)
- lexical; ${^WARNING_BITS}: 28.2. Special Variables in Alphabetical Order (Programming Perl)
- about remaining references to tied objects: 14.5. A Subtle Untying Trap (Programming Perl)
- about undefined values: 4. Statements and Declarations (Programming Perl)
- disabling unconditionally and permanently: 19.1.3. Switches (Programming Perl)
- modules for: 32.1.15. Warnings and Exceptions (Programming Perl)
- verbosity, forcing in: 32.1.13. Perl Language Extensions and Internals (Programming Perl)
- warnings module: 32.1.15. Warnings and Exceptions (Programming Perl)
- warnings pragma: 4.9.1. Controlling Warnings (Programming Perl)
- warnLevel option (debugger): 20.3.3. Debugger Options (Programming Perl)
- watch expressions: 20.2.3. Tracing (Programming Perl)
- watch points, placing on Perl variables: 14.6. Tie Modules on CPAN (Programming Perl)
- WBEM (Web-Based Enterprise Management): 4.2.4. Using Window Management Instrumentation (WMI) (Perl for System Administration)
- wc program: in a File 8.2. Counting Lines (or Paragraphs or Records) (Perl Cookbook)
- weak references: 8.5.2. Garbage Collection, Circular References,
and Weak References (Programming Perl)
- WeakRef module: 12.6.1. Garbage Collection with DESTROY Methods (Programming Perl)
- weather, Perl modules for: 22.1. The CPAN modules Directory (Programming Perl)
- web architecture: 19.0. Introduction (Perl Cookbook)
- web automation: 20.0. Introduction (Perl Cookbook)
- converting ASCII to/from HTML: 20.4. Converting ASCII to HTML (Perl Cookbook)
- extracting URLs from HTML: 20.3. Extracting URLs (Perl Cookbook)
- fetching URLs: 20.1. Fetching a URL from a Perl Script (Perl Cookbook)
- finding stale/fresh links: 20.7. Finding Stale Links (Perl Cookbook)
- HTML templates: 20.9. Creating HTML Templates (Perl Cookbook)
- HTML text substitutions: 20.14. Program: htmlsub (Perl Cookbook)
- mirroring web pages: 20.10. Mirroring Web Pages (Perl Cookbook)
- parsing web server log files: 20.12. Parsing a Web Server Log File (Perl Cookbook)
- processing server logs: 20.13. Processing Server Logs (Perl Cookbook)
- removing/extracting HTML tags: 20.6. Extracting or Removing HTML Tags (Perl Cookbook)
- robots: 20.11. Creating a Robot (Perl Cookbook)
- submitting HTML forms: 20.2. Automating Form Submission (Perl Cookbook)
- web client, creating: 17.2.2. LWP::Simple (Perl in a Nutshell)
- web documents, virtual: 9.1.2. Creating Virtual Documents (Perl in a Nutshell)
- web, Perl modules for: 22.1. The CPAN modules Directory (Programming Perl)
- web, references on: 19.0. Introduction (Perl Cookbook)
- web server logs: 19.0. Introduction (Perl Cookbook)
- parsing: 20.12. Parsing a Web Server Log File (Perl Cookbook)
- processing: 20.13. Processing Server Logs (Perl Cookbook)
- web server programming: 11. Web Server Programming with mod_perl (Perl in a Nutshell)
- week_number(): 3.6. Day in a Week/Month/Year or Week Number (Perl Cookbook)
- weekearly program (example): 8.13. Updating a Random-Access File (Perl Cookbook)
- weighted_rand() (example): 2.10. Generating Biased Random Numbers (Perl Cookbook)
- WHERE clause (SQL): D.3.2. Retrieving a Subset of the Rows in a Table (Perl for System Administration)
- while loops
- 4.3.1.1. while loops (Perl in a Nutshell)
- 4.3.1.4. Modifiers (Perl in a Nutshell)
- 1.6.2.1. The while and until statements (Programming Perl)
- 4.4.1. while and until Statements (Programming Perl)
- angle operator and $_: Operator (Programming Perl) 2.11.2. Line Input (Angle)
- eof function in: 29.2.31. eof (Programming Perl)
- while modifier: 4.1. Simple Statements (Programming Perl)
- while statements: 1.5.5. Logical Operators (Programming Perl)
- Boolean context, supplying: 2.7.2. Boolean Context (Programming Perl)
- list assignment in: 2.8.1. List Assignment (Programming Perl)
- whitespace
- 1.7. Regular Expressions (Programming Perl)
- 2.2. Molecules (Programming Perl)
- 24.3. Programming with Style (Programming Perl)
- 29. Functions (Programming Perl)
- cononicalizing in a variable: 5.2.3.1. Modifying strings en passant (Programming Perl)
- deleting leading/trailing: 1.14. Trimming Blanks from the Ends of a String (Perl Cookbook)
- encoding into URLs: 9.2. URL Encoding (Perl in a Nutshell)
- extracting ranges of lines: 6.8. Extracting a Range of Lines (Perl Cookbook)
- in formats
- 7. Formats (Programming Perl)
- 2.6.6. "Here" Documents (Programming Perl)
- in Perl programs:
4.1. Program Structure (Perl in a Nutshell)
- in pod documentation: 12.16. Documenting Your Module with Pod (Perl Cookbook)
- indenting here documents: 1.11. Indenting Here Documents (Perl Cookbook)
- matching across multiple lines: 6.6. Matching Multiple Lines (Perl Cookbook)
- matching words: 6.3. Matching Words (Perl Cookbook)
- quote characters, use in: 2.6.3. Pick Your Own Quotes (Programming Perl)
- \S (non-whitespace) character class: 4.6.4. Character Classes (Perl in a Nutshell)
- \s (whitespace) character class: 4.6.4. Character Classes (Perl in a Nutshell)
- sorted text in columns and: 4.18. Program: words (Perl Cookbook)
- sorting du command output: 5.16. Program: dutree (Perl Cookbook)
- suppressing in formatted output: 4.10. Formats (Perl in a Nutshell)
- tabs, expanding/compressing: 1.7. Expanding and Compressing Tabs (Perl Cookbook)
- /x modifier in pattern matching: 5.2.1. Pattern Modifiers (Programming Perl)
- whitespaces,
use as variable name or delimiter for quote construct, changes in: 24.1.5. Previous Perl Traps (Programming Perl)
- whoami(): 10.4. Determining Current Function Name (Perl Cookbook)
- who.cgi script (example): 19.11. Creating Sticky Widgets (Perl Cookbook)
- WHOIS,
querying the right server: 8.3.3.2. Checking against Internet-wide blacklists (Perl for System Administration)
- whois service: 18.8. Using Whois to Retrieve Information from the InterNIC (Perl Cookbook)
- whowasi(): 10.4. Determining Current Function Name (Perl Cookbook)
- wide, syscalls: 28.2. Special Variables in Alphabetical Order (Programming Perl)
- ${^WIDE_SYSTEM_CALLS}: 28.2. Special Variables in Alphabetical Order (Programming Perl)
- widgets (Perl/Tk): 14.1. Introduction to GUIs, Tk, and Perl/Tk (Advanced Perl Programming)
- 18.1. Widgets (Perl in a Nutshell)
- callbacks: 18.1.3. Callbacks (Perl in a Nutshell)
- colors and fonts: 18.1.4. Colors and Fonts (Perl in a Nutshell)
- common configuration options: 18.3. Common Widget Configuration Options (Perl in a Nutshell)
- event bindings and: 14.6. Event Bindings (Advanced Perl Programming)
- event loops and: 14.7. Event Loops (Advanced Perl Programming)
- geometry management: 14.2. Starting with Perl/Tk (Advanced Perl Programming)
- 14.4. Geometry Management (Advanced Perl Programming)
- 18.2. Geometry Managers (Perl in a Nutshell)
- list of: 14.3. Widget Tour (Advanced Perl Programming)
- reference for: A. Tk Widget Reference (Advanced Perl Programming)
- scrolling: 14.3.9. Scrollbars and Scrolling (Advanced Perl Programming)
- 18.1.2. Scrollbars (Perl in a Nutshell)
- tagged styles: 14.3.5.4. Using tags to change properties of text ranges (Advanced Perl Programming)
- timers: 14.5. Timers (Advanced Perl Programming)
- widget methods: 18.1.1. Widget Methods (Perl in a Nutshell)
- -width option: 18.3. Common Widget Configuration Options (Perl in a Nutshell)
- place geometry manager: 18.2.3. The Place Geometry Manager (Perl in a Nutshell)
- width
- character representation: 15.1. Building Character (Programming Perl)
- of numbers: 25.2. Endianness and Number Width (Programming Perl)
- wildcard metasymbols: 5.3.3. Wildcard Metasymbols (Programming Perl)
- character classes and: 5.4.1. Custom Character Classes (Programming Perl)
- 5.4.1. Custom Character Classes (Programming Perl)
- wildcards: 6.9. Matching Shell Globs as Regular Expressions (Perl Cookbook)
- 4.6.2. Regular Expression Syntax (Perl in a Nutshell)
- anchors: 4.6.5. Anchors (Perl in a Nutshell)
- character classes: 4.6.4. Character Classes (Perl in a Nutshell)
- escaped sequences: 4.6.3. Escaped Sequences (Perl in a Nutshell)
- quantifiers: 4.6.6. Quantifiers (Perl in a Nutshell)
- Win32 modules: 19. Win32 Modules and Extensions (Perl in a Nutshell)
- Win32::AbortSystemShutdown():
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::BuildNumber module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::ChangeNotification module: 19.3. Win32::ChangeNotification (Perl in a Nutshell)
- Win32::Clipboard module: 19.1. Win32::Clipboard (Perl in a Nutshell)
- Win32::Console module:
19.2. Win32::Console (Perl in a Nutshell)
- Win32::DomainName module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::EventLog module:
19.4. Win32::Eventlog (Perl in a Nutshell)
- Win32::ExpandEnvironmentStrings module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::File module:
19.5. Win32::File (Perl in a Nutshell)
- Win32::FileSecurity module:
19.6. Win32::FileSecurity (Perl in a Nutshell)
- Win32::FormatMessage module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::FsType module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::GetCwd module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::GetLastError module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::GetNextAvailDrive module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::GetOSVersion module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::GetShortPathName module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::GetTickCount module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::InitiateSystemShutdown module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::Internet module:
19.7. Win32::Internet (Perl in a Nutshell)
- Win32::IPC module:
19.8. Win32::IPC (Perl in a Nutshell)
- Win32::IsWin95 module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::IsWinNT module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::LoginName module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::LookupAccountName module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::LookupAccountSID module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::Mutex module:
19.9. Win32::Mutex (Perl in a Nutshell)
- Win32::NetAdmin module: 19.10. Win32::NetAdmin (Perl in a Nutshell)
- Win32::NetResource module:
19.11. Win32::NetResource (Perl in a Nutshell)
- Win32::NodeName module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::ODBC module: 10.4.2. Win32::ODBC (Advanced Perl Programming)
- Win32::OLE modules
- 19.18. OLE Automation (Perl in a Nutshell)
- Win32::OLE::Const module: 19.18.5. Win32::OLE::Const (Perl in a Nutshell)
- Win32::OLE::Enum module: 19.18.3. Win32::OLE::Enum (Perl in a Nutshell)
- Win32::OLE::Variant module: 19.18.4. Win32::OLE::Variant (Perl in a Nutshell)
- Win32::OLELastError(): 19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::Process module: 15.17. Removing the DOS Shell Window with Windows Perl/Tk (Perl Cookbook)
- 19.12. Win32::Process (Perl in a Nutshell)
- Win32::RegisterServer(): 19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::Registry module:
19.13. Win32::Registry (Perl in a Nutshell)
- Win32::Semaphore module:
19.14. Win32::Semaphore (Perl in a Nutshell)
- Win32::Service module
- 19.15. Win32::Service (Perl in a Nutshell)
- 19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::Shortcut module:
19.16. Win32::Shortcut (Perl in a Nutshell)
- Win32::Sleep(): 19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::Spawn module:
19.17. Win32 Extensions (Perl in a Nutshell)
- Win32::Timer module: 9.1.1. Example: Stopwatch (Advanced Perl Programming)
- Win32::UnregisterServer(): 19.17. Win32 Extensions (Perl in a Nutshell)
- Win32 Schema: 4.2.4. Using Window Management Instrumentation (WMI) (Perl for System Administration)
- Win32 systems
- command processing: 3.1. Command Processing (Perl in a Nutshell)
- installing Perl on: 2.3.2. Installing on Win32 (Perl in a Nutshell)
- Win32\:\:AdminMisc module: 3.2.1. NT/2000 User Identity Storage and Access (Perl for System Administration)
- Win32\:\:AdvNotify module: 4.4.1. Tracking Operations on Windows NT/2000 (Perl for System Administration)
- Win32API\:\:Net module: 3.3.2.2. Windows NT/2000 account creation and deletion routines (Perl for System Administration)
- Win32API::File module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32API::Net module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32API::Registry module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32::ChangeNotify module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32::Console module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Window Management Instrumentation (see WMI)
- changing titles of: 4.2.3. Using the Win32::Setupsup Module (Perl for System Administration)
- interacting with: 4.2.3. Using the Win32::Setupsup Module (Perl for System Administration)
- properties of: 4.2.3. Using the Win32::Setupsup Module (Perl for System Administration)
- sending keystrokes to: 4.2.3. Using the Win32::Setupsup Module (Perl for System Administration)
- window size, determining: 12.14. Using h2ph to Translate C #include Files (Perl Cookbook)
- 15.4. Determining Terminal or Window Size (Perl Cookbook)
- window() (Text widget): 18.11.2. Text Methods (Perl in a Nutshell)
- Window() (Win32::Console): Chapter 19, Reference: Window (Perl in a Nutshell)
- Windows (see Microsoft Windows)
- Windows 2000
- (see also Windows NT/2000)
- groups: 3.2.4. NT Groups (Perl for System Administration)
- (see also Windows NT, groups)
- process control using WMI: 4.2.4. Using Window Management Instrumentation (WMI) (Perl for System Administration)
- Windows 2000 Resource Kit: 3.2.5. NT/2000 User Rights (Perl for System Administration)
- Win32::Event module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Windows clipboard: 19.1. Win32::Clipboard (Perl in a Nutshell)
- Windows Internet Name Server (see WINS)
- Windows NT
- (see also Windows NT/2000)
- groups: 3.2.4. NT Groups (Perl for System Administration)
- log files, analyzing: 9.5.1. Stream Read-Count (Perl for System Administration)
- mapping hostnames to IP addresses: 5.2.2. Windows Internet Name Server ( WINS) (Perl for System Administration)
- services, managing via ADSI: 6.5.12. Working with NT/2000 Services via ADSI (Perl for System Administration)
- Windows NT Resource Kit,
process control binaries: 4.2.1. Using the Microsoft Resource Kit Binaries (Perl for System Administration)
- Windows NT Server Resource Kit, utilities for WINS: 5.2.2. Windows Internet Name Server ( WINS) (Perl for System Administration)
- windowse utility: 4.2.3. Using the Win32::Setupsup Module (Perl for System Administration)
- Win32\:\:EventLog module,
analyzing log files with: 9.5.1. Stream Read-Count (Perl for System Administration)
- Win32::EventLog module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32::File module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32::FileSecurity module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32::Internet module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32::IPC module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32\:\:IpHelp module: 4.4.1. Tracking Operations on Windows NT/2000 (Perl for System Administration)
- Win32\:\:IProc module,
installing: 4.5.1. Installing Win32::IProc (Perl for System Administration)
- Win32\:\:Lanman module: 3.3.2.2. Windows NT/2000 account creation and deletion routines (Perl for System Administration)
- Win32\:\:MAPI module: 8.1.2. Using the OS-Specific IPC Framework. (Perl for System Administration)
- Win32::Mutex module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32::NetAdmin module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32::NetResource module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32::ODBC module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32\:\:OLE module: 4.2.4. Using Window Management Instrumentation (WMI) (Perl for System Administration)
- 6.5.2. Using ADSI from Perl (Perl for System Administration)
- 8.1.2. Using the OS-Specific IPC Framework. (Perl for System Administration)
- Win32::OLE::Const module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32::OLE::Enum module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32::OLE::NLS module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32::OLE::Variant module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32::PerfLib module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32::Pipe module: 16.3.4. Named Pipes (Programming Perl)
- Win32\:\:Process module: 4.2.2. Using the Win32::IProc Module (Perl for System Administration)
- WINS (Windows Internet Name Server),
DNS and: (Perl for System Administration) 5.3. Domain Name Service (DNS)
- Win32\:\:Setupsup module,
installing: 4.5.2. Installing Win32::Setupsup (Perl for System Administration)
- Win32::Semaphore module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32::Service module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32::Sound module: 32.1.20. Microsoft-Related Modules (Programming Perl)
- winsz program (example): 12.14. Using h2ph to Translate C #include Files (Perl Cookbook)
- Win32::TieRegistry module: 14.6. Tie Modules on CPAN (Programming Perl)
- 32.1.20. Microsoft-Related Modules (Programming Perl)
- Win32\:\:UserAdmin module: 3.3.2.2. Windows NT/2000 account creation and deletion routines (Perl for System Administration)
- Wirth, Nicklaus: 7.1. OO: An Introduction (Advanced Perl Programming)
- with() (Win32::OLE): Chapter 19, Reference: with (Perl in a Nutshell)
- withdraw() (Frame widget): 18.18.1. Toplevel Methods (Perl in a Nutshell)
- wmailto program: 8.1.1. Getting sendmail (or Similar Mail Transport Agent) (Perl for System Administration)
- WMI (Window Management Instrumentation):,
retrieving log information with: 9.2.3. Using the OS's Logging API (Perl for System Administration)
- WNetGetLastError() (Win32::NetResource): Chapter 19, Reference: WNetGetLastError (Perl in a Nutshell)
- word character,
1.7. Regular Expressions (Programming Perl)
- word lists: 2.8. List Values and Arrays (Programming Perl)
- b assertion=\b assertion: 1.7.3. Nailing Things Down (Programming Perl)
- capturing: (Programming Perl) 5.2.2. The m// Operator (Matching)
- duplicate, finding: 6.16. Detecting Duplicate Words (Perl Cookbook)
- fuzzy matching: 6.13. Approximate Matching (Perl Cookbook)
- lists of, doing programmable command completion on: 32.1.11. User Interfaces (Programming Perl)
- matching abbreviations: 6.20. Matching Abbreviations (Perl Cookbook)
- pattern matching: 6.3. Matching Words (Perl Cookbook)
- pluralizing, based on numbers: 2.18. Printing Correct Plurals (Perl Cookbook)
- processing all in file: 8.3. Processing Every Word in a File (Perl Cookbook)
- reversing: 1.6. Reversing a String by Word or Character (Perl Cookbook)
- sorting into columns: 4.18. Program: words (Perl Cookbook)
- substitutions for specific: 1.17. Program: fixstyle (Perl Cookbook)
- text color, changing: 15.5. Changing Text Color (Perl Cookbook)
- wrapping paragraph text: 1.12. Reformatting Paragraphs (Perl Cookbook)
- words program (example): 4.18. Program: words (Perl Cookbook)
- wordstart, wordend modifiers (Text widget): 18.11.1. Text Indexes and Modifiers (Perl in a Nutshell)
- World Wide Web:
0.6.2. Usenet Newsgroups (Programming Perl)
- World Wide Web (WWW) (see web)
- -wrap option (Text): 18.11. The Text Widget (Perl in a Nutshell)
- wrapdemo program (example): 1.12. Reformatting Paragraphs (Perl Cookbook)
- -wraplength option (widgets): 18.3. Common Widget Configuration Options (Perl in a Nutshell)
- wrappers: Glossary (Programming Perl),
C, around set-id scripts: 23.2.1. Unix Kernel Security Bugs (Programming Perl)
- wrapping paragraph text: 1.12. Reformatting Paragraphs (Perl Cookbook)
- wrapping text: 8.147. Text::Wrap (Perl in a Nutshell)
- 7.2.1. Accessing Formatting Internals (Programming Perl)
- 32.1.2. String Processing, Language Text Processing, Parsing, and Searching (Programming Perl)
- Perl module for: 22.1. The CPAN modules Directory (Programming Perl)
- writable file test operator: 1.5.7. Some File Test Operators (Programming Perl)
- 3.10. Named Unary and File Test Operators (Programming Perl)
- Write()
- Response object, PerlScript: 20.2.2.3. Response methods (Perl in a Nutshell)
- Win32::Console module: Chapter 19, Reference: Write (Perl in a Nutshell)
- write function: 29.2.200. write (Programming Perl)
- format function, declaring named sequence of picture lines: 29.2.41. format (Programming Perl)
- WriteAttr() (Win32::Console): Chapter 19, Reference: WriteAttr (Perl in a Nutshell)
- WriteChar() (Win32::Console): Chapter 19, Reference: WriteChar (Perl in a Nutshell)
- WriteInput() (Win32::Console): Chapter 19, Reference: WriteInput (Perl in a Nutshell)
- writeLn() (document object, PerlScript): 20.1.1.1. Document methods (Perl in a Nutshell)
- WriteRect() (Win32::Console): Chapter 19, Reference: WriteRect (Perl in a Nutshell)
- writing
- data via low-level system call: 29.2.113. print (Programming Perl)
- 29.2.114. printf (Programming Perl)
- 29.2.175. syswrite (Programming Perl)
- 29.2.200. write (Programming Perl)
- scripts (see scripts)
- to shared memory segment ID: 29.2.153. shmwrite (Programming Perl)
- writing to files, security of: 1.6.4. Be Careful When Writing Data (Perl for System Administration)
- to files,
open mode and: 29.2.104. open (Programming Perl)
- wtmp file,
analyzing: 9.5.2. Read-Remember-Process (Perl for System Administration)
- wtmp file, adding records to: 8.18. Program: tailwtmp (Perl Cookbook)
- www.perl.com and www.perl.org sites: 1.4.4. www.perl.com (Perl in a Nutshell)
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 © 2001 O'Reilly & Associates. All rights reserved.
|