0%

Book Description

Most Perl programmers have been frustrated at one time or another because the system just wouldn't do what they wanted it to do. There was that one simple and obvious utility that was missing that would make life so much easier: A tool to get a stock quote, show off a photograph collection, or even display a collection of favorite comics. Wicked Cool Perl Scripts is about writing those utilities quickly and easily. A collection of handy utilities that solves difficult problems, Wicked Cool Perl Scripts is a great resource for the savvy Perl programmer.

Table of Contents

  1. Copyright
  2. INTRODUCTION
    1. Wicked Cool Perl Programs
    2. You Are Not a Dummy
    3. Plain Old Documentation (POD)
    4. How This Book Is Organized
  3. GENERAL-PURPOSE UTILITIES
    1. #1 Automatic Help Option
    2. #2 Finding Duplicate Files
    3. #3 Checking for Changed Files
    4. #4 Date Reminder
    5. #5 Currency Converter
  4. WEBSITE MANAGEMENT
    1. #6 Website Link Checker
    2. #7 Orphan File Checker
    3. #8 Hacker Detection
    4. #9 Locking Out Hackers
  5. CGI DEBUGGING
    1. #10 Hello World
    2. #11 Displaying the Error Log
    3. #12 Printing Debugging Information
    4. #13 Debugging a CGI Program Interactively
  6. CGI PROGRAMS
    1. #14 Random Joke Generator
    2. #15 Visitor Counter
    3. #16 Guest Book
    4. #17 Errata Submission Form
  7. INTERNET DATA MINING
    1. #18 Getting Stock Quotes
    2. #19 Comics Download
  8. UNIX SYSTEM ADMINISTRATION
    1. #20 Fixing Bad Filenames
    2. #21 Mass File Renaming
    3. #22 Checking Symbolic Links
    4. #23 Disk Space Alarm
    5. #24 Adding a User
    6. #25 Disabling a User
    7. #26 Deleting a User
    8. #27 Killing a Stuck Process
  9. PICTURE UTILITIES
    1. #28 Image Information
    2. #29 Creating a Thumbnail
    3. #30 Photo Gallery
    4. #31 Card Maker
  10. GAMES AND LEARNING TOOLS
    1. #32 Guessing Game
    2. #33 Flash Cards
    3. #34 Web-Based Quiz
    4. #35 Teaching a Toddler
  11. DEVELOPMENT TOOLS
    1. #36 Code Generator
    2. #37 Dead Code Locator
    3. #38 EOL Type Detector
    4. #39 EOL Converter
  12. MAPPING
    1. #40 Getting the Map
    2. #41 Map Generator
    3. #42 The Location Finder
    4. #43 Hacking the Grand Canyon
  13. REGULAR EXPRESSION GRAPHER
    1. #44 Regular Expression Parser
    2. #45 Laying Out the Graph
    3. #46 Drawing the Image
    4. #47 Regular Expression Grapher
  14. Index