Perl cookbook

  • 23 106 0
  • Like this paper and download? You can publish your own PDF file online for free in a few minutes! Sign Up
File loading please wait...
Citation preview

;-_=_Scrolldown to the Underground_=_-;

Perl Cookbook http://kickme.to/tiger/

By Tom Christiansen & Nathan Torkington; ISBN 1-56592-243-3, 794 pages. First Edition, August 1998. (See the catalog page for this book.)

Search the text of Perl Cookbook.

Index 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

Table of Contents Foreword Preface Chapter 1: Strings Chapter 2: Numbers Chapter 3: Dates and Times Chapter 4: Arrays Chapter 5: Hashes Chapter 6: Pattern Matching Chapter 7: File Access Chapter 8: File Contents Chapter 9: Directories Chapter 10: Subroutines Chapter 11: References and Records Chapter 12: Packages, Libraries, and Modules Chapter 13: Classes, Objects, and Ties Chapter 14: Database Access Chapter 15: User Interfaces Chapter 16: Process Management and Communication Chapter 17: Sockets Chapter 18: Internet Services Chapter 19: CGI Programming Chapter 20: Web Automation

The Perl CD Bookshelf Navigation Copyright © 1999 O'Reilly & Associates. All Rights Reserved.

Foreword

Next: Preface

Foreword They say that it's easy to get trapped by a metaphor. But some metaphors are so magnificent that you don't mind getting trapped in them. Perhaps the cooking metaphor is one such, at least in this case. The only problem I have with it is a personal one - I feel a bit like Betty Crocker's mother. The work in question is so monumental that anything I could say here would be either redundant or irrelevant. However, that never stopped me before. Cooking is perhaps the humblest of the arts; but to me humility is a strength, not a weakness. Great artists have always had to serve their artistic medium - great cooks just do so literally. And the more humble the medium, the more humble the artist must be in order to lift the medium beyond the mundane. Food and language are both humble media, consisting as they do of an overwhelming profusion of seemingly unrelated and unruly ingredients. And yet, in the hands of someone with a bit of creativity and discipline, things like potatoes, pasta, and Perl are the basis of works of art that "hit the spot" in a most satisfying way, not merely getting the job done, but doing so in a way that makes your journey through life a little more pleasant. Cooking is also one of the oldest of the arts. Some modern artists would have you believe that so-called ephemeral art is a recent invention, but cooking has always been an ephemeral art. We can try to preserve our art, make it last a little longer, but even the food we bury with our pharoahs gets dug up eventually. So too, much of our Perl programming is ephemeral. This aspect of Perl cuisine has been much maligned. You can call it quick-and-dirty if you like, but there are billions of dollars out there riding on the supposition that fast food is not necessarily dirty food. (We hope.) Easy things should be easy, and hard things should be possible. For every fast-food recipe, there are countless slow-food recipes. One of the advantages of living in California is that I have ready access to almost every national cuisine ever invented. But even within a given culture, There's More Than One Way To Do It. It's said in Russia that there are more recipes for borscht than there are cooks, and I believe it. My mom's recipe doesn't even have any beets in it! But that's okay, and it's more than okay. Borscht is a cultural differentiator, and different cultures are interesting, and educational, and useful, and exciting. So you won't always find Tom and Nat doing things in this book the way I would do them. Sometimes they don't even do things the same way as each other. That's okay - again, this is a strength, not a weakness. I have to confess that I learned quite a few things I didn't know before I read this book. What's more, I'm quite confident that I still don't know it all. And I hope I don't any time soon. I often talk about

Perl culture as if it were a single, static entity, but there are in fact many healthy Perl subcultures, not to mention sub-subcultures and supercultures and circumcultures in every conceivable combination, all inheriting attributes and methods from each other. It can get confusing. Hey, I'm confused most of the time. So the essence of a cookbook like this is not to cook for you (it can't), or even to teach you how to cook (though it helps), but rather to pass on various bits of culture that have been found useful, and perhaps to filter out other bits of "culture" that grew in the refrigerator when no one was looking. You in turn will pass on some of these ideas to other people, filtering them through your own experiences and tastes, your creativity and discipline. You'll come up with your own recipes to pass to your children. Just don't be surprised when they in turn cook up some recipes of their own, and ask you what you think. Try not to make a face. I commend to you these recipes, over which I've made very few faces. - Larry Wall June, 1998 Perl Cookbook Book Index

Next: Preface

Preface

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: Foreword

Preface

Next: Platform Notes

Preface Contents: What's in This Book Platform Notes Other Books Conventions Used in This Book We'd Like to Hear from You Acknowledgments The investment group eyed the entrepreneur with caution, their expressions flickering from scepticism to intrigue and back again. "Your bold plan holds promise," their spokesman conceded. "But it is very costly and entirely speculative. Our mathematicians mistrust your figures. Why should we entrust our money into your hands? What do you know that we do not?" "For one thing," he replied, "I know how to balance an egg on its point without outside support. Do you?" And with that, the entrepreneur reached into his satchel and delicately withdrew a fresh hen's egg. He handed over the egg to the financial tycoons, who passed it amongst themselves trying to carry out the simple task. At last they gave up. In exasperation they declared, "What you ask is impossible! No man can balance an egg on its point." So the entrepreneur took back the egg from the annoyed businessmen and placed it upon the fine oak table, holding it so that its point faced down. Lightly but firmly, he pushed down on the egg with just enough force to crush in its bottom about half an inch. When he took his hand away, the egg stood there on its own, somewhat messy, but definitely balanced. "Was that impossible?" he asked. "It's just a trick," cried the businessmen. "Once you know how, anyone can do it." "True enough," came the retort. "But the same can be said for anything. Before you know how, it seems an impossibility. Once the way is revealed, it's so simple that you wonder why you never thought of it that way before. Let me show you that easy way, so others may easily follow. Will you trust me?" Eventually convinced that this entrepreneur might possibly have something to show them,

the skeptical venture capitalists funded his project. From the tiny Andalusian port of Palos de Moguer set forth the Niña, the Pinta, and the Santa María, led by an entrepreneur with a slightly broken egg and his own ideas: Christopher Columbus. Many have since followed. Approaching a programming problem can be like balancing Columbus's egg. If no one shows you how, you may sit forever perplexed, watching the egg - and your program - fall over again and again, no closer to the Indies than when you began. This is especially true in a language as idiomatic as Perl. This book had its genesis in two chapters of the first edition of Programming Perl. Chapters 5 and 6 covered "Common Tasks in Perl" and "Real Perl Programs." Those chapters were highly valued by readers because they showed real applications of the language - how to solve day-to-day tasks using Perl. While revising the Camel, we realized that there was no way to do proper justice to those chapters without publishing the new edition on onionskin paper or in multiple volumes. The book you hold in your hands, published two years after the revised Camel, tries to do proper justice to those chapters. We trust it has been worth the wait. This book isn't meant to be a complete reference book for Perl, although we do describe some parts of Perl previously undocumented. Having a copy of Programming Perl handy will allow you to look up the exact definition of an operator, keyword, or function. Alternatively, every Perl installation comes with over 1,000 pages of searchable, online reference materials. If those aren't where you can get at them, see your system administrator. Neither is this book meant to be a bare-bones introduction for programmers who've never seen Perl before. That's what Learning Perl, a kinder and gentler introduction to Perl, is designed for. (If you're on a Microsoft system, you'll probably prefer the Learning Perl on Win32 Systems version.) Instead, this is a book for learning more Perl. Neither a reference book nor a tutorial book, the Perl Cookbook serves as a companion book to both. It's for people who already know the basics but are wondering how to mix all those ingredients together into a complete program. Spread across 20 chapters and more than 300 focused topic areas affectionately called recipes, this book contains thousands of solutions to everyday challenges encountered by novice and journeyman alike. We tried hard to make this book useful for both random and sequential access. Each recipe is self-contained, but has a list of references at the end should you need further information on the topic. We've tried to put the simpler, more common recipes toward the front of each chapter and the simpler chapters toward the front of the book. Perl novices should find that these recipes about Perl's basic data types and operators are just what they're looking for. We gradually work our way through topic areas and solutions more geared toward the journeyman Perl programmer. Every now and then we include material that should inspire even the master Perl programmer. Each chapter begins with an overview of that chapter's topic. This introduction is followed by the main body of each chapter, its recipes. In the spirit of the Perl slogan of TMTOWTDI, "There's more than one way to do it," most recipes show several different techniques for solving the same or closely related problems. These recipes range from short-but-sweet solutions to in-depth mini-tutorials. Where more than one technique is given, we often show costs and benefits of each approach.

As with a traditional cookbook, we expect you to access this book more or less at random. When you want to learn how to do something, you'll look up its recipe. Even if the exact solutions presented don't fit your problem exactly, they'll give you ideas about possible approaches. Each chapter concludes with one or more complete programs. Although some recipes already include small programs, these longer applications highlight the chapter's principal focus and combine techniques from other chapters, just as any real-world program would. All are useful, and many are used on a daily basis. Some even helped us put this book together.

What's in This Book The first quarter of the book addresses Perl's basic data types, spread over five chapters. Chapter 1, Strings, covers matters like accessing substrings, expanding function calls in strings, and parsing comma-separated data. Chapter 2, Numbers, tackles oddities of floating point representation, placing commas in numbers, and pseudo-random numbers. Chapter 3, Dates and Times, demonstrates conversions between numeric and string date formats and using timers. Chapter 4, Arrays, covers everything relating to list and array manipulation, including finding unique elements in a list, efficiently sorting lists, and randomizing them. Chapter 5, Hashes, concludes the basics with a demonstration of the most useful data type, the associative array. The chapter shows how to access a hash in insertion order, how to sort a hash by value, and how to have multiple values per key. Chapter 6, Pattern Matching, is by far the largest chapter. Recipes include converting a shell wildcard into a pattern, matching letters or words, matching multiple lines, avoiding greediness, and matching strings that are close to but not exactly what you're looking for. Although this chapter is the longest in the book, it could easily have been longer still - every chapter contains uses of regular expressions. It's part of what makes Perl Perl. The next three chapters cover the filesystem. Chapter 7, File Access, shows opening files, locking them for concurrent access, modifying them in place, and storing filehandles in variables. Chapter 8, File Contents, discusses watching the end of a growing file, reading a particular line from a file, and random access binary I/O. Finally, in Chapter 9, Directories, we show techniques to copy, move, or delete a file, manipulate a file's timestamps, and recursively process all files in a directory. Chapters 10 through 13 focus on making your program flexible and powerful. Chapter 10, Subroutines, includes recipes on creating persistent local variables, passing parameters by reference, calling functions indirectly, and handling exceptions. Chapter 11, References and Records, is about data structures; basic manipulation of references to data and functions are demonstrated. Later recipes show how to create record-like data structures and how to save and restore these structures from permanent storage. Chapter 12, Packages, Libraries, and Modules, concerns breaking up your program into separate files; we discuss how to make variables and functions private to a module, replace built-ins, trap calls to missing modules, and use the h2ph and h2xs tools to interact with C and C++ code. Lastly, Chapter 13, Classes, Objects, and Ties, covers the fundamentals of building your own object-based module to create user-defined types, complete with constructors, destructors, and inheritance. Other recipes show examples of circular data structures, operator overloading, and tied data types.

The next two chapters are about interfaces: one to databases, the other to display devices. Chapter 14, Database Access, includes techniques for manipulating indexed text files, locking DBM files and storing data in them, and a demonstration of Perl's SQL interface. Chapter 15, User Interfaces, covers topics such as clearing the screen, processing command-line switches, single-character input, moving the cursor using termcap and curses, and platform independent graphical programming using Tk. The last quarter of the book is devoted to interacting with other programs and services. Chapter 16, Process Management and Communication, is about running other programs and collecting their output, handling zombie processes, named pipes, signal management, and sharing variables between running programs. Chapter 17, Sockets, shows how to establish stream connections or use datagrams to create low-level networking applications for client-server programming. Chapter 18, Internet Services, is about higher-level protocols such as mail, FTP, Usenet news, and Telnet. Chapter 19, CGI Programming, contains recipes for processing web forms, trapping their errors, avoiding shell escapes for security, managing cookies, shopping cart techniques, and saving forms to files or pipes. The final chapter of the book, Chapter 20, Web Automation, covers non-interactive uses of the Web. Recipes include fetching a URL, automating form submissions in a script, extracting URLs from a web page, removing HTML tags, finding fresh or stale links, and processing server log files. Previous: Foreword

Foreword

Perl Cookbook

Next: Platform Notes

Book Index

Platform Notes

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: What's in This Book

Preface

Next: Other Books

Platform Notes This book was developed using Perl release 5.004_04. That means major release 5, minor release 4, and patch level 4. We tested most programs and examples under BSD, Linux, and SunOS, but that doesn't mean they'll only work on those systems. Perl was designed for platform independence. When you use Perl as a general-purpose programming language, employing basic operations like variables, patterns, subroutines, and high-level I/O, your program should work the same everywhere that Perl runs - which is just about everywhere. The first two thirds of this book uses Perl for general-purpose programming. Perl was originally conceived as a high-level, cross-platform language for systems programming. Although it has long since expanded beyond its original domain, Perl continues to be heavily used for systems programming, both on its native Unix systems and elsewhere. Most recipes in Chapters 14 through 18 deal with classic systems programming. For maximum portability in this area, we've mainly focused on open systems as defined by POSIX, the Portable Operating System Interface, which includes nearly every form of Unix and numerous other systems as well. Most recipes should run with little or no modification on any POSIX system. You can still use Perl for systems programming work even on non-POSIX systems by using vendor-specific modules, but these are not covered in this book. That's because they're not portable - and to be perfectly honest, because the authors have no such systems at their disposal. Consult the documentation that came with your port of Perl for any proprietary modules that may have been included. But don't worry. Many recipes for systems programming should work on non-POSIX systems as well, especially those dealing with databases, networking, and web interaction. That's because the modules used for those areas hide platform dependencies. The principal exception is those few recipes and programs that rely upon multitasking constructs, notably the powerful fork function, standard on POSIX systems, but few others. When we needed structured files, we picked the convenient Unix /etc/passwd database; when we needed a text file to read, we picked /etc/motd ; and when we needed a program to produce output, we picked who (1). These were merely chosen to illustrate the principles - the principles work whether or not your system has these files and programs. Previous: What's in This Book

Perl Cookbook

Next: Other Books

What's in This Book

Book Index

Other Books

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: Platform Notes

Preface

Next: Conventions Used in This Book

Other Books If you'd like to learn more about Perl, here are some related publications that we (somewhat sheepishly) recommend: Learning Perl, by Randal Schwartz and Tom Christiansen; O'Reilly & Associates (2nd Edition, 1997). A tutorial introduction to Perl for programmers interested in learning Perl from scratch. It's a good starting point if this book is over your head. Erik Olson refurbished this book for Windows systems, called Learning Perl on Win32 Systems. Programming Perl, by Larry Wall, Tom Christiansen, and Randal Schwartz; O'Reilly & Associates (2nd Edition, 1996). This book is indispensable for every Perl programmer. Coauthored by Perl's creator, this classic reference is the authoritative guide to Perl's syntax, functions, modules, references, invocation options, and much more. Advanced Perl Programming, by Sriram Srinivasan; O'Reilly & Associates (1997). A tutorial for advanced regular expressions, network programming, GUI programming with Tk, and Perl internals. If the Cookbook isn't challenging you, buy a copy of the Panther. Mastering Regular Expressions, by Jeffrey Friedl; O'Reilly & Associates (1997). This book is dedicated to explaining regular expressions from a practical perspective. It not only covers general regular expressions and Perl patterns very well, it also compares and contrasts these with those used in other popular languages. How to Set Up and Maintain a Web Site, by Lincoln Stein; Addison-Wesley (2nd Edition, 1997). If you're trying to manage a web site, configure servers, and write CGI scripts, this is the book for you. Written by the author of Perl's CGI.pm module, this book really does cover everything. Perl: The Programmer's Companion, by Nigel Chapman; John Wiley & Sons (1998). This small, delightful book is just the book for the experienced programmer wanting to learn Perl. It is not only free of technical errors, it is truly a pleasure to read. It is about Perl as a serious programming language. Effective Perl Programming, by Joseph N. Hall with Randal Schwartz; Addison-Wesley (1998). This book includes thorough coverage of Perl's object model, and how to develop modules and

contribute them to CPAN. It covers the debugger particularly well. In addition to the Perl-related publications listed here, the following books came in handy when writing this book. They were used for reference, consultation, and inspiration. The Art of Computer Programming, by Donald Knuth, Volumes I-III: "Fundamental Algorithms," "Seminumerical Algorithms," and "Sorting and Searching"; Addison-Wesley (3rd Edition, 1997). Introduction to Algorithms, by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest; MIT Press and McGraw-Hill (1990). Algorithms in C, by Robert Sedgewick; Addison-Wesley (1992). The Art of Mathematics, by Jerry P. King; Plenum (1992). The Elements of Programming Style, by Brian W. Kernighan and P.J. Plauger; McGraw-Hill (1988). The UNIX Programming Environment, by Brian W. Kernighan and Rob Pike; Prentice-Hall (1984). POSIX Programmer's Guide, by Donald Lewine; O'Reilly & Associates (1991). Advanced Programming in the UNIX Environment, by W. Richard Stevens; Addison-Wesley (1992). TCP/IP Illustrated, by W. Richard Stevens, et al., Volumes I-III; Addison-Wesley (1992-1996). Web Client Programming with Perl, by Clinton Wong; O'Reilly & Associates (1997). HTML: The Definitive Guide, by Chuck Musciano and Bill Kennedy; O'Reilly & Associates (3rd Edition, 1998). The New Fowler's Modern English Usage, edited by R.W. Burchfield; Oxford (3rd Edition, 1996). Official Guide to Programming with CGI.pm, by Lincoln Stein; John Wiley & Sons (1997). Previous: Platform Notes

Perl Cookbook

Next: Conventions Used in This Book

Platform Notes

Book Index

Conventions Used in This Book

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: Other Books

Preface

Next: We'd Like to Hear from You

Conventions Used in This Book Programming Conventions We are firm believers in using Perl's -w command-line option and its use strict pragma in every non-trivial program. We start nearly all our longer programs with: #!/usr/bin/perl -w use strict; We give lots of examples, most of which are pieces of code that should go into a larger program. Some examples are complete programs, which you can recognize because they begin with a #! line. Still other examples are things to be typed on a command line. We've used % to indicate the shell prompt: % perl -e 'print "Hello, world.\n"' Hello, world. This style is representative of a standard Unix command line. Quoting and wildcard conventions on other systems vary. For example, most standard command-line interpreters under DOS and VMS require double quotes instead of single ones to group arguments with spaces or wildcards in them. Adjust accordingly.

Typesetting Conventions The following typographic conventions are used in this book: Italic is used for filenames, command names, and URLs. It is also used to define new terms when they first appear in the text. Bold is used for command-line options. Constant Width is used for function and method names and their arguments; in examples to show the text that you enter literally; and in regular text to show any literal code. Constant Bold Italic

is used in examples to show output produced.

Documentation Conventions The most up-to-date and complete documentation about Perl is included with Perl itself. If typeset and printed, this massive anthology would use more than a thousand pages of printer pager, greatly contributing to global deforestation. Fortunately, you don't have to print it out because it's available in a convenient and searchable electronic form. When we refer to a "manpage" in this book, we're talking about this set of online manuals. The name is purely a convention; you don't need a Unix-style man program to read them. The perldoc command distributed with Perl also works, and you may even have the manpages installed as HTML pages, especially on non-Unix systems. Plus, once you know where they're installed, you can grep them directly.[1]The HTML version of the manpages is available on the Web at http://www.perl.com/CPAN/doc/manual/html/. [1] If your system doesn't have grep, use the tcgrep program supplied at the end of Chapter 6. When we refer to non-Perl documentation, as in "See kill (2) in your system manual," this refers to the kill manpage from section 2 of the Unix Programmer's Manual (system calls). These won't be available on non-Unix systems, but that's probably okay, because you couldn't use them there anyway. If you really do need the documentation for a system call or library function, many organizations have put their manpages on the Web; a quick search of AltaVista for +crypt(3) +manual will find many copies. Previous: Other Books

Other Books

Perl Cookbook

Next: We'd Like to Hear from You

Book Index

We'd Like to Hear from You

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: Conventions Used in This Book

Preface

Next: Acknowledgments

We'd Like to Hear from You We have tested and verified the information in this book to the best of our ability, but you may find that features have changed (which may in fact resemble bugs). Please let us know about any errors you find, as well as your suggestions for future editions, by writing to: O'Reilly & Associates, Inc. 101 Morris Street Sebastopol, CA 95472 1-800-998-9938 (in U.S. or Canada) 1-707-829-0515 (international/local) 1-707-829-0104 (fax) You can also send us messages electronically. To be put on the mailing list or request a catalog, send email to: [email protected] To ask technical questions or comment on the book, send email to: [email protected] We have a web site for the book, where we'll list errata and plans for future editions. Here you'll also find all the source code from the book available for download so you don't have to type it all in. http://www.oreilly.com/catalog/cookbook/ Previous: Conventions Used in This Book

Conventions Used in This Book

Perl Cookbook

Next: Acknowledgments

Book Index

Acknowledgments

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: We'd Like to Hear from You

Preface

Next: 1. Strings

Acknowledgments This book wouldn't exist but for a legion of people standing, knowing and unknowing, behind the authors. At the head of this legion would have to be our editor, Linda Mui, carrot on a stick in one hand and a hot poker in the other. She was great. As the author of Perl, Larry Wall was our ultimate reality check. He made sure we weren't documenting things he was planning to change and helped out on wording and style.[2] If now and then you think you're hearing Larry's voice in this book, you probably are. [2] And footnotes. Larry's wife, Gloria, a literary critic by trade, shocked us by reading through every single word - and actually liking most of them. Together with Sharon Hopkins, resident Perl Poetess, she helped us rein in our admittedly nearly insatiable tendency to produce pretty prose sentences that could only be charitably described as lying somewhere between the inscrutably complex and the hopelessly arcane, eventually rendering the meandering muddle into something legible even to those whose native tongues were neither PDP-11 assembler nor Mediæval Spanish. Our three most assiduous reviewers, Mark-Jason Dominus, Jon Orwant, and Abigail, have worked with us on this book nearly as long as we've been writing it. Their rigorous standards, fearsome intellects, and practical experience in Perl applications have been of invaluable assistance. Doug Edwards methodically stress-tested every piece of code from the first seven chapters of the book, finding subtle border cases no one else ever thought about. Other major reviewers include Andy Dougherty, Andy Oram, Brent Halsey, Bryan Buus, Gisle Aas, Graham Barr, Jeff Haemer, Jeffrey Friedl, Lincoln Stein, Mark Mielke, Martin Brech, Matthias Neeracher, Mike Stok, Nate Patwardhan, Paul Grassie, Peter Prymmer, Raphaël Manfredi, and Rod Whitby. And this is just the beginning. Part of what makes Perl fun is the sense of community and sharing it seems to engender. Many selfless individuals lent us their technical expertise. Some read through complete chapters in formal review. Others provided insightful answers to brief technical questions when we were stuck on something outside our own domain. A few even sent us code. Here's a partial list of these helpful people: Aaron Harsh, Ali Rayl, Alligator Descartes, Andrew Hume, Andrew Strebkov, Andy Wardley, Ashton MacAndrews, Ben Gertzfield, Benjamin Holzman, Brad Hughes, Chaim Frenkel, Charles Bailey, Chris Nandor, Clinton Wong, Dan Klein, Dan Sugalski, Daniel Grisinger, Dennis Taylor, Doug MacEachern, Douglas Davenport, Drew Eckhardt, Dylan Northrup, Eric Eisenhart, Eric Watt Forste, Greg Bacon, Gurusamy Sarathy, Henry Spencer, Jason Ornstein, Jason Stewart, Joel Noble,

Jonathan Cohen, Jonathan Scott Duff, Josh Purinton, Julian Anderson, Keith Winstein, Ken Lunde, Kirby Hughes, Larry Rosler, Les Peters, Mark Hess, Mark James, Martin Brech, Mary Koutsky, Michael Parker, Nick Ing-Simmons, Paul Marquess, Peter Collinson, Peter Osel, Phil Beauchamp, Piers Cawley, Randal Schwartz, Rich Rauenzahn, Richard Allan, Rocco Caputo, Roderick Schertler, Roland Walker, Ronan Waide, Stephen Lidie, Steven Owens, Sullivan Beck, Tim Bunce, Todd Miller, Troy Denkinger, and Willy Grimm. And let's not forget Perl itself, without which this book could never have been written. Appropriately enough, we used Perl to build endless small tools to aid in the production of this book. Perl tools converted our text in pod format into troff for displaying and review and into FrameMaker for production. Another Perl program ran syntax checks on every piece of code in the book. The Tk extension to Perl was used to build a graphical tool to shuffle around recipes using drag-and-drop. Beyond these, we also built innumerable smaller tools for tasks like checking RCS locks, finding duplicate words, detecting certain kinds of grammatical errors, managing mail folders with feedback from reviewers, creating program indices and tables of contents, and running text searches that crossed line boundaries or were restricted to certain sections - just to name a few. Some of these tools found their way into the same book they were used on.

Tom Thanks first of all to Larry and Gloria for sacrificing some of their European vacation to groom the many nits out of this manuscript, and to my other friends and family - Bryan, Sharon, Brent, Todd, and Drew for putting up with me over the last couple of years and being subjected to incessant proofreadings. I'd like to thank Nathan for holding up despite the stress of his weekly drives, my piquant vegetarian cooking and wit, and his getting stuck researching the topics I so diligently avoided. I'd like to thank those largely unsung titans in our field - Dennis, Linus, Kirk, Eric, and Rich - who were all willing to take the time to answer my niggling operating system and troff questions. Their wonderful advice and anecdotes aside, without their tremendous work in the field, this book could never have been written. Thanks also to my instructors who sacrificed themselves to travel to perilous places like New Jersey to teach Perl in my stead. I'd like to thank Tim O'Reilly and Frank Willison first for being talked into publishing this book, and second for letting time-to-market take a back seat to time-to-quality. Thanks also to Linda, our shamelessly honest editor, for shepherding dangerously rabid sheep through the eye of a release needle. Most of all, I want to thank my mother, Mary, for tearing herself away from her work in prairie restoration and teaching high school computer and biological sciences to keep both my business and domestic life in smooth working order long enough for me to research and write this book. Finally, I'd like to thank Johann Sebastian Bach, who was for me a boundless font of perspective, poise, and inspiration - a therapy both mental and physical. I am certain that forevermore the Cookbook will evoke for me the sounds of BWV 849, now indelibly etched into the wetware of head and hand.

Nat Without my family's love and patience, I'd be baiting hooks in a 10-foot swell instead of mowing my lawn in suburban America. Thank you! My friends have taught me much: Jules, Amy, Raj, Mike, Kef, Sai, Robert, Ewan, Pondy, Mark, and Andy. I owe a debt of gratitude to the denizens of Nerdsholm, who gave sound technical advice and introduced me to my wife (they didn't give me sound technical advice on her, though). Thanks also to my employer, Front Range Internet, for a day job I don't want to quit. Tom was a great co-author. Without him, this book would be nasty, brutish, and short. Finally, I have to thank Jenine. We'd been married a year when I accepted the offer to write, and we've barely seen each other since then. Nobody will savour the final full-stop in this sentence more than she. Previous: We'd Like to Hear from You

Perl Cookbook

Next: 1. Strings

We'd Like to Hear from You

Book Index

1. Strings

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: Acknowledgments

Chapter 1

Next: 1.1. Accessing Substrings

1. Strings Contents: Introduction Accessing Substrings Establishing a Default Value Exchanging Values Without Using Temporary Variables Converting Between ASCII Characters and Values Processing a String One Character at a Time Reversing a String by Word or Character Expanding and Compressing Tabs Expanding Variables in User Input Controlling Case Interpolating Functions and Expressions Within Strings Indenting Here Documents Reformatting Paragraphs Escaping Characters Trimming Blanks from the Ends of a String Parsing Comma-Separated Data Soundex Matching Program: fixstyle Program: psgrep He multiplieth words without knowledge. - Job 35:16

1.0. Introduction Many programming languages force you to work at an uncomfortably low level. You think in lines, but your language wants you to deal with pointers. You think in strings, but it wants you to deal with bytes. Such a language can drive you to distraction. Don't despair, though - Perl isn't a low-level language;

lines and strings are easy to handle. Perl was designed for text manipulation. In fact, Perl can manipulate text in so many ways that they can't all be described in one chapter. Check out other chapters for recipes on text processing. In particular, see Chapter 6, Pattern Matching, and Chapter 8, File Contents, which discuss interesting techniques not covered here. Perl's fundamental unit for working with data is the scalar, that is, single values stored in single (scalar) variables. Scalar variables hold strings, numbers, and references. Array and hash variables hold lists or associations of scalars, respectively. References are used for referring to other values indirectly, not unlike pointers in low-level languages. Numbers are usually stored in your machine's double-precision floating-point notation. Strings in Perl may be of any length (within the limits of your machine's virtual memory) and contain any data you care to put there - even binary data containing null bytes. A string is not an array of bytes: You cannot use array subscripting on a string to address one of its characters; use substr for that. Like all data types in Perl, strings grow and shrink on demand. They get reclaimed by Perl's garbage collection system when they're no longer used, typically when the variables holding them go out of scope or when the expression they were used in has been evaluated. In other words, memory management is already taken care of for you, so you don't have to worry about it. A scalar value is either defined or undefined. If defined, it may hold a string, number, or reference. The only undefined value is undef. All other values are defined, even 0 and the empty string. Definedness is not the same as Boolean truth, though; to check whether a value is defined, use the defined function. Boolean truth has a specialized meaning, tested with operators like && and || or in an if or while block's test condition. Two defined strings are false: the empty string ("") and a string of length one containing the digit zero ("0"). This second one may surprise you, but Perl does this because of its on-demand conversion between strings and numbers. The numbers 0., 0.00, and 0.0000000 are all false when unquoted but are not false in strings (the string "0.00" is true, not false). All other defined values (e.g., "false", 15, and \$x ) are true. The undef value behaves like the empty string ("") when used as a string, 0 when used as a number, and the null reference when used as a reference. But in all these cases, it's false. Using an undefined value where Perl expects a defined value will trigger a run-time warning message on STDERR if you've used the -w flag. Merely asking whether something is true or false does not demand a particular value, so this is exempt from a warning. Some operations do not trigger warnings when used on variables holding undefined values. These include the autoincrement and autodecrement operators, ++ and --, and the addition and catenation assignment operators, += and .= . Specify strings in your program either with single quotes, double quotes, the quote-like operators q// and qq//, or "here documents." Single quotes are the simplest form of quoting - the only special characters are ' to terminate the string, \' to quote a single quote in the string, and \\ to quote a backslash in the string: $string = '\n'; # two characters, \ and an n $string = 'Jon \'Maddog\' Orwant'; # literal single quotes Double quotes interpolate variables (but not function calls - see Recipe 1.10 to find how to do this) and

expand a lot of backslashed shortcuts: "\n" becomes a newline, "\033" becomes the character with octal value 33, "\cJ" becomes a Ctrl-J, and so on. The full list of these is given in the perlop (1) manpage. $string = "\n"; # a "newline" character $string = "Jon \"Maddog\" Orwant"; # literal double quotes The q// and qq// regexp-like quoting operators let you use alternate delimiters for single- and double-quoted strings. For instance, if you want a literal string that contains single quotes, it's easier to write this than to escape the single quotes with backslashes: $string = q/Jon 'Maddog' Orwant/; # literal single quotes You can use the same character as delimiter, as we do with / here, or you can balance the delimiters if you use parentheses or paren-like characters: $string = q[Jon 'Maddog' Orwant]; # literal single quotes $string = q{Jon 'Maddog' Orwant}; # literal single quotes $string = q(Jon 'Maddog' Orwant); # literal single quotes $string = q; # literal single quotes "Here documents" are borrowed from the shell. They are a way to quote a large chunk of text. The text can be interpreted as single-quoted, double-quoted, or even as commands to be executed, depending on how you quote the terminating identifier. Here we double-quote two lines with a here document: $a = $_gecos =~ /(\w+)[^,]*\b(\w+)/; if ($name_code eq soundex($uent->name) $name_code eq soundex($lastname) $name_code eq soundex($firstname) { printf "%s: %s %s\n", $uent->name, }

|| || ) $firstname, $lastname;

}

See Also The documentation for the standard Text::Soundex and User::pwent modules (also in Chapter 7 of Programming Perl); your system's passwd (5) manpage; Volume 3, Chapter 6 of The Art of Computer Programming Previous: 1.15. Parsing Comma-Separated Data

1.15. Parsing Comma-Separated Data

Perl Cookbook Book Index

Next: 1.17. Program: fixstyle

1.17. Program: fixstyle

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 1.16. Soundex Matching

Chapter 1 Strings

Next: 1.18. Program: psgrep

1.17. Program: fixstyle Imagine you have a table with both old and new strings, such as the following. Old Words New Words bonnet

hood

rubber

eraser

lorry

truck

trousers

pants

The program in Example 1.4 is a filter that changes all occurrences of each element in the first set to the corresponding element in the second set. When called without filename arguments, the program is a simple filter. If filenames are supplied on the command line, an in-place edit writes the changes to the files, with the original versions safely saved in a file with a ".orig" extension. See Recipe 7.9 for a description. A -v command-line option writes notification of each change to standard error. The table of original strings and their replacements is stored below __END__ in the main program as described in Recipe 7.6. Each pair of strings is converted into carefully escaped substitutions and accumulated into the $code variable like the popgrep2 program in Recipe 6.10. A -t check to test for an interactive run check tells whether we're expecting to read from the keyboard if no arguments are supplied. That way if the user forgets to give an argument, they aren't wondering why the program appears to be hung. Example 1.4: fixstyle #!/usr/bin/perl -w # fixstyle - switch first set of strings to second set # usage: $0 [-v] [files ...] use strict; my $verbose = (@ARGV && $ARGV[0] eq '-v' && shift);

if (@ARGV) { $^I = ".orig"; # preserve old files } else { warn "$0: Reading from stdin\n" if -t STDIN; } my $code = "while () {\n"; # read in config, build up code to eval while () { chomp; my ($in, $out) = split /\s*=>\s*/; next unless $in && $out; $code .= "s{\\Q$in\\E}{$out}g"; $code .= "&& printf STDERR qq($in => $out at \$ARGV line \$.\\n)" if $verbose; $code .= ";\n"; } $code .= "print;\n}\n"; eval "{ $code } 1" || die; __END__ analysed built-in chastized commandline de-allocate dropin hardcode meta-data multicharacter multiway non-empty non-profit non-trappable pre-define preextend re-compiling reenter turnkey

=> => => => => => => => => => => => => => => => => =>

analyzed builtin chastised command-line deallocate drop-in hard-code metadata multi-character multi-way nonempty nonprofit nontrappable predefine pre-extend recompiling re-enter turn-key

One caution: This program is fast, but it doesn't scale if you need to make hundreds of changes. The larger the DATA section, the longer it takes. A few dozen changes won't slow it down, and in fact, the version given in the solution above is faster for that case. But if you run the program on hundreds of changes, it will bog down.

Example 1.5 is a version that's slower for few changes but faster when there are many changes. Example 1.5: fixstyle2 #!/usr/bin/perl -w # fixstyle2 - like fixstyle but faster for many many matches use strict; my $verbose = (@ARGV && $ARGV[0] eq '-v' && shift); my %change = (); while () { chomp; my ($in, $out) = split /\s*=>\s*/; next unless $in && $out; $change{$in} = $out; } if (@ARGV) { $^I = ".orig"; } else { warn "$0: Reading from stdin\n" if -t STDIN; } while () { my $i = 0; s/^(\s+)// && print $1; # emit leading whitespace for (split /(\s+)/, $_, -1) { # preserve trailing whitespace print( ($i++ & 1) ? $_ : ($change{$_} || $_)); } } __END__ analysed built-in chastized commandline de-allocate dropin hardcode meta-data multicharacter multiway non-empty non-profit non-trappable pre-define preextend

=> => => => => => => => => => => => => => =>

analyzed builtin chastised command-line deallocate drop-in hard-code metadata multi-character multi-way nonempty nonprofit nontrappable predefine pre-extend

re-compiling reenter turnkey

=> recompiling => re-enter => turn-key

This version breaks each line into chunks of whitespace and words, which isn't a fast operation. It then uses those words to look up their replacements in a hash, which is much faster than a substitution. So the first part is slower, the second faster. The difference in speed depends on the number of matches. If we didn't care about keeping the amount of whitespace separating each word constant, the second version can run as fast as the first even for a few changes. If you know a lot about your input, you can collapse whitespace into single blanks by plugging in this loop: # very fast, but whitespace collapse while () { for (split) { print $change{$_} || $_, " "; } print "\n"; } That leaves an extra blank at the end of each line. If that's a problem, you could use the technique from Recipe 16.14 to install an output filter. Place the following code in front of the while loop that's collapsing whitespace: my $pid = open(STDOUT, "|-"); die "cannot fork: $!" unless defined $pid; unless ($pid) { # child while () { s/ $//; print; } exit; } Previous: 1.16. Soundex Matching

Perl Cookbook

1.16. Soundex Matching

Book Index

Next: 1.18. Program: psgrep

1.18. Program: psgrep

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 1.17. Program: fixstyle

Chapter 1 Strings

Next: 2. Numbers

1.18. Program: psgrep Many programs, including ps, netstat, lsof, ls -l, find -ls, and tcpdump, can produce more output than can be conveniently summarized. Logfiles also often grow too long to be easily viewed. You could send these through a filter like grep to pick out only certain lines, but regular expressions and complex logic don't mix well; just look at the hoops we jump through in Recipe 6.17. What we'd really like is to make full queries on the program output or logfile. For example, to ask ps something like, "Show me all the processes that exceed 10K in size but which aren't running as the superuser." Or, "Which commands are running on pseudo-ttys?" The psgrep program does this - and infinitely more - because the specified selection criteria are not mere regular expressions; they're full Perl code. Each criterion is applied in turn to every line of output. Only lines matching all arguments are output. The following is a list of things to find and how to find them. Lines containing "sh" at the end of a word: % psgrep '/sh\b/' Processes whose command names end in "sh": % psgrep 'command =~ /sh$/' Processes running with a user ID below 10: % psgrep 'uid < 10' Login shells with active ttys: % psgrep 'command =~ /^-/' 'tty ne "?"' Processes running on pseudo-ttys: % psgrep 'tty =~ /^[p-t]/' Non-superuser processes running detached: % psgrep 'uid && tty eq "?"' Huge processes that aren't owned by the superuser: % psgrep 'size > 10 * 2**10' 'uid != 0' The last call to psgrep produced the following output when run on our system. As one might expect, only netscape and its spawn qualified. FLAGS UID PID PPID PRI NI SIZE RSS WCHAN STA TTY TIME COMMAND 0 101 9751 1 0 0 14932 9652 do_select S p1 0:25 netscape 100000 101 9752 9751 0 0 10636 812 do_select S p1 0:00 (dns helper) Example 1.6 shows the psgrep program.

Example 1.6: psgrep #!/usr/bin/perl -w # psgrep - print selected lines of ps output by # compiling user queries into code use strict; # each field from the PS header my @fieldnames = qw(FLAGS UID PID PPID PRI NICE SIZE RSS WCHAN STAT TTY TIME COMMAND); # determine the unpack format needed (hard-coded for Linux ps) my $fmt = cut2fmt(8, 14, 20, 26, 30, 34, 41, 47, 59, 63, 67, 72); my %fields;

# where the data will store

die new(3,5); $b = Math::Complex->new(2,-2); $c = $a * $b; print "c = $c\n";

# or Math::Complex->new(3,5);

c = 16+4i With the 5.004 version, you may create complex numbers via the cplx constructor or via the exported constant i : use Math::Complex; $c = cplx(3,5) * cplx(2,-2); # easier on the eye $d = 3 + 4*i; # 3 + 4i printf "sqrt($d) = %s\n", sqrt($d); sqrt(3+4i) = 2+i The original Math::Complex module distributed with 5.003 did not overload as many functions and operators as the 5.004 version does. Also, the Math::Trig module (new as of 5.004) uses the Math::Complex module internally because some functions can break out from the real axis into the complex plane - for example, the inverse sine of 2.

See Also The documentation for the standard Math::Complex module (also in Chapter 7 of Programming Perl) Previous: 2.14. Multiplying Matrices

Perl Cookbook

2.14. Multiplying Matrices

Book Index

Next: 2.16. Converting Between Octal and Hexadecimal

2.16. Converting Between Octal and Hexadecimal

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 2.15. Using Complex Numbers

Chapter 2 Numbers

Next: 2.17. Putting Commas in Numbers

2.16. Converting Between Octal and Hexadecimal Problem You want to convert a string (e.g., "0x55" or "0755") containing an octal or hexadecimal number to the correct number. Perl only understands octal and hexadecimal numbers when they occur as literals in your programs. If they are obtained by reading from files or supplied as command-line arguments, no automatic conversion takes place.

Solution Use Perl's oct and hex functions: $number = hex($hexadecimal); $number = oct($octal);

# hexadecimal # octal

Discussion The oct function converts octal numbers with or without the leading "0": "0350" or "350". In fact, it even converts hexadecimal ("0x350") numbers if they have a leading "0x". The hex function only converts hexadecimal numbers, with or without a leading "0x": "0x255", "3A", "ff", or "deadbeef". (Letters may be in upper- or lowercase.) Here's an example that accepts a number in either decimal, octal, or hex, and prints that number in all three bases. It uses the oct function to convert from octal and hexadecimal if the input began with a 0. It then uses printf to convert back into hex, octal, and decimal as needed. print "Gimme a number in decimal, octal, or hex: "; $num = ; chomp $num; exit unless defined $num; $num = oct($num) if $num =~ /^0/; # does both oct and hex printf "%d %x %o\n", $num, $num, $num; The following code converts Unix file permissions. They're always given in octal, so we use oct instead of hex.

print "Enter file permission in octal: "; $permissions = ; die "Exiting ...\n" unless defined $permissions; chomp $permissions; $permissions = oct($permissions); # permissions always octal print "The decimal value is $permissions\n";

See Also The "Scalar Value Constructors" section in perldata (1) and the "Numeric Literals" section of Chapter 2 of Programming Perl; the oct and hex functions in perlfunc (1) and Chapter 3 of Programming Perl. Previous: 2.15. Using Complex Numbers

Perl Cookbook

2.15. Using Complex Numbers

Book Index

Next: 2.17. Putting Commas in Numbers

2.17. Putting Commas in Numbers

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 2.16. Converting Between Octal and Hexadecimal

Chapter 2 Numbers

Next: 2.18. Printing Correct Plurals

2.17. Putting Commas in Numbers Problem You want to output a number with commas in the right place. People like to see long numbers broken up in this way, especially in reports.

Solution Reverse the string so you can use backtracking to avoid substitution in the fractional part of the number. Then use a regular expression to find where you need commas, and substitute them in. Finally, reverse the string back. sub commify { my $text = reverse $_[0]; $text =~ s/(\d\d\d)(?=\d)(?!\d*\.)/$1,/g; return scalar reverse $text; }

Discussion It's a lot easier in regular expressions to work from the front than from the back. With this in mind, we reverse the string and make a minor change to the algorithm that repeatedly inserts commas three digits from the end. When all insertions are done, we reverse the final string and return it. Because reverse is sensitive to its implicit return context, we force it to scalar context. This function can be easily adjusted to accommodate the use of periods instead of commas, as are used in some countries. Here's an example of commify in action: # more reasonable web counter :-) use Math::TrulyRandom; $hits = truly_random_value(); # negative hits! $output = "Your web page received $hits accesses last month.\n"; print commify($output); Your web page received -1,740,525,205 accesses last month.

See Also perllocale (1); the reverse function in perlfunc (1) and Chapter 3 of Programming Perl; the section "Adding Commas to a Number" in Chapter 7 of Mastering Regular Expressions Previous: 2.16. Converting Between Octal and Hexadecimal

Perl Cookbook

2.16. Converting Between Octal and Hexadecimal

Book Index

Next: 2.18. Printing Correct Plurals

2.18. Printing Correct Plurals

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 2.17. Putting Commas in Numbers

Chapter 2 Numbers

Next: 2.19. Program: Calculating Prime Factors

2.18. Printing Correct Plurals Problem You're printing something like "It took $time hours", but "It took 1 hours" is ungrammatical. You would like to get it right.

Solution Use printf and a ternary conditional (X ? Y : Z) to alter the noun or verb: printf "It took %d hour%s\n", $time, $time == 1 ? "" : "s"; printf "%d hour%s %s enough.\n", $time, $time == 1 ? "" : "s", $time == 1 ? "is" : "are"; Or, use the Lingua::EN::Inflect module from CPAN as described in the Discussion.

Discussion The only reason inane messages like "1 file(s) updated" appear is because their authors are too lazy to bother checking whether the count is 1 or not. If your noun changes by more than an "-s", you'll need to change the printf accordingly: printf "It took %d centur%s", $time, $time == 1 ? "y" : "ies"; This is good for simple cases, but you'll get tired of writing it. This leads you to write funny functions like this: sub noun_plural { local $_ = shift; # order really matters here! s/ss$/sses/ || s/([psc]h)$/${1}es/ || s/z$/zes/ || s/ff$/ffs/ ||

s/f$/ves/ s/ey$/eys/ s/y$/ies/ s/ix$/ices/ s/([sx])$/$1es/ s/$/s/ die "can't get here"; return $_; } *verb_singular = \&noun_plural;

|| || || || || ||

# make function alias

As you find more exceptions, your function will become increasingly convoluted. When you need to handle such morphological changes, turn to the flexible solution provided by the Lingua::EN::Inflect module from CPAN. use Lingua::EN::Inflect qw(PL classical); classical(1); # why isn't this the default? while () { # each line in the data for (split) { # each word on the line print "One $_, two ", PL($_), ".\n"; } } # plus one more $_ = 'secretary general'; print "One $_, two ", PL($_), ".\n"; __END__ fish fly ox species genus phylum cherub radius jockey index matrix mythos phenomenon formula That produces the following: One fish, two fish. One fly, two flies. One ox, two oxen. One species, two species. One genus, two genera. One phylum, two phyla. One cherub, two cherubim. One radius, two radii. One jockey, two jockeys. One index, two indices. One matrix, two matrices. One mythos, two mythoi. One phenomenon, two phenomena.

One formula, two formulae. One secretary general, two secretaries general. This is one of the many things the module can do. It also handles inflections or conjugations for other parts of speech, provides number-insensitive comparison functions, figures out whether to use a or an, and plenty more.

See Also The ternary ("hook-colon") operator discussed in perlop (1) and in the "Conditional Operator" section of Chapter 2 of Programming Perl; the documentation with the CPAN module Lingua::EN::Inflect Previous: 2.17. Putting Commas in Numbers

Perl Cookbook

Next: 2.19. Program: Calculating Prime Factors

2.17. Putting Commas in Numbers

Book Index

2.19. Program: Calculating Prime Factors

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 2.18. Printing Correct Plurals

Chapter 2 Numbers

Next: 3. Dates and Times

2.19. Program: Calculating Prime Factors The following program takes one or more integer arguments and determines the prime factors. It uses Perl's native numeric representation unless those numbers use floating-point representation and thus lose accuracy. Otherwise (or if the program's -b switch is used), it uses the standard Math::BigInt library, thus allowing for huge numbers. However, it only loads this library if necessary. That's why we use require and import instead of use, which would unconditionally load the library at compile time instead of conditionally at run time. This is not an efficient way to crack the huge integers used for cryptographic purposes. Call the program with a list of numbers, and it will show you the prime factors of those numbers: % bigfact 8 9 96 2178 8 2**3 9 3**2 96 2**5 3 2178 2 3**2 11**2 You can give it very large numbers: % bigfact 239322000000000000000000 +239322000000000000000000 2**19 3 5**18 +39887 % bigfact 25000000000000000000000000 +25000000000000000000000000 2**24 5**26 The program is shown in Example 2.1. Example 2.1: bigfact #!/usr/bin/perl # bigfact - calculate prime factors use strict; use integer; use vars qw{ $opt_b $opt_d }; use Getopt::Std; @ARGV && getopts('bd')

or die "usage: $0 [-b] number ...";

load_biglib() if $opt_b; ARG: foreach my $orig ( @ARGV ) { my ($n, %factors, $factor); $n = $opt_b ? Math::BigInt->new($orig) : $orig; if ($n + 0 ne $n) { # don't use -w for this printf STDERR "bigfact: %s would become %s\n", $n, $n+0 if $opt_d; load_biglib(); $n = Math::BigInt->new($orig); } printf "%-10s ", $n; # Here $sqi will be the square of $i. We will take advantage # of the fact that ($i + 1) ** 2 == $i ** 2 + 2 * $i + 1. for (my ($i, $sqi) = (2, 4); $sqi 1) { print "**$factors{$factor}"; } print " "; } print "\n"; } # this simulates a use, but at run time sub load_biglib { require Math::BigInt; Math::BigInt->import(); #immaterial? } Previous: 2.18. Printing Correct Plurals

2.18. Printing Correct Plurals

Perl Cookbook Book Index

Next: 3. Dates and Times

3. Dates and Times

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 2.19. Program: Calculating Prime Factors

Chapter 3

Next: 3.1. Finding Today's Date

3. Dates and Times Contents: Introduction Finding Today's Date Converting DMYHMS to Epoch Seconds Converting Epoch Seconds to DMYHMS Adding to or Subtracting from a Date Difference of Two Dates Day in a Week/Month/Year or Week Number Parsing Dates and Times from Strings Printing a Date High-Resolution Timers Short Sleeps Program: hopdelta It is inappropriate to require that a time represented as seconds since the Epoch precisely represent the number of seconds between the referenced time and the Epoch. - IEEE Std 1003.1b-1993 (POSIX) Section B.2.2.2

3.0. Introduction Times and dates are important things to be able to manipulate. "How many users logged in last month?", "How many seconds should I sleep, if I want to wake up at midday?", and "Has this user's password expired yet?" are all common questions whose answers involve surprisingly non-obvious manipulations. Perl represents points in time as intervals, measuring seconds past a point in time called the Epoch. On Unix and many other systems, the Epoch was 00:00 Jan 1, 1970, Greenwich Mean Time (GMT).[1] On a Mac, all dates and times are expressed in the local time zone. The gmtime function returns the correct GMT time, based on your Mac's time zone offset. Bear this in mind when considering the recipes in this chapter. The Macintosh's Epoch seconds value ranges from 00:00 Jan 1, 1904 to 06:28:15 Feb 6, 2040. [1] These days GMT is increasingly referred to as UTC (Universal Coordinated Time).

When we talk about dates and times, we often interchange two different concepts: points in time (dates and times) and intervals between points in time (weeks, months, days, etc.). Epoch seconds represent intervals and points in the same units, so you can do basic arithmetic on them. However, people are not used to working with Epoch seconds. We are more used to dealing with individual year, month, day, hour, minute, and second values. Furthermore, the month can be represented by its full name or its abbreviation. The day can precede or follow the month. Because of the difficulty of performing calculations with a variety of formats, we typically convert human-supplied strings or lists to Epoch seconds, calculate, and then convert back to strings or lists for output. For convenience in calculation, Epoch seconds are always calculated in GMT. When converting to or from distinct values, we must always consider whether the time represented is GMT or local. Use different conversion functions depending on whether you need to convert from GMT to local time or vice versa. Perl's time function returns the number of seconds that have passed since the Epoch - more or less.[2] To convert Epoch seconds into distinct values for days, months, years, hours, minutes, and seconds, use the localtime and gmtime functions. In list context, these functions return a nine-element list with the following elements: [2] Well, less actually. To be precise, 21 seconds less as of this writing. POSIX requires that time not include leap seconds, a peculiar practice of adjusting the world's clock by a second here and there to account for the slowing down of the Earth's rotation due to tidal angular-momentum dissipation. See the sci.astro FAQ, section 3, in http://sciastro.astronomy.net/sci.astro.3.FAQ. Variable Values

Range

$sec

seconds

0-60

$min

minutes

0-59

$hours hours $mday

day of month

$month month of year

0-23 1-31 0-11, 0 == January

$year

years since 1900 1-138 (or more)

$wday

day of week

0-6, 0 == Sunday

$yday

day of year

1-366

$isdst 0 or 1

true if daylight savings is in effect

The values for second range from 0-60 to account for leap seconds; you never know when a spare second will leap into existence at the urging of various standards bodies. From now on, we'll refer to a list of day, month, year, hour, minute, and seconds as DMYHMS, for no better reason than that writing and reading "distinct day, month, year, hour, minute, and seconds values"

is wearisome. The abbreviation is not meant to suggest an order of return values. Perl does not return a two-digit year value. It returns the year minus 1900, which just happens to be a two-digit number through 1999. Perl doesn't intrinsically have a Year 2000 problem, unless you make one yourself. (Your computer, and Perl, may have a 2038 problem, though, if we're still using 32 bits by that time.) Add 1900 to get the full year value instead of using the construct "19$year", or soon your programs will refer to the year "19102". We can't pin down the year value's range because it depends on how big an integer your operating system uses for Epoch seconds. Small integers mean a small range; big (64-bit) integers mean a very big range. In scalar context, localtime and gmtime return the date and time formatted as an ASCII string: Fri Apr 11 09:27:08 1997 The standard Time::tm module provides objects that give you a named interface to these values. The standard Time::localtime and Time::gmtime modules override the list-returning localtime and gmtime functions, replacing them with versions that return Time::tm objects. Compare these two pieces of code: # using arrays print "Today is day ", (localtime)[7], " of the current year.\n"; Today is day 117 of the current year. # using Time::tm objects use Time::localtime; $tm = localtime; print "Today is day ", $tm->yday, " of the current year.\n"; Today is day 117 of the current year. To go from a list to Epoch seconds, use the standard Time::Local module. It provides the functions timelocal and timegm, both of which take a nine-element list and return an integer. The list's values have the same meaning and ranges as those returned by localtime and gmtime. Epoch seconds values are limited by the size of an integer. If you have a 32-bit signed integer holding your Epoch seconds, you can only represent dates (in GMT) from Fri Dec 13 20:45:52 1901 to Tue Jan 19 03:14:07 2038 (inclusive). By 2038, it is assumed, computers will change to use larger integers for Epoch seconds. We hope. For operations on dates outside this range, you must use another representation or work from distinct year, month, and day values. The Date::Calc and Date::Manip modules on CPAN both work from these distinct values, but be warned: years don't necessarily have 1900 subtracted from them the way the year value returned by localtime does, nor do months and weeks always start at 0. As always, consult the manpage of the appropriate module to make sure you're giving it what it expects and getting back from it what you expect. There's little more embarrassing than realizing you've calculated your company payroll based on a calendar that's 1,900 years in the past. Previous: 2.19. Program: Calculating Prime Factors

Perl Cookbook

Next: 3.1. Finding Today's Date

2.19. Program: Calculating Prime Factors

Book Index

3.1. Finding Today's Date

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 3.0. Introduction

Chapter 3 Dates and Times

Next: 3.2. Converting DMYHMS to Epoch Seconds

3.1. Finding Today's Date Problem You need to find the year, month, and day values for today's date.

Solution Use localtime, which returns values for the current date and time if given no arguments. You can either use localtime and extract the information you want from the list it returns: ($DAY, $MONTH, $YEAR) = (localtime)[3,4,5]; Or, use Time::localtime, which overrides localtime to return a Time::tm object: use Time::localtime; $tm = localtime; ($DAY, $MONTH, $YEAR) = ($tm->mday, $tm->mon, $tm->year);

Discussion Here's how you'd print the current date as "YYYY-MM-DD," using the non-overridden localtime: ($day, $month, $year) = (localtime)[3,4,5]; printf("The current date is %04d %02d %02d\n", $year+1900, $month+1, $day); The current date is 1998 04 28 To extract the fields we want from the list returned by localtime, we take a list slice. We could also have written it as: ($day, $month, $year) = (localtime)[3..5]; This is how we'd print the current date as "YYYY-MM-DD" (in approved ISO 8601 fashion), using Time::localtime: use Time::localtime; $tm = localtime; printf("The current date is %04d-%02d-%02d\n", $tm->year+1900, ($tm->mon)+1, $tm->mday); The current date is 1998-04-28 The object interface might look out of place in a short program. However, when you do a lot of work with the distinct values, accessing them by name makes code much easier to understand.

A more obfuscated way that does not involve introducing temporary variables is: printf("The current date is %04d-%02d-%02d\n", sub {($_[5]+1900, $_[4]+1, $_[3])}->(localtime)); There is also strftime from the POSIX module discussed in Recipe 3.8: use POSIX qw(strftime); print strftime "%Y-%m-%d\n", localtime; The gmtime function works just as localtime does, but gives the answer in GMT instead of your local time zone.

See Also The localtime and gmtime functions in perlfunc (1) and Chapter 3 of Programming Perl; the documentation for the standard Time::localtime module Previous: 3.0. Introduction

3.0. Introduction

Perl Cookbook

Next: 3.2. Converting DMYHMS to Epoch Seconds

Book Index

3.2. Converting DMYHMS to Epoch Seconds

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 3.1. Finding Today's Date

Chapter 3 Dates and Times

Next: 3.3. Converting Epoch Seconds to DMYHMS

3.2. Converting DMYHMS to Epoch Seconds Problem You want to convert a date, a time, or both with distinct values for day, month, year, etc. to Epoch seconds.

Solution Use the timelocal or timegm functions in the standard Time::Local module, depending on whether the date and time is in the current time zone or in UTC. use Time::Local; $TIME = timelocal($sec, $min, $hours, $mday, $mon, $year); $TIME = timegm($sec, $min, $hours, $mday, $mon, $year);

Discussion The built-in function localtime converts an Epoch seconds value to distinct DMYHMS values; the timelocal subroutine from the standard Time::Local module converts distinct DMYHMS values to an Epoch seconds value. Here's an example that shows how to find Epoch seconds for a time in the current day. It gets the day, month, and year values from localtime: # $hours, $minutes, and $seconds represent a time today, # in the current time zone use Time::Local; $time = timelocal($seconds, $minutes, $hours, (localtime)[3,4,5]); If you're passing month and year values to timelocal, it expects values with the same range as those which localtime returns. Namely, months start at 0, and years have 1900 subtracted from them. The timelocal function assumes the DMYHMS values represent a time in the current time zone. Time::Local also exports a timegm subroutine that assumes the DMYHMS values represent a time in the GMT time zone. Unfortunately, there is no convenient way to convert from a time zone other than the current local time zone or GMT. The best you can do is convert to GMT and add or subtract the time zone offset in seconds. This code illustrates both the use of timegm and how to adjust the ranges of months and years:

# $day is day in month (1-31) # $month is month in year (1-12) # $year is four-digit year e.g., 1967 # $hours, $minutes and $seconds represent UTC time use Time::Local; $time = timegm($seconds, $minutes, $hours, $day, $month-1, $year-1900); As explained in the introduction, Epoch seconds cannot hold values before Fri Dec 13 20:45:52 1901 or after Tue Jan 19 03:14:07 2038. Don't convert such dates to Epoch seconds - use a Date:: module from CPAN, and do your calculations with that instead.

See Also The documentation for the standard Time::Local module (also in Chapter 7 of Programming Perl); convert in the other direction using Recipe 3.3 Previous: 3.1. Finding Today's Date

3.1. Finding Today's Date

Perl Cookbook Book Index

Next: 3.3. Converting Epoch Seconds to DMYHMS

3.3. Converting Epoch Seconds to DMYHMS

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 3.2. Converting DMYHMS to Epoch Seconds

Chapter 3 Dates and Times

Next: 3.4. Adding to or Subtracting from a Date

3.3. Converting Epoch Seconds to DMYHMS Problem You have a date and time in Epoch seconds, and you want to calculate individual DMYHMS values from it.

Solution Use the localtime or gmtime functions, depending on whether you want the date and time in GMT or your local time zone. ($seconds, $minutes, $hours, $day_of_month, $month, $year, $wday, $yday, $isdst) = localtime($time); The standard Time::timelocal and Time::gmtime modules override the localtime and gmtime functions to provide named access to the individual values. use Time::localtime; # or Time::gmtime $tm = localtime($TIME); # or gmtime($TIME) $seconds = $tm->sec; # ...

Discussion The localtime and gmtime functions return strange year and month values; the year has 1900 subtracted from it, and 0 is the month value for January. Be sure to correct the base values for year and month, as this example does: ($seconds, $minutes, $hours, $day_of_month, $month, $year, $wday, $yday, $isdst) = localtime($time); printf("Dateline: %02d:%02d:%02d-%04d/%02d/%02d\n", $hours, $minutes, $seconds, $year+1900, $month+1, $day_of_month); We could have used the Time::localtime module to avoid the temporary variables: use Time::localtime; $tm = localtime($time);

printf("Dateline: %02d:%02d:%02d-%04d/%02d/%02d\n", $tm->hour, $tm->min, $tm->sec, $tm->year+1900, $tm->mon+1, $tm->mday);

See Also The localtime function in perlfunc (1) and Chapter 3 of Programming Perl; the documentation for the standard Time::localtime and Time::gmtime modules; convert in the other direction using Recipe 3.2 Previous: 3.2. Converting DMYHMS to Epoch Seconds

Perl Cookbook

3.2. Converting DMYHMS to Epoch Seconds

Book Index

Next: 3.4. Adding to or Subtracting from a Date

3.4. Adding to or Subtracting from a Date

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 3.3. Converting Epoch Seconds to DMYHMS

Chapter 3 Dates and Times

Next: 3.5. Difference of Two Dates

3.4. Adding to or Subtracting from a Date Problem You have a date and time and want to find the date and time of some period in the future or past.

Solution Simply add or subtract Epoch seconds: $when = $now + $difference; $then = $now - $difference; If you have distinct DMYHMS values, use the CPAN Date::Calc module. If you're doing arithmetic with days only, use Add_Delta_Days ($offset is a positive or negative integral number of days): use Date::Calc qw(Add_Delta_Days); ($y2, $m2, $d2) = Add_Delta_Days($y, $m, $d, $offset); If you are concerned with hours, minutes, and seconds (in other words, times as well as dates), use Add_Delta_DHMS: use Date::Calc qw(Add_Delta_DHMS); ($year2, $month2, $day2, $h2, $m2, $s2) = Add_Delta_DHMS( $year, $month, $day, $hour, $minute, $second, $days_offset, $hour_offset, $minute_offset, $second_offset );

Discussion Calculating with Epoch seconds is easiest, disregarding the effort to get dates and times into and out of Epoch seconds. This code shows how to calculate an offset (55 days, 2 hours, 17 minutes, and 5 seconds, in this case) from a given base date and time: $birthtime = 96176750; # 18/Jan/1973, 3:45:50 am $interval = 5 + # 5 seconds 17 * 60 + # 17 minutes 2 * 60 * 60 + # 2 hours 55 * 60 * 60 * 24; # and 55 days $then = $birthtime + $interval; print "Then is ", scalar(localtime($then)), "\n"; Then is Wed Mar 14 06:02:55 1973 We could have used Date::Calc's Add_Delta_DHMS function and avoided the conversion to and from Epoch seconds:

use Date::Calc qw(Add_Delta_DHMS); ($year, $month, $day, $hh, $mm, $ss) = Add_Delta_DHMS( 1973, 1, 18, 3, 45, 50, # 18/Jan/1973, 3:45:50 am 55, 2, 17, 5); # 55 days, 2 hrs, 17 min, 5 sec print "To be precise: $hh:$mm:$ss, $month/$day/$year\n"; To be precise: 6:2:55, 3/14/1973 As usual, we need to know the range of values the function expects. Add_Delta_DHMS takes a full year value that is, one that hasn't had 1900 subtracted from it. The month value for January is 1, not 0. Date::Calc's Add_Delta_Days function expects the same kind of values: use Date::Calc qw(Add_Delta_Days); ($year, $month, $day) = Add_Delta_Days(1973, 1, 18, 55); print "Nat was 55 days old on: $month/$day/$year\n"; Nat was 55 days old on: 3/14/1973

See Also The documentation for the CPAN module Date::Calc Previous: 3.3. Converting Epoch Seconds to DMYHMS

3.3. Converting Epoch Seconds to DMYHMS

Perl Cookbook Book Index

Next: 3.5. Difference of Two Dates

3.5. Difference of Two Dates

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 3.4. Adding to or Subtracting from a Date

Chapter 3 Dates and Times

Next: 3.6. Day in a Week/Month/Year or Week Number

3.5. Difference of Two Dates Problem You need to find the number of days between two dates or times.

Solution If your dates are in Epoch seconds, and fall in the range Fri Dec 13 20:45:52 1901 to Tue Jan 19 03:14:07 2038 (inclusive), simply subtract one from the other and convert the seconds to days. $seconds = $recent - $earlier; If you have distinct DMYMHS values, or are worried about the range limitations of Epoch seconds, use the Date::Calc module from CPAN. It can calculate the difference between dates: use Date::Calc qw(Delta_Days); $days = Delta_Days( $year1, $month1, $day1, $year2, $month2, $day2); It also calculates the difference between dates and times: use Date::Calc qw(Delta_DHMS); ($days, $hours, $minutes, $seconds) = Delta_DHMS( $year1, $month1, $day1, $hour1, $minute1, $seconds1, # earlier $year2, $month2, $day2, $hour2, $minute2, $seconds2); # later

Discussion One problem with Epoch seconds is how to convert the large integers back to forms that people can read. The following example shows one way of converting an Epoch seconds value back to its component numbers of weeks, days, hours, minutes, and seconds: $bree = 361535725; # 16 Jun 1981, 4:35:25 $nat = 96201950; # 18 Jan 1973, 3:45:50 $difference = $bree - $nat; print "There were $difference seconds between Nat and Bree\n"; There were 265333775 seconds between Nat and Bree $seconds = $difference % 60; $difference = ($difference - $seconds) / 60; $minutes = $difference % 60;

$difference $hours $difference $days $weeks

= ($difference - $minutes) / 60; = $difference % 24; = ($difference - $hours) / 24; = $difference % 7; = ($difference - $days) / 7;

print "($weeks weeks, $days days, $hours:$minutes:$seconds)\n"; (438 weeks, 4 days, 23:49:35) Date::Calc's functions can ease these calculations. The Delta_Days function returns the number of days between two dates. It takes the two dates as a list: year, month, day. The dates are given chronologically - earliest first. use Date::Calc qw(Delta_Days); @bree = (1981, 6, 16); # 16 Jun 1981 @nat = (1973, 1, 18); # 18 Jan 1973 $difference = Delta_Days(@nat, @bree); print "There were $difference days between Nat and Bree\n"; There were 3071 days between Nat and Bree The Delta_DHMS function returns a four-element list corresponding to the number of days, hours, minutes, and seconds between the two dates you give it. use Date::Calc qw(Delta_DHMS); @bree = (1981, 6, 16, 4, 35, 25); # 16 Jun 1981, 4:35:25 @nat = (1973, 1, 18, 3, 45, 50); # 18 Jan 1973, 3:45:50 @diff = Delta_DHMS(@nat, @bree); print "Bree came $diff[0] days, $diff[1]:$diff[2]:$diff[3] after Nat\n"; Bree came 3071 days, 0:49:35 after Nat

See Also The documentation for the CPAN module Date::Calc Previous: 3.4. Adding to or Subtracting from a Date

3.4. Adding to or Subtracting from a Date

Perl Cookbook

Next: 3.6. Day in a Week/Month/Year or Week Number

Book Index

3.6. Day in a Week/Month/Year or Week Number

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 3.5. Difference of Two Dates

Chapter 3 Dates and Times

Next: 3.7. Parsing Dates and Times from Strings

3.6. Day in a Week/Month/Year or Week Number Problem You have a date, either in Epoch seconds or as distinct year, month, etc. values. You want to find out what week of the year, day of the week, day of the month, or day of the year that the date falls on.

Solution If you have Epoch seconds, the day of the year, day of the month, and day of the week are returned by localtime. The week of the year is easily calculated from the day of the year (but see discussion below, as standards differ). ($MONTHDAY, $WEEKDAY, $YEARDAY) = (localtime $DATE)[3,6,7]; $WEEKNUM = int($YEARDAY / 7) + 1; If you have distinct DMYHMS values, you can either convert them to Epoch seconds values as in Recipe 3.3 and then use the solution above, or else use the Day_of_Week , Week_Number, and Day_of_Year functions from the CPAN module Date::Calc: use Date::Calc qw(Day_of_Week Week_Number Day_of_Year); # you have $year, $month, and $day # $day is day of month, by definition. $wday = Day_of_Week($year, $month, $day); $wnum = Week_Number($year, $month, $day); $dnum = Day_of_Year($year, $month, $day);

Discussion The Day_of_Week, Week_Number, and Day_of_Year functions all expect years that haven't had 1900 subtracted from them and months where January is 1, not 0. The return value from Day_of_Week can be 1 through 7 (corresponding to Monday through Sunday) or 0 in case of an error (an invalid date, for example). use Date::Calc qw(Day_of_Week Week_Number Day_of_Week_to_Text) $year

= 1981;

$month = 6; $day = 16;

# (June)

$wday = Day_of_Week($year, $month, $day); print "$month/$day/$year was a ", Day_of_Week_to_Text($wday), "\n"; ## see comment above $wnum = Week_Number($year, $month, $day); print "in the $wnum week.\n"; 6/16/1981 was a Tuesday in week number 25. The governing standards body of particular countries may have rules about when the first week of the year starts. For example, in Norway the first week must have at least 4 days in it (and weeks start on Mondays). If January 1 falls on a week with 3 or fewer days, it is counted as week 52 (or 53) of the previous year. In America, the first Monday of the year is usually the start of the first work-week. Given such rules, you may have to write your own algorithm, or at least look at the %G, %L, %W, and %U formats to the UnixDate function in Date::Manip.

See Also The localtime function in perlfunc (1) and Chapter 3 of Programming Perl; the documentation for the CPAN module Date::Calc Previous: 3.5. Difference of Two Dates

3.5. Difference of Two Dates

Perl Cookbook

Next: 3.7. Parsing Dates and Times from Strings

Book Index

3.7. Parsing Dates and Times from Strings

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 3.6. Day in a Week/Month/Year or Week Number

Chapter 3 Dates and Times

Next: 3.8. Printing a Date

3.7. Parsing Dates and Times from Strings Problem You read in a date or time specification in an arbitrary format but need to convert that string into distinct year, month, etc. values.

Solution If your date is already numeric, or in a rigid and easily parsed format, use a regular expression (and possibly a hash mapping month names to numbers) to extract individual day, month, and year values, and then use the standard Time::Local module's timelocal and timegm functions to turn that into an Epoch seconds value. use Time::Local; # $date is "1998-06-03" (YYYY-MM-DD form). ($yyyy, $mm, $dd) = ($date =~ /(\d+)-(\d+)-(\d+)/; # calculate epoch seconds at midnight on that day in this timezone $epoch_seconds = timelocal(0, 0, 0, $dd, $mm, $yyyy); For a more flexible solution, use the ParseDate function provided by the CPAN module Date::Manip, and then use UnixDate to extract the individual values. use Date::Manip qw(ParseDate UnixDate); $date = ParseDate($STRING); if (!$date) { # bad date } else { @VALUES = UnixDate($date, @FORMATS); }

Discussion The flexible ParseDate function accepts many formats. It even converts strings like "today", "2 weeks ago Friday", and "2nd Sunday in 1996", and understands the date and time format used in mail and news headers. It returns the decoded date in its own format: a string of the form "YYYYMMDDHH:MM:SS".

You can compare two such strings to compare the dates they represent, but arithmetic is difficult. For this reason, we use the UnixDate function to extract the year, month, and day values in a preferred format. UnixDate takes a date in the string form returned by ParseDate and a list of formats. It applies each format to the string and returns the result. A format is a string describing one or more elements of the date and time and the way that the elements are to be formatted. For example, %Y is the format for the year in four-digit form. Here's an example: use Date::Manip qw(ParseDate UnixDate); while () { $date = ParseDate($_); if (!$date) { warn "Bad date string: $_\n"; next; } else { ($year, $month, $day) = UnixDate($date, "%Y", "%m", "%d"); print "Date was $month/$day/$year\n"; } }

See Also The documentation for the CPAN module Date::Manip; we use this in Recipe 3.11 Previous: 3.6. Day in a Week/Month/Year or Week Number

Perl Cookbook

3.6. Day in a Week/Month/Year or Week Number

Book Index

Next: 3.8. Printing a Date

3.8. Printing a Date

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 3.7. Parsing Dates and Times from Strings

Chapter 3 Dates and Times

Next: 3.9. High-Resolution Timers

3.8. Printing a Date Problem You need to print a date and time shown in Epoch seconds format in human-readable form.

Solution Simply call localtime or gmtime in scalar context, which takes an Epoch second value and returns a string of the form Tue May 26 05:15:20 1998: $STRING = localtime($EPOCH_SECONDS); Alternatively, the strftime function in the standard POSIX module supports a more customizable output format, and takes individual DMYHMS values: use POSIX qw(strftime); $STRING = strftime($FORMAT, $SECONDS, $MINUTES, $HOUR, $DAY_OF_MONTH, $MONTH, $YEAR, $WEEKDAY, $YEARDAY, $DST); The CPAN module Date::Manip has a UnixDate routine that works like a specialized form sprintf designed to handle dates. Pass it a Date::Manip date value. Using Date::Manip in lieu of POSIX::strftime has the advantage of not requiring a POSIX-compliant system. use Date::Manip qw(UnixDate); $STRING = UnixDate($DATE, $FORMAT);

Discussion The simplest solution is built into Perl already: the localtime function. In scalar context, it returns the string formatted in a particular way: Sun Sep 21 15:33:36 1997 This makes for simple code, although it restricts the format of the string: use Time::Local; $time = timelocal(50, 45, 3, 18, 0, 73); print "Scalar localtime gives: ", scalar(localtime($time)), "\n";

Scalar localtime gives: Thu Jan 18 03:45:50 1973 Of course, localtime requires the date and time in Epoch seconds. The POSIX::strftime function takes a set of individual DMYMHS values and a format and returns a string. The format is similar to a printf format; % directives specify fields in the output string. A full list of these directives is available in your system's documentation for strftime. strftime expects the individual values representing the date and time to be the same range as the values returned by localtime: use POSIX qw(strftime); use Time::Local; $time = timelocal(50, 45, 3, 18, 0, 73); print "strftime gives: ", strftime("%A %D", localtime($time)), "\n"; strftime gives: Thursday 01/18/73 All values are shown in their national representation when using POSIX::strftime. So, if you run it in France, your program would print "Sunday" as "Dimanche". Be warned: Perl's interface to the POSIX function strftime always converts the date, assuming that it falls in the current time zone. If you don't have access to POSIX's strftime function, there's always the trusty Date::Manip CPAN module, described in Recipe 3.6. use Date::Manip qw(ParseDate UnixDate); $date = ParseDate("18 Jan 1973, 3:45:50"); $datestr = UnixDate($date, "%a %b %e %H:%M:%S %z %Y"); print "Date::Manip gives: $datestr\n"; Date::Manip gives: Thu Jan 18 03:45:50 GMT 1973

# as scalar

See Also The gmtime and localtime functions in perlfunc (1) and Chapter 3 of Programming Perl; perllocale (1); your system's strftime (3) manpage; the documentation for the POSIX module (also in Chapter 7 of Programming Perl); the documentation for the CPAN module Date::Manip Previous: 3.7. Parsing Dates and Times from Strings

Perl Cookbook

3.7. Parsing Dates and Times from Strings

Book Index

Next: 3.9. High-Resolution Timers

3.9. High-Resolution Timers

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 3.8. Printing a Date

Chapter 3 Dates and Times

Next: 3.10. Short Sleeps

3.9. High-Resolution Timers Problem You need to measure time with a finer granularity than the full seconds that time returns.

Solution This might not be possible. If your system supports both the syscall function in Perl as well as a system call like gettimeofday (2), then you could possibly use them to measure the time. The procedure for using syscall varies from system to system. The Discussion has sample code using it, but this is not necessarily portable. The Time::HiRes module (available from CPAN) encapsulates this functionality for some systems: use Time::HiRes qw(gettimeofday); $t0 = gettimeofday; ## do your operation here $t1 = gettimeofday; $elapsed = $t1-$t0; # $elapsed is a floating point value, representing number # of seconds between $t0 and $t1

Discussion Here's some code that uses Time::HiRes to time how long the user takes to press RETURN: use Time::HiRes qw(gettimeofday); print "Press return when ready: "; $before = gettimeofday; $line = ; $elapsed = gettimeofday-$before; print "You took $elapsed seconds.\n"; Press return when ready: You took 0.228149 seconds. Compare this to the equivalent syscall code:

require 'sys/syscall.ph'; # initialize the structures returned by gettimeofday $TIMEVAL_T = "LL"; $done = $start = pack($TIMEVAL_T, ()); # prompt print "Press return when ready: "; # read the time into $start syscall(&SYS_gettimeofday, $start, 0) != -1 || die "gettimeofday: $!"; # read a line $line = ; # read the time into $done syscall(&SYS_gettimeofday, $done, 0) != -1 || die "gettimeofday: $!"; # expand the structure @start = unpack($TIMEVAL_T, $start); @done = unpack($TIMEVAL_T, $done); # fix microseconds for ($done[1], $start[1]) { $_ /= 1_000_000 } # calculate time difference $delta_time = sprintf "%.4f", ($done[0]

+ $done[1] ) ($start[0] + $start[1] );

print "That took $delta_time seconds\n"; Press return when ready: That took 0.3037 seconds It's longer because it's doing system calls in Perl, while Time::HiRes does them in C providing a single function. It's complex because directly accessing system calls peculiar to your operating system requires you to know details about the underlying C structures that the system call takes and returns. Some programs that come with the Perl distribution try to automatically calculate the formats to pack and unpack for you, if fed the appropriate C header file. In the example, sys/syscall.ph is a Perl library file generated with h2ph, which converts the sys/syscall.h header file into sys/syscall.ph that defines (among other things) &SYS_gettimeofday as a subroutine that returns the system call number of gettimeofday. Here's another example of Time::HiRes, showing how you could use it to benchmark a sort:

use Time::HiRes qw(gettimeofday); # take mean sorting time $size = 500; $number_of_times = 100; $total_time = 0; for ($i = 0; $i < $number_of_times; $i++) { my (@array, $j, $begin, $time); # populate array @array = (); for ($j=0; $j]*)/m; my($start_date) = /^Date:\s+(.*)/m; my $then = getdate($start_date); printf "%-20.20s %-20.20s %s\n", 'Start', $start_from, fmtdate($then); my $prevfrom = $start_from; # now process the headers lines from the bottom up for (reverse split(/\n/)) { my ($delta, $now, $from, $by, $when); next unless /^Received:/; s/\bon (.*?) (id.*)/; $1/s; # qmail header, I think unless (($when) = /;\s+(.*)$/) { # where the date falls warn "bad received line: $_"; next; } ($from) = /from\s+(\S+)/; ($from) = /\((.*?)\)/ unless $from; # some put it here $from =~ s/\)$//; # someone was too greedy ($by) = /by\s+(\S+\.\S+)/; # who sent it on this hop # now random mungings to get their string parsable for ($when) { s/ (for|via) .*$//; s/([+-]\d\d\d\d) \(\S+\)/$1/; s/id \S+;\s*//; } next unless $now = getdate($when); # convert to Epoch $delta = $now - $then; printf "%-20.20s %-20.20s %s $prevfrom = $by; puttime($delta); $then = $now;

", $from, $by, fmtdate($now);

} exit; # convert random date sub getdate { my $string = $string =~ my $date = my $epoch_secs =

strings into Epoch seconds shift; s/\s+\(.*\)\s*$//; ParseDate($string); UnixDate($date,"%s");

# remove nonstd tz

return $epoch_secs; } # convert Epoch seconds into a particular date string sub fmtdate { my $epoch = shift; my($sec,$min,$hour,$mday,$mon,$year) = localtime($epoch); return sprintf "%02d:%02d:%02d %04d/%02d/%02d", $hour, $min, $sec, $year + 1900, $mon + 1, $mday, } # take seconds and print in pleasant-to-read format sub puttime { my($seconds) = shift; my($days, $hours, $minutes); $days = pull_count($seconds, 24 * 60 * 60); $hours = pull_count($seconds, 60 * 60); $minutes = pull_count($seconds, 60); put_field('s', put_field('m', put_field('h', put_field('d',

$seconds); $minutes); $hours); $days);

print "\n"; } # usage: $count = pull_count(seconds, amount) # remove from seconds the amount quantity, altering caller's version. # return the integral number of those amounts so removed. sub pull_count { my($answer) = int($_[0] / $_[1]); $_[0] -= $answer * $_[1]; return $answer; } # usage: put_field(char, number) # output number field in 3-place decimal format, with trailing char # suppress output unless char is 's' for seconds sub put_field { my ($char, $number) = @_; printf " %3d%s", $number, $char if $number || $char eq 's'; } Sender Recipient Time Delta Start wall.org 09:17:12 1998/05/23

wall.org mail.brainstorm.net

mail.brainstorm.net jhereg.perl.com

Previous: 3.10. Short Sleeps

Perl Cookbook

3.10. Short Sleeps

Book Index

09:20:56 1998/05/23 09:20:58 1998/05/23

44s 2s

3m

Next: 4. Arrays

4. Arrays

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 3.11. Program: hopdelta

Chapter 4

Next: 4.1. Specifying a List In Your Program

4. Arrays Contents: Introduction Specifying a List In Your Program Printing a List with Commas Changing Array Size Doing Something with Every Element in a List Iterating Over an Array by Reference Extracting Unique Elements from a List Finding Elements in One Array but Not Another Computing Union, Intersection, or Difference of Unique Lists Appending One Array to Another Reversing an Array Processing Multiple Elements of an Array Finding the First List Element That Passes a Test Finding All Elements in an Array Matching Certain Criteria Sorting an Array Numerically Sorting a List by Computable Field Implementing a Circular List Randomizing an Array Program: words Program: permute Works of art, in my opinion, are the only objects in the material universe to possess internal order, and that is why, though I don't believe that only art matters, I do believe in Art for Art's sake. - E.M. Forster

4.0. Introduction If you are asked about the contents of your pockets, or the names of the last three presidents, or how to get to the highway, you recite a list: you name one thing after another in a particular order. Lists are part of your conception of the world. With Perl's powerful list- and array-handling primitives, you can translate this world view directly into code. In this chapter, we'll use the terms list and array as the Perl language thinks of them. Take ("Reagan", "Bush", "Clinton"); that's a list of the last three American presidents, in order. To store that list into a variable, use an array, as in @presidents = ("Reagan", "Bush", "Clinton"). Both are ordered groups of scalar values; the difference is that an array is a named variable, one whose array length can be directly changed, whereas a list is a more ephemeral notion. You might think of an array as a variable and a list as the values it contains. This distinction may seem arbitrary, but operations that modify the length of these groupings (like push and pop) require a proper array and not merely a list. Think of the difference between $a and 4. You can say $a++ but not 4++. Likewise, you can say pop(@a) but not pop (1,2,3). The most important thing to glean from this is that Perl's lists and arrays are both ordered groupings of scalars. Operators and functions that work on lists or arrays are designed to provide faster or more convenient access to the elements than manual access would provide. Since few actually deal with modifying the array's length, you can usually use arrays and lists interchangeably. You can't use nested parentheses to create a list of lists. If you try that in Perl, your lists get flattened, meaning that both these lines are equivalent: @nested = ("this", "that", "the", "other"); @nested = ("this", "that", ("the", "other")); Why doesn't Perl (usefully) just support nested lists directly? Although partially for historical reasons, this easily allows for operations (like print or sort) that work on arbitrarily long lists of arbitrary contents. What happens if you want a more complex data structure, such as an array of arrays or an array of hashes? Remember that scalars aren't restricted to containing just numbers or strings; they can also hold references. Complex (multilevel) data structures in Perl are always put together using references. Therefore, what appear to be "two-dimensional arrays" or "arrays of arrays" are always implemented as arrays of array references, in the same way that two-dimensional arrays in C can be arrays of pointers to arrays. Most recipes in this chapter don't care what you keep in your arrays; for example, the problem of merging two arrays is the same whether the arrays contains strings, numbers, or references. Some problems are intrinsically tied to the contents of your arrays; recipes for those are in Chapter 11, References and Records. This chapter's recipes deal with generic arrays. Let's have some more terminology. The scalar items in an array or list are called elements, which you access by specifying their position, or index. Indices in Perl start at 0. So, given this list: @tune = ( "The", "Star-Spangled", "Banner" );

"The" is in the first position, but you'd access it as $tune[0]. "Star-Spangled" is in the second position, but you'd access it as $tune[1]. This structure is doubly justified: the contrariness of computers, whose first representable number is 0, and the contrariness of language designers, who chose 0 because it is an offset into the array, not the ordinal number of the element. Previous: 3.11. Program: hopdelta

3.11. Program: hopdelta

Perl Cookbook

Next: 4.1. Specifying a List In Your Program

Book Index

4.1. Specifying a List In Your Program

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 4.0. Introduction

Chapter 4 Arrays

Next: 4.2. Printing a List with Commas

4.1. Specifying a List In Your Program Problem You want to include a list in your program. This is how you initialize arrays.

Solution You can write out a comma-separated list of elements: @a = ("quick", "brown", "fox"); If you have a lot of single-word elements, use the qw() operator: @a = qw(Why are you teasing me?); If you have a lot of multi-word elements, use a here document and extract lines: @lines = ( @_) ? ";" : ","; (@_ == 0) ? '' : (@_ == 1) ? $_[0] : (@_ == 2) ? join(" and ", @_) : join("$sepchar ", @_[0 .. ($#_-1)], "and $_[-1]"); } Here's the output from the program: The list is: just one thing. The list is: Mutt and Jeff. The list is: Peter, Paul, and Mary. The list is: To our parents, Mother Theresa, and God. The list is: pastrami, ham and cheese, peanut butter and jelly, and tuna. The list is: recycle tired, old phrases and ponder big, happy thoughts. The list is: recycle tired, old phrases; ponder big, happy thoughts; and sleep and dream peacefully. As you see, we don't follow the ill-advised practice of omitting the final comma from a series under any circumstances. To do so introduces unfortunate ambiguities and unjustifiable exceptions. The examples above would have claimed that we were the offspring of Mother Theresa and God, and would have had us eating sandwiches made of jelly and tuna fish fixed together atop the peanut butter.

See Also Fowler's Modern English Usage; we explain the nested list syntax in Recipe 11.1; the grep function in perlfunc (1) and Chapter 3 of Programming Perl; the conditional operator ("?:") is discussed in perlop (1) and in the "Conditional Operator" section of Chapter 2 of Programming Perl

Previous: 4.1. Specifying a List In Your Program

4.1. Specifying a List In Your Program

Perl Cookbook

Next: 4.3. Changing Array Size

Book Index

4.3. Changing Array Size

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 4.2. Printing a List with Commas

Chapter 4 Arrays

Next: 4.4. Doing Something with Every Element in a List

4.3. Changing Array Size Problem You want to enlarge or truncate an array. For example, you might truncate an array of employees that's already sorted by salary to list the five highest-paid employees. Or, if you know how big your array will get and that it will grow piecemeal, it's more efficient to get memory for it in one step by enlarging it just once than it is to keep pushing values onto the end.

Solution Assign to $#ARRAY: # grow or shrink @ARRAY $#ARRAY = $NEW_LAST_ELEMENT_INDEX_NUMBER; Assigning to an element past the end automatically extends the array: $ARRAY[$NEW_LAST_ELEMENT_INDEX_NUMBER] = $VALUE;

Discussion $#ARRAY is the number of the last valid index in @ARRAY. If we assign it a number smaller than its current value, we truncate the array. Truncated elements are lost forever. If we assign $#ARRAY a number larger than its current value, the array grows. New elements have the undefined value. $#ARRAY is not @ARRAY, though. Although $#ARRAY is the last valid index in the array, @ARRAY (in scalar context, as when treated as a number) is the number of elements. $#ARRAY is one less than @ARRAY because array indices start at 0. Here's some code that uses both: sub what_about_that_array { print "The array now has ", scalar(@people), " elements.\n"; print "The index of the last element is $#people.\n"; print "Element #3 is `$people[3]'.\n"; }

@people = qw(Crosby Stills Nash Young); what_about_that_array(); prints: The array now has 4 elements. The index of the last element is 3. Element #3 is `Young'. whereas: $#people--; what_about_that_array(); prints: The array now has 3 elements. The index of the last element is 2. Element #3 is `'. Element #3 disappeared when we shortened the array. If we'd used the -w flag on this program, Perl would also have warned "use of uninitialized value" because $people[3] is undefined. $#people = 10_000; what_about_that_array(); prints: The array now has 10001 elements. The index of the last element is 10000. Element #3 is `'. The "Young" element is now gone forever. Instead of assigning to $#people, we could have said: $people[10_000] = undef; Perl arrays are not sparse. In other words, if you have a 10,000th element, you must have the 9,999 other elements, too. They may be undefined, but they still take up memory. For this reason, $array[time], or any other construct that uses a very large integer as an array index, is a bad idea. Use a hash instead. We have to say scalar @array in the print because Perl gives list context to (most) functions' arguments, but we want @array in scalar context.

See Also The discussion of the $#ARRAY notation in perldata (1), also explained in the "List Values and Arrays" section of Chapter 2 of Programming Perl Previous: 4.2. Printing a List with Commas

4.2. Printing a List with Commas

Perl Cookbook

Next: 4.4. Doing Something with Every Element in a List

Book Index

4.4. Doing Something with Every Element in a List

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 4.3. Changing Array Size

Chapter 4 Arrays

Next: 4.5. Iterating Over an Array by Reference

4.4. Doing Something with Every Element in a List Problem You want to repeat a procedure for every element in a list. Often you use an array to collect information you're interested in; for instance, login names of users who have exceeded their disk quota. When you finish collecting the information, you want to process it by doing something with every element in the array. In the disk quota example, you might send each user a stern mail message.

Solution Use a foreach loop: foreach $item (LIST) { # do something with $item }

Discussion Let's say we've used @bad_users to compile a list of users over their allotted disk quota. To call some complain() subroutine for each one we'd use: foreach $user (@bad_users) { complain($user); } Rarely is this recipe so simply applied. Instead, we often use functions to generate the list: foreach $var (sort keys %ENV) { print "$var=$ENV{$var}\n"; } Here we're using sort and keys to build a sorted list of environment variable names. In situations where the list will be used more than once, you'll obviously keep it around by saving in an array. But for one-shot processing, it's often tidier to process the list directly. Not only can we add complexity to this formula by building up the list in the foreach, we can also add complexity by doing more work inside the code block. A common application of foreach is to gather information on every element of a list, and then decide (based on that information) whether to do something. For instance, returning to the disk quota example: foreach $user (@all_users) { $disk_space = get_usage($user); # find out how much disk space in use

if ($disk_space > $MAX_QUOTA) { complain($user); }

# if it's more than we want ... # ... then object vociferously

} More complicated program flow is possible. The code can call last to jump out of the loop, next to move on to the next element, or redo to jump back to the first statement inside the block. Use these to say "no point continuing with this one, I know it's not what I'm looking for" (next), "I've found what I'm looking for, there's no point in my checking the rest" (last), or "I've changed some things, I'd better do my tests and calculations again" (redo). The variable set to each value in the list is called a loop variable or iterator variable. If no iterator variable is supplied, the global variable $_ is used. $_ is the default variable for many of Perl's string, list, and file functions. In brief code blocks, omitting $_ improves readability. (In long ones, though, too much implicit use hampers readability.) For example: foreach (`who`) { if (/tchrist/) { print; } } or combining with a while loop: while () { chomp; foreach (split) { $_ = reverse; print;

# # # # # #

$_ is set to the line just read $_ has a trailing \n removed, if it had one $_ is split on whitespace, into @_ then $_ is set to each chunk in turn the characters in $_ are reversed $_ is printed

} } Perhaps all these uses of $_ are starting to make you nervous. In particular, the foreach and the while both give values to $_. You might fear that at the end of the foreach, the full line as read into $_ with would be forever gone. Fortunately, your fears would be unfounded, at least in this case. Perl won't permanently clobber $_'s old value, because the foreach's iterator variable ($_ in this case) is automatically preserved during the loop. It saves away any old value on entry and restores it upon exit. There is cause for some concern though. If the while had been the inner loop and the foreach the outer one, then your fears would have been realized. Unlike a foreach loop, the while construct clobbers the value of the global $_ without first localizing it! So any routine - or block for that matter - that uses such a construct with $_ should always declare local $_ at its front. If a lexical variable (one declared with my) is in scope, the temporary variable will be lexically scoped, private to that loop. Otherwise, it will be a dynamically scoped global variable. To avoid strange magic at a distance, as of release 5.004 you can write this more obviously and more clearly as: foreach my $item (@array) { print "i = $item\n"; } The foreach looping construct has another feature: each time through the loop, the iterator variable becomes not

a copy of but rather an alias for the current element. This means that when you change that iterator variable, you really change each element in the list: @array = (1,2,3); foreach $item (@array) { $item--; } print "@array\n"; 0 1 2 # multiply everything in @a and @b by seven @a = ( .5, 3 ); @b =( 0, 1 ); foreach $item (@a, @b) { $item *= 7; } print "@a @b\n"; 3.5 21 0 7 This aliasing means that using a foreach loop to modify list values is both more readable and faster than the equivalent code using a three-part for loop and explicit indexing would be. This behavior is a feature, not a bug, that was introduced by design. If you didn't know about it, you might accidentally change something. Now you know about it. For example, if we used s/// on elements of the list returned by the values function, we would only be changing copies, not the real hash itself. The hash slice (@hash{keys %hash} is a hash slice, explained in Chapter 5, Hashes), however, gives us something we can usefully change: # trim whitespace in the scalar, the array, and all the values # in the hash foreach ($scalar, @array, @hash{keys %hash}) { s/^\s+//; s/\s+$//; } For reasons hearkening back to the equivalent construct in the Unix Bourne shell, the for and foreach keywords are interchangeable: for $item (@array) { # same as foreach $item (@array) # do something } for (@array) { # do something }

# same as foreach $_ (@array)

This style often indicates that its author writes or maintains shell scripts, perhaps for Unix systems administration. As such, their life is probably hard enough, so don't speak too harshly of them. Remember, TMTOWTDI. This is just one of those ways. If you aren't fluent in Bourne shell, you might find it clearer to express "for each $thing in this @list," by saying foreach to make your code less like the shell and more like English. (But don't try to make your English look like your code!)

See Also The "For Loops," "Foreach Loops," and "Loop Control" sections of perlsyn (1) and Chapter 2 of Programming Perl; the "Temporary Values via local( )" section of perlsub (1); the "Scoped Declarations" section of Chapter 2 of Programming Perl; we talk about local() in Recipe 10.13; we talk about my() in Recipe 10.2 Previous: 4.3. Changing Array Size

Perl Cookbook

Next: 4.5. Iterating Over an Array by Reference

4.3. Changing Array Size

Book Index

4.5. Iterating Over an Array by Reference

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 4.4. Doing Something with Every Element in a List

Chapter 4 Arrays

Next: 4.6. Extracting Unique Elements from a List

4.5. Iterating Over an Array by Reference Problem You have a reference to an array, and you want to use foreach to work with the array's elements.

Solution Use foreach or for to loop over the dereferenced array: # iterate over elements of array in $ARRAYREF foreach $item (@$ARRAYREF) { # do something with $item } for ($i = 0; $i [$i] }

Discussion The solutions assume you have a scalar variable containing the array reference. This lets you do things like this: @fruits = ( "Apple", "Blackberry" ); $fruit_ref = \@fruits; foreach $fruit (@$fruit_ref) { print "$fruit tastes good in a pie.\n"; } Apple tastes good in a pie. Blackberry tastes good in a pie. We could have rewritten the foreach loop as a for loop like this: for ($i=0; $i [0] $b->[0] } @temp; @sorted = map { $_->[1] } @temp; The first line creates a temporary array of strings and their lengths, using map. The second line sorts the temporary array by comparing the precomputed lengths. The third line turns the sorted temporary array of strings and lengths back into a sorted array of strings. This way we calculated the length of each string only once. Because the input to each line is the output of the previous line (the @temp array we make in line 1 is fed to sort in line 2, and that output is fed to map in line 3), we can combine it into one statement and eliminate the temporary array: @sorted = map { $_->[1] } sort { $a->[0] $b->[0] } map { [ length $_, $_ ] } @strings; The operations now appear in reverse order. When you meet a map-sort-map, you should read it from the bottom up to determine the function: @strings The last part is the data to be sorted. Here it's just an array, but later we'll see that this can be a subroutine or even backticks. Anything that returns a list to be sorted is fair game. map The map closest to the bottom builds the temporary list of anonymous arrays. This list contains the precomputed fields (length $_ ) and also records the original element ($_ ) by storing them both in an anonymous array. Look at this map line to find out how the fields are computed. sort The sort line sorts the list of anonymous arrays by comparing the precomputed fields. It won't tell you much, other than whether the list is sorted in ascending or descending order.

map The map at the top of the statement turns the sorted list of anonymous arrays back into a list of the sorted original elements. It will generally be the same for every map-sort-map. Here's a more complicated example, which sorts by the first number that appears on each line in @fields: @temp = map { [ /(\d+)/, $_ ] } @fields; @sorted_temp = sort { $a->[0] $b->[0] } @temp; @sorted_fields = map { $_->[1] } @sorted_temp; The regular expression mumbo-jumbo in the first line extracts the first number from the line being processed by map. We use the regular expression /(\d+)/ in a list context to extract the number. We can remove the temporary arrays in that code, giving us: @sorted_fields = map { $_->[1] } sort { $a->[0] $b->[0] } map { [ /(\d+)/, $_ ] } @fields; This final example compactly sorts colon-separated data, as from Unix's passwd file. It sorts the file numerically by fourth field (group id), then numerically by the third field (user id), and then alphabetically by the first field (user name). print map { $_->[0] } # whole line sort { $a->[1] $b->[1] # gid || $a->[2] $b->[2] # uid || $a->[3] cmp $b->[3] # login } map { [ $_, (split /:/)[3,2,0] ] } `cat /etc/passwd`; This compact, map-sort-map technique is more reminiscent of the functional world of Lisp and Scheme programming than Perl's normal C and awk heritage. Because it was first pointed out by Randal Schwartz, this black art is often referred to as the Schwartzian Transform.

See Also The sort function in perlfunc (1) and Chapter 3 of Programming Perl; the cmp and operators in perlop (1) and Chapter 2 of Programming Perl; Recipe 4.14 Previous: 4.14. Sorting an Array Numerically

4.14. Sorting an Array Numerically

Perl Cookbook Book Index

Next: 4.16. Implementing a Circular List

4.16. Implementing a Circular List

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 4.15. Sorting a List by Computable Field

Chapter 4 Arrays

Next: 4.17. Randomizing an Array

4.16. Implementing a Circular List Problem You want to create and manipulate a circular list.

Solution Use unshift and pop (or push and shift) on a normal array.

Procedure unshift(@circular, pop(@circular)); push(@circular, shift(@circular));

# the last shall be first # and vice versa

Discussion Circular lists are commonly used to repeatedly process things in order; for example, connections to a server. The code shown above isn't a true computer science circular list, with pointers and true circularity. Instead, the operations provide for moving the last element to the first position, and vice versa. sub grab_and_rotate ( \@ ) { my $listref = shift; my $element = $listref->[0]; push(@$listref, shift @$listref); return $element; } @processes = ( 1, 2, 3, 4, 5 ); while (1) { $process = grab_and_rotate(@processes); print "Handling process $process\n"; sleep 1; }

See Also The unshift and push functions in perlfunc (1) and Chapter 3 of Programming Perl; Recipe 13.13 Previous: 4.15. Sorting a List by Computable Field

4.15. Sorting a List by Computable Field

Perl Cookbook

Next: 4.17. Randomizing an Array

Book Index

4.17. Randomizing an Array

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 4.16. Implementing a Circular List

Chapter 4 Arrays

Next: 4.18. Program: words

4.17. Randomizing an Array Problem You want to shuffle the elements of an array randomly. The obvious application is writing a card game, where you must shuffle a deck of cards, but it is equally applicable to any situation where you want to deal with elements of an array in a random order.

Solution Swap each element in the array with another randomly selected, element: # fisher_yates_shuffle( \@array ) : generate a random permutation # of @array in place sub fisher_yates_shuffle { my $array = shift; my $i; for ($i = @$array; --$i; ) { my $j = int rand ($i+1); next if $i == $j; @$array[$i,$j] = @$array[$j,$i]; } } fisher_yates_shuffle( \@array );

# permutes @array in place

Or, pick a random permutation using the code in Example 4.4: $permutations = factorial( scalar @array ); @shuffle = @array [ n2perm( 1+int(rand $permutations), $#array ) ];

Discussion Shuffling is a surprisingly tricky process. It's easy to write a bad shuffle: sub naive_shuffle { # don't do this for (my $i = 0; $i < @_; $i++) { my $j = int rand @_; # pick random element

($_[$i], $_[$j]) = ($_[$j], $_[$i]);

# swap 'em

} } This algorithm is biased; the list's possible permutations don't all have the same probability of being generated. The proof of this is simple: take the case where we're passed a 3-element list. We generate three random numbers, each of which can have three possible values, yielding 27 possible outcomes here. There are only 6 permutations of the 3-element list, though. Because 27 isn't evenly divisible by 6, some outcomes are more likely than others. The Fisher-Yates shuffle avoids this bias by changing the range of the random numbers it selects.

See Also The rand function in perlfunc (1) and Chapter 3 of Programming Perl; for more on random numbers, see Recipes Recipe 2.7, Recipe 2.8, and Recipe 2.9; Recipe 4.19 provides another way to select a random permutation Previous: 4.16. Implementing a Circular List

Perl Cookbook

4.16. Implementing a Circular List

Book Index

Next: 4.18. Program: words

4.18. Program: words

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 4.17. Randomizing an Array

Chapter 4 Arrays

Next: 4.19. Program: permute

4.18. Program: words Description Have you ever wondered how programs like ls generate columns of sorted output that you read down the columns instead of across the rows? For example: awk cp ed login mount rmdir sum basename csh egrep ls mt sed sync cat date fgrep mail mv sh tar chgrp dd grep mkdir ps sort touch chmod df kill mknod pwd stty vi chown echo ln more rm su Example 4.2 does this. Example 4.2: words #!/usr/bin/perl -w # words - gather lines, present in columns use strict; my ($item, $cols, $rows, $maxlen); my ($xpixel, $ypixel, $mask, @data); getwinsize(); # first gather up every line of input, # remembering the longest line length seen $maxlen = 1; while () { my $mylen; s/\s+$//; $maxlen = $mylen if (($mylen = length) > $maxlen); push(@data, $_);

} $maxlen += 1;

# to make extra space

# determine boundaries of screen $cols = int($cols / $maxlen) || 1; $rows = int(($#data+$cols) / $cols); # pre-create mask for faster computation $mask = sprintf("%%-%ds ", $maxlen-1); # subroutine to check whether at last item on line sub EOL { ($item+1) % $cols == 0 } # now process each item, picking out proper piece for this position for ($item = 0; $item < $rows * $cols; $item++) { my $target = ($item % $cols) * $rows + int($item/$cols); my $piece = sprintf($mask, $target < @data ? $data[$target] : ""); $piece =~ s/\s+$// if EOL(); # don't blank-pad to EOL print $piece; print "\n" if EOL(); } # finish up if needed print "\n" if EOL(); # not portable -- linux only sub getwinsize { my $winsize = "\0" x 8; my $TIOCGWINSZ = 0x40087468; if (ioctl(STDOUT, $TIOCGWINSZ, $winsize)) { ($rows, $cols, $xpixel, $ypixel) = unpack('S4', $winsize); } else { $cols = 80; } } The most obvious way to print out a sorted list in columns is to print each element of the list, one at a time, padded out to a particular width. When you're about to hit the end of the line, generate a newline. But that only works if you're planning on reading each row left to right. If you instead expect to read it down each column, this approach won't do. The words program is a filter that generates output going down the columns. It reads all input, keeping track of the length of the longest line seen. Once everything has been read in, it divides the screen width by the length of the longest input record seen, yielding the expected number of columns. Then the program goes into a loop that executes once per input record, but the output order isn't in the

obvious order. Imagine you had a list of nine items: Wrong Right --------1 2 3 1 4 7 4 5 6 2 5 8 7 8 9 3 6 9 The words program does the necessary calculations to print out elements (1,4,7) on one line, (2,5,8) on the next, and (3,6,9) on the last. To figure out the current window size, this program does an ioctl call. This works fine - on the system it was written for. On any other system, it won't work. If that's good enough for you, then good for you. Recipe 12.14 shows how to find this on your system using the ioctl.ph file, or with a C program. Recipe 15.4 shows a more portable solution, but that requires installing a CPAN module.

See Also Recipe 15.4 Previous: 4.17. Randomizing an Array

Perl Cookbook

4.17. Randomizing an Array

Book Index

Next: 4.19. Program: permute

4.19. Program: permute

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 4.18. Program: words

Chapter 4 Arrays

Next: 5. Hashes

4.19. Program: permute Problem Have you ever wanted to generate all possible permutations of an array or to execute some code for every possible permutation? For example: % echo man bites dog | permute dog bites man bites dog man dog man bites man dog bites bites man dog man bites dog The number of permutations of a set is the factorial of the size of the set. This grows big extremely fast, so you don't want to run it on many permutations: Set Size Permutations 1 1 2 2 3 6 4 24 5 120 6 720 7 5040 8 40320 9 362880 10 3628800 11 39916800 12 479001600 13 6227020800 14 87178291200 15 1307674368000 Doing something for each alternative takes a correspondingly large amount of time. In fact, factorial algorithms exceed the number of particles in the universe with very small inputs. The factorial of 500 is greater than ten raised to the thousandth power!

use Math::BigInt; sub factorial { my $n = shift; my $s = 1; $s *= $n-- while $n > 0; return $s; } print factorial(Math::BigInt->new("500")); +1220136... (1035 digits total) The two solutions that follow differ in the order of the permutations they return. The solution in Example 4.3 uses a classic list permutation algorithm used by Lisp hackers. It's relatively straightforward but makes unnecessary copies. It's also hardwired to do nothing but print out its permutations. Example 4.3: tsc-permute #!/usr/bin/perl -n # tsc_permute: permute each word of input permute([split], []); sub permute { my @items = @{ $_[0] }; my @perms = @{ $_[1] }; unless (@items) { print "@perms\n"; } else { my(@newitems,@newperms,$i); foreach $i (0 .. $#items) { @newitems = @items; @newperms = @perms; unshift(@newperms, splice(@newitems, $i, 1)); permute([@newitems], [@newperms]); } } } The solution in Example 4.4, provided by Mark-Jason Dominus, is faster (by around 25%) and more elegant. Rather than precalculate all permutations, his code generates the n th particular permutation. It is elegant in two ways. First, it avoids recursion except to calculate the factorial, which the permutation algorithm proper does not use. Second, it generates a permutation of integers rather than permute the actual data set. He also uses a time-saving technique called memoizing. The idea is that a function that always returns a particular answer when called with a particular argument memorizes that answer. That way, the next time it's called with the same argument, no further calculations are required. The factorial function uses a private array @fact to remember previously calculated factorial values as described in Recipe 10.3.

You call n2perm with two arguments: the permutation number to generate (from 0 to factorial(N), where N is the size of your array) and the subscript of the array's last element. The n2perm function calculates directions for the permutation in the n2pat subroutine. Then it converts those directions into a permutation of integers in the pat2perm subroutine. The directions are a list like (0 2 0 1 0), which means: "Splice out the 0th element, then the second element from the remaining list, then the 0th element, then the first, then the 0th." Example 4.4: mjd-permute #!/usr/bin/perl -w # mjd_permute: permute each word of input use strict; while () { my @data = split; my $num_permutations = factorial(scalar @data); for (my $i=0; $i < $num_permutations; $i++) { my @permutation = @data[n2perm($i, $#data)]; print "@permutation\n"; } } # Utility function: factorial with memoizing BEGIN { my @fact = (1); sub factorial($) { my $n = shift; return $fact[$n] if defined $fact[$n]; $fact[$n] = $n * factorial($n - 1); } } # n2pat($N, $len) : produce the $N-th pattern of length $len sub n2pat { my $i = 1; my $N = shift; my $len = shift; my @pat; while ($i operator, sometimes known as a comma arrow, was created. Mostly it behaves as a better-looking comma. For example, you can write a hash initialization this way: %food_color = ( "Apple" => "red", "Banana" => "yellow", "Lemon" => "yellow", "Carrot" => "orange" ); (This particular hash is used in many examples in this chapter.) This initialization is also an example of hash-list equivalence - hashes behave in some ways as though they were lists of key-value pairs. We'll

use this in a number of recipes, including the merging and inverting recipes. Unlike a regular comma, the comma arrow has a special property: It quotes any word preceding it, which means you can safely omit the quotes and improve legibility. Single-word hash keys are also automatically quoted, which means you can write $hash{somekey} instead of $hash{"somekey"}. You could rewrite the preceding initialization of %food_color as: %food_color = ( Apple => "red", Banana => "yellow", Lemon => "yellow", Carrot => "orange" ); One important issue to be aware of regarding hashes is that their elements are stored in an internal order convenient for efficient retrieval. This means that no matter what order you insert your data, it will come out in an unpredictable disorder.

See Also The unshift and splice functions in perlfunc (1) and Chapter 3 of Programming Perl; the discussions of closures in perlsub (1) and perlref (1); and Chapter 4 of Programming Perl Previous: 4.19. Program: permute

4.19. Program: permute

Perl Cookbook

Next: 5.1. Adding an Element to a Hash

Book Index

5.1. Adding an Element to a Hash

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 5.0. Introduction

Chapter 5 Hashes

Next: 5.2. Testing for the Presence of a Key in a Hash

5.1. Adding an Element to a Hash Problem You need to add an entry to a hash.

Solution Simply assign to the hash key: $HASH{$KEY} = $VALUE;

Discussion Putting something into a hash is straightforward. In languages that don't provide the hash as an intrinsic data type, you have to worry about overflows, resizing, and collisions in your hash table. In Perl, all that is taken care of for you with a simple assignment. If that entry was already occupied (had a previous value), memory for that value is automatically freed, just as when assigning to a simple scalar. # %food_color defined per the introduction $food_color{Raspberry} = "pink"; print "Known foods:\n"; foreach $food (keys %food_color) { print "$food\n"; } Known foods: Banana Apple Raspberry Carrot Lemon If you store undef as a hash key, it gets stringified to "" (and generates a warning if your program is running under -w). Using undef as a key is probably not what you want. On the other hand, undef is a valid value in a hash. But if you fetch the value for a key that isn't in the hash, you'll also get undef. This means you can't use the simple Boolean test if ($hash{$key}) to see whether there is an entry

in %hash for $key. Use exists($hash{$key}) to test whether a key is in the hash, defined($hash{$key}) to test if the corresponding value is not undef, and if ($hash{$key}) to test if the corresponding value is a true value. In Perl's hashing algorithm, permutations of a string hash to the same spot internally. If your hash contains as keys many permutations of the same string, like "sparc" and "craps", hash performance can degrade noticeably. In practice, this seldom occurs.

See Also The "List Value Constructors" section of perldata (1); the "List Values and Arrays" section of Chapter 2 of Programming Perl; Recipe 5.2 Previous: 5.0. Introduction

5.0. Introduction

Perl Cookbook

Next: 5.2. Testing for the Presence of a Key in a Hash

Book Index

5.2. Testing for the Presence of a Key in a Hash

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 5.1. Adding an Element to a Hash

Chapter 5 Hashes

Next: 5.3. Deleting from a Hash

5.2. Testing for the Presence of a Key in a Hash Problem You need to know whether a hash has a particular key, regardless of any possible associated value.

Solution Use the exists function. # does %HASH have a value for $KEY ? if (exists($HASH{$KEY})) { # it exists } else { # it doesn't }

Discussion This code uses exists to check whether a key is in the %food_color hash: # %food_color per the introduction foreach $name ("Banana", "Martini") { if (exists $food_color{$name}) { print "$name is a food.\n"; } else { print "$name is a drink.\n"; } } Banana is a food. Martini is a drink. The exists function tests whether a key is in the hash. It doesn't test whether the value corresponding to that key is defined, nor whether the value is true or false. We may be splitting hairs, but problems caused by confusing existence, definedness, and truth can multiply like rabbits. Take this code: %age = ();

$age{"Toddler"} = 3; $age{"Unborn"} = 0; $age{"Phantasm"} = undef; foreach $thing ("Toddler", "Unborn", "Phantasm", "Relic") { print "$thing: "; print "Exists " if exists $age{$thing}; print "Defined " if defined $age{$thing}; print "True " if $age{$thing}; print "\n"; } Toddler: Exists Defined True Unborn: Exists Defined Phantasm: Exists Relic: $age{"Toddler"} passes the existence, definedness, and truth tests. It exists because we gave "Toddler" a value in the hash, it's defined because that value isn't undef, and it's true because the value isn't one of Perl's false values. $age{"Unborn"} passes only the existence and definedness tests. It exists because we gave "Unborn" a value in the hash, and it's defined because that value isn't undef. It isn't true, however, because 0 is one of Perl's false values. $age{"Phantasm"} passes only the existence test. It exists because we gave "Phantasm" a value in the hash. Because that value was undef, it doesn't pass the definedness test. Because undef is also one of Perl's false values, it doesn't pass the truth test either. $age{"Relic"} passes none of the tests. We didn't put a value for "Relic" into the hash, so the existence test fails. Because we didn't put a value in, $age{"Relic"} is undef whenever we try to access it. We know from "Phantasm" that undef fails the definedness and truth tests. Sometimes it's useful to store undef in a hash. This indicates "I've seen this key, but it didn't have a meaningful value associated with it." Take, for instance, a program to look up file sizes given a list of files as input. This version tries to skip files we've seen before, but it doesn't skip zero-length files, and it doesn't skip files that we've seen before but don't exist. %size = (); while () { chomp; next if $size{$_}; # WRONG attempt to skip $size{$_} = -s $_; } If we change the incorrect line to call exists, we also skip files that couldn't be statted, instead of repeatedly trying (and failing) to look them up: next if exists $size{$_};

The food and drink code above assumes that which is not food must be a drink. This is a dangerous assumption to make in the real world.

See Also The exists and defined functions in perlfunc (1) and Chapter 3 of Programming Perl; the discussion of truth in the "Scalar Values" section of perldata (1), and the "Boolean Context" section of Chapter 2 of Programming Perl. Previous: 5.1. Adding an Element to a Hash

5.1. Adding an Element to a Hash

Perl Cookbook

Next: 5.3. Deleting from a Hash

Book Index

5.3. Deleting from a Hash

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 5.2. Testing for the Presence of a Key in a Hash

Chapter 5 Hashes

Next: 5.4. Traversing a Hash

5.3. Deleting from a Hash Problem You want to remove an entry from a hash so that it doesn't show up with keys, values, or each. If you were using a hash to associate salaries with employees, and an employee resigned, you'd want to remove their entry from the hash.

Solution Use the delete function: # remove $KEY and its value from %HASH delete($HASH{$KEY});

Discussion Sometimes people mistakenly try to use undef to remove an entry from a hash. undef $hash{$key} and $hash{$key} = undef both make %hash have an entry with key $key and value undef. The delete function is the only way to remove a specific entry from a hash. Once you've deleted a key, it no longer shows up in a keys list or an each iteration, and exists will return false for that key. This demonstrates the difference between undef and delete: # %food_color as per Introduction sub print_foods { my @foods = keys %food_color; my $food; print "Keys: @foods\n"; print "Values: "; foreach $food (@foods) { my $color = $food_color{$food};

if (defined $color) { print "$color "; } else { print "(undef) "; } } print "\n"; } print "Initially:\n"; print_foods(); print "\nWith Banana undef\n"; undef $food_color{"Banana"}; print_foods(); print "\nWith Banana deleted\n"; delete $food_color{"Banana"}; print_foods(); Initially: Keys: Banana Apple Carrot Lemon Values: yellow red orange yellow With Banana undef Keys: Banana Apple Carrot Lemon Values: (undef) red orange yellow With Banana deleted Keys: Apple Carrot Lemon Values: red orange yellow As you see, if we set $food_color{"Banana"} to undef, "Banana" still shows up as a key in the hash. The entry is still there; we only succeeded in making the value undef. On the other hand, delete actually removed it from the hash - "Banana" is no longer in the list returned by keys. delete can also take a hash slice, deleting all listed keys at once: delete @food_color{"Banana", "Apple", "Cabbage"};

See Also The delete and keys functions in perlfunc (1) and in Chapter 3 of Programming Perl; we use keys in Recipe 5.4 Previous: 5.2. Testing for the Presence of a Key in a Hash

Perl Cookbook

Next: 5.4. Traversing a Hash

5.2. Testing for the Presence of a Key in a Hash

Book Index

5.4. Traversing a Hash

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 5.3. Deleting from a Hash

Chapter 5 Hashes

Next: 5.5. Printing a Hash

5.4. Traversing a Hash Problem You want to perform an action on each entry (i.e., each key-value pair) in a hash.

Solution Use each with a while loop: while(($key, $value) = each(%HASH)) { # do something with $key and $value } Or use keys with a foreach loop, unless the hash is potentially very large: foreach $key (keys %HASH) { $value = $HASH{$key}; # do something with $key and $value }

Discussion Here's a simple example, iterating through the %food_color hash from the introduction. # %food_color per the introduction while(($food, $color) = each(%food_color)) { print "$food is $color.\n"; } Banana is yellow. Apple is red. Carrot is orange. Lemon is yellow. foreach $food (keys %food_color) { my $color = $food_color{$food}; print "$food is $color.\n"; } Banana is yellow. Apple is red. Carrot is orange.

Lemon is yellow. We didn't really need the $color variable in the foreach example because we only use it once. Instead, we could have just written: print "$food is $food_color{$food}.\n" Every time each is called on the same hash, it returns the "next" key-value pair. We say "next" because the pairs are returned in the order the underlying lookup structure imposes on them, and this order is almost never alphabetic or numeric. When each runs out of hash elements, it returns the empty list (), which tests false and terminates the while loop. The foreach example uses keys, which constructs an entire list containing every key from hash, before the loop even begins executing. The advantage to using each is that it gets the keys and values one pair at a time. If the hash contains many keys, not having to pre-construct a complete list of them can save substantial memory. The each function, however, doesn't let you control the order in which pairs are processed. Using foreach and keys to loop over the list lets you impose an order. For instance, if we wanted to print the food names in alphabetical order: foreach $food (sort keys %food_color) { print "$food is $food_color{$food}.\n"; } Apple is red. Banana is yellow. Carrot is orange. Lemon is yellow. This is a common use of foreach. We use keys to obtain a list of keys in the hash, and then we use foreach to iterate over them. The danger is that if the hash contains a large number of elements, the list returned by keys will use a lot of memory. The trade-off lies between memory use and the ability to process the entries in a particular order. We cover sorting in more detail in Recipe 5.9. Because keys, values, and each all use the same internal data structures, be careful about mixing calls to these functions or prematurely exiting an each loop. Each time you call keys or values, the current location for each is reset. This code loops forever, printing the first key returned by each: while ( ($k,$v) = each %food_color ) { print "Processing $k\n"; keys %food_color; # goes back to the start of %food_color } Modifying a hash while looping over it with each or foreach is, in general, fraught with danger. The each function can behave differently with tied and untied hashes when you add or delete keys from a hash. A foreach loops over a pre-generated list of keys, so once the loop starts, foreach can't know whether you've added or deleted keys. Keys added in the body of the loop aren't automatically appended to the list of keys to loop over, nor are keys deleted by the body of the loop deleted from this list. Example 5.1 reads a mailbox file and reports on the number of messages from each person. It uses the From: line to determine the sender. (It isn't smart in this respect, but we're showing hash manipulation, not mail-file processing.) Supply the mailbox filename as a command-line argument, or use "-" to indicate you're piping the mailbox to the program. Example 5.1: countfrom

#!/usr/bin/perl # countfrom - count number of messages from each sender $filename = $ARGV[0] || "-"; open(FILE, " 'Adam', 'Abel' => 'Adam', 'Seth' => 'Adam', 'Enoch' => 'Cain', 'Irad' => 'Enoch', 'Mehujael' => 'Irad', 'Methusael' => 'Mehujael', 'Lamech' => 'Methusael', 'Jabal' => 'Lamech', 'Jubal' => 'Lamech', 'Tubalcain' => 'Lamech', 'Enos' => 'Seth' ); This lets us, for instance, easily trace a person's lineage: while () { chomp; do { print "$_ "; # print the current name $_ = $father{$_}; # set $_ to $_'s father } while defined; # until we run out of fathers print "\n"; } We can already ask questions like "Who begat Seth?" by checking the %father hash. By inverting this hash, we

invert the relationship. This lets us use Recipe 5.8 to answer questions like "Whom did Lamech beget?" while ( ($k,$v) = each %father ) { push( @{ $children{$v} }, $k ); } $" = ', '; # separate output with commas while () { chomp; if ($children{$_}) { @children = @{$children{$_}}; } else { @children = "nobody"; } print "$_ begat @children.\n"; } Hashes can also represent relationships such as the C language #includes. A includes B if A contains #include B. This code builds the hash (it doesn't look for files in /usr/include as it should, but that is a minor change): foreach $file (@files) { local *F; # just in case we want a local FH unless (open (F, "= 0; } The answer to the question posed above, "Which hash is the old dutree using?" is %main::, that is, the Perl symbol table itself. Needless to say, this program will never run under use strict. We're happy to report that the updated version runs three times as fast as the old one. That's because the old one keeps looking up variables in the symbol table, and the new one doesn't have to. It's also because we avoid all that slow splitting of the space used and the directory name. But we thought we'd show you the old version because it is instructive too. Previous: 5.15. Representing Relationships Between Data

5.15. Representing Relationships Between Data

Perl Cookbook Book Index

Next: 6. Pattern Matching

6. Pattern Matching

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 5.16. Program: dutree

Chapter 6

Next: 6.1. Copying and Substituting Simultaneously

6. Pattern Matching Contents: Introduction Copying and Substituting Simultaneously Matching Letters Matching Words Commenting Regular Expressions Finding the Nth Occurrence of a Match Matching Multiple Lines Reading Records with a Pattern Separator Extracting a Range of Lines Matching Shell Globs as Regular Expressions Speeding Up Interpolated Matches Testing for a Valid Pattern Honoring Locale Settings in Regular Expressions Approximate Matching Matching from Where the Last Pattern Left Off Greedy and Non-Greedy Matches Detecting Duplicate Words Expressing AND, OR, and NOT in a Single Pattern Matching Multiple-Byte Characters Matching a Valid Mail Address Matching Abbreviations Program: urlify Program: tcgrep Regular Expression Grabbag [Art is] pattern informed by sensibility. - Sir Herbert Read The Meaning of Art

6.0. Introduction Although most modern programming languages offer primitive pattern matching tools, usually through an extra library, Perl's patterns are integrated directly into the language core. Perl's patterns boast features not found in pattern matching in other languages, features that encourage a whole different way of looking at data. Just as chess players see patterns in the board positions that their pieces control, Perl adepts look at data in terms of patterns. These patterns, expressed in the punctuation-intensive language of regular expressions,[1] provide access to powerful algorithms normally available only to computer science scholars. [1] To be honest, regular expressions in the classic sense of the word do not by definition contain backreferences, the way Perl's patterns do. "If this pattern matching thing is so powerful and so fantastic," you may be saying, "why don't you have a hundred different recipes on regular expressions in this chapter?" Regular expressions are the natural solution to many problems involving numbers, strings, dates, web documents, mail addresses, and almost everything else in this book ; we used pattern matching over 100 times in other chapters. This chapter mostly presents recipes in which pattern matching forms part of the questions, not just part of the answers. Perl's extensive and ingrained support for regular expressions means that you not only have features available that you won't find in any other language, but you have new ways of using them, too. Programmers new to Perl often look for functions like these: match( $string, $pattern ); subst( $string, $pattern, $replacement ); But matching and substituting are such common tasks that they merit their own syntax: $meadow =~ m/sheep/; # True if $meadow contains "sheep" $meadow !~ m/sheep/; # True if $meadow doesn't contain "sheep" $meadow =~ s/old/new/; # Replace "old" with "new" in $meadow Pattern matching isn't like direct string comparison, even at its simplest. It's more like string searching with mutant wildcards on steroids. Without anchors, the position where the match occurs can float freely throughout the string. Any of the following lines would also be matched by the expression $meadow =~ /ovine/, giving false positives when looking for lost sheep: Fine bovines demand fine toreadors. Muskoxen are a polar ovibovine species. Grooviness went out of fashion decades ago. Sometimes they're right in front of you but they still don't match: Ovines are found typically in oviaries. The problem is that while you are probably thinking in some human language, the pattern matching engine most assuredly is not. When the engine is presented with the pattern /ovine/ and a string to match this against, it searches the string for an "o" that is immediately followed by a "v", then by an "i", then by an "n", and then finally by an "e". What comes before or after that sequence doesn't matter. As you find your patterns matching some strings you don't want them to match and not matching other strings that you do want them to match, you start embellishing. If you're really looking for nothing but sheep, you probably want to match more like this: if ($meadow =~ /\bovines?\b/i) { print "Here be sheep!" } Don't be tricked by the phantom cow lurking in that string. That's not a bovine. It's an ovine with a \b in front,

which matches at a word boundary only. The s? indicates an optional "s" so we can find one or more ovines. The trailing /i makes whole pattern match case insensitive. As you see, some characters or sequences of characters have special meaning to the pattern-matching engine. These metacharacters let you anchor the pattern to the start or end of the string, give alternatives for parts of a pattern, allow repetition and wildcarding, and remember part of the matching substring for use later in the pattern or in subsequent code. Learning the syntax of pattern matching isn't as daunting as it might appear. Sure, there are a lot of symbols, but each has a reason for existing. Regular expressions aren't random jumbles of punctuation - they're carefully thought out jumbles of punctuation! If you forget one, you can always look it up. Summary tables are included in Programming Perl, Learning Perl, Mastering Regular Expressions, and the perlre (1) and perlop (1) manpages included with every Perl installation.

The Tricky Bits Much trickier than the syntax of regular expressions is their sneaky semantics. The three aspects of pattern-matching behavior that seem to cause folks the most trouble are greed, eagerness, and backtracking (and also how these three interact with each other). Greed is the principle that if a quantifier (like *) can match a varying number of times, it will prefer to match as long a substring as it can. This is explained in Recipe 6.15. Eagerness is the notion that the leftmost match wins. The engine is very eager to return you a match as quickly as possible, sometimes even before you are expecting it. Consider the match "Fred" =~ /x*/. If asked to explain this in plain language, you might say "Does the string "Fred" contain any x 's?" If so, you might be surprised to learn that it seems to. That's because /x*/ doesn't truly mean "any x's", unless your idea of "any" includes nothing at all. Formally, it means zero or more of them, and in this case, zero sufficed for the eager matcher. A more illustrative example of eagerness would be the following: $string = "good food"; $string =~ s/o*/e/; Can you guess which of the following is in $string after that substitution? good food geod food geed food geed feed ged food ged fed egood food The answer is the last one because the earliest point at which zero or more occurrences of "o" could be found was right at the beginning of the string. Surprised? Regular expressions can do that to you. Can you guess what adding /g modifier to make the substitution global will do? Think of it this way: that string has many places where zero or more instances of "o" occur - eight, to be precise. The answer is "egeede efeede". Here's another example of where greed takes a back seat to eagerness: % echo ababacaca | perl -ne 'print "$&\n" if /(a|ba|b)+(a|ac)+/' ababa

That's because Perl uses what's called a traditional NFA,[2] a non-deterministic finite automaton. This kind of matching engine is not guaranteed to return the longest overall match, just the longest, leftmost match. You might think of Perl's greed as being left-to-right directed, not globally greedy. [2] As opposed to a POSIX-style NFA. See Mastering Regular Expressions for the differences. But it doesn't have to be that way. Here's an example using awk, a language that Perl borrows a lot from: % echo ababacaca | awk 'match($0,/(a|ba|b)+(a|ac)+/) { print substr($0, RSTART, RLENGTH) }' ababacaca Choosing how to implement pattern matching depends mainly on two factors: are the expressions nonregular (do they use backreferences), and what needs to be returned (yes/no, range of whole match, ranges of subexpressions). Tools like awk, egrep, and lex use regular expressions and only need a yes/no answer or the range of the whole match. This is exactly what DFAs can support, and because DFAs are faster and simpler, these tools have traditionally used DFA implementations. Pattern matching within programs and libraries, such as ed, regex, and perl, is another kettle of fish; typically, we need to support nonregular expressions and we need to know what parts of the string were matched by various parts of the pattern. This is a much harder problem with potentially exponential run times. The natural algorithm for this problem is an NFA, and therein lies both a problem and an opportunity. The problem is that NFAs are slow. The opportunity is that significant performance gains can be made by rewriting the patterns to exploit how the particular NFA implementation runs. This is a major part of Jeffrey Friedl's book, Mastering Regular Expressions. The last and most powerful of the three tricky bits in pattern matching is backtracking. For a pattern to match, the entire regular expression must match, not just part of it. So if the beginning of a pattern containing a quantifier succeeds in a way that causes later parts in the pattern to fail, the matching engine backs up and tries to find another match for the beginning part - that's why it's called backtracking. Essentially, it means that the engine is going to try different possibilities, systematically investigating alternate matches until it finds one that works. In some pattern matching implementations, you keep backtracking in case other submatches make the overall match longer. Perl's matcher doesn't do that; as soon as one possibility works, it uses that - until and unless something later on in the pattern fails, forcing a backtrack to retry another possible way of matching. This is discussed in Recipe 6.16.

Pattern-Matching Modifiers Pattern-matching modifiers are a lot easier to list and learn than the different metacharacters. Here's a brief summary of them: /i

Ignore alphabetic case (locale-aware)

/x

Ignore most whitespace in pattern and permit comments

/g

Global - match/substitute as often as possible

/gc Don't reset search position on failed match /s

Let . match newline; also, ignore deprecated $*

/m

Let ^ and $ match next to embedded \n

/o

Compile pattern once only

/e

Righthand side of a s/// is code to eval

/ee Righthand side of a s/// is a string to eval, then run as code, and its return value eval'led again. /i and /g are the most commonly used modifiers. The pattern /ram/i matches "ram", "RAM", "Ram", and so forth. Backreferences will be checked case-insensitively if this modifier is on; see Recipe 6.16 for an example. This comparison can be made aware of the user's current locale settings if the use locale pragma has been invoked. As currently implemented, /i slows down a pattern match because it disables several performance optimizations. The /g modifier is used with s/// to replace every match, not just the first one. /g is also used with m// in loops to find (but not replace) every matching occurrence: while (m/(\d+)/g) { print "Found number $1\n"; } Used in list context, /g pulls out all matches: @numbers = m/(\d+)/g; That finds only non-overlapping matches. You have to be much sneakier to get overlapping ones by making a zero-width look-ahead with the (?=...) construct. Because it's zero-width, the match engine hasn't advanced at all. Within the look-ahead, capturing parentheses are used to grab the thing anyway. Although we've saved something, Perl notices we haven't made any forward progress on the /g so bumps us forward one character position. This shows the difference: $digits = "123456789"; @nonlap = $digits =~ /(\d\d\d)/g; @yeslap = $digits =~ /(?=(\d\d\d))/g; print "Non-overlapping: @nonlap\n"; print "Overlapping: @yeslap\n"; Non-overlapping: 123 456 789 Overlapping: 123 234 345 456 567 678 789 The /s and /m modifiers are used when matching strings with embedded newlines. /s makes dot match "\n", something it doesn't normally do; it also makes the match ignore the value of the old, deprecated $* variable. /m makes ^ and $ match after and before "\n" respectively. They are useful with paragraph slurping mode as explained in the introduction to Chapter 8, File Contents, and in Recipe 6.6. The /e switch is used so that the right-hand part is run as code and its return value is used as the replacement string. s/(\d+)/sprintf("%#x", $1)/ge would convert all numbers into hex, changing, for example, 2581 into 0xb23. Because different countries have different ideas of what constitutes an alphabet, the POSIX standard provides systems (and thus programs) with a standard way of representing alphabets, character set ordering, and so on. Perl gives you access to some of these through the use locale pragma; see the perllocale manpage for more information. When use locale is in effect, the \w character class includes accented and other exotic characters. The case-changing \u, \U, \l, and \L (and the corresponding uc, ucfirst, etc. functions) escapes also respect use locale, so [sigma] will be turned into [Sigma] with \u if the locale says it should.

Special Variables Perl sets special variables as the result of certain kinds of matches: $1, $2, $3, and so on ad infinitum (Perl doesn't stop at $9) are set when a pattern contains back-references (parentheses around part of the pattern). Each left parenthesis as you read left to right in the pattern begins filling a new, numbered variable. The variable $+ contains the contents of the last backreference of the last successful match. This helps you tell which of several alternate matches was found (for example, if /(x.*y)|(y.*z)/ matches, $+ contains whichever of $1 or $2 got filled). $& contains the complete text matched in the last successful pattern match. $' and $` are the strings before and after the successful match, respectively: $string = "And little lambs eat ivy"; $string =~ /l[^s]*s/; print "($`) ($&) ($')\n"; (And ) (little lambs) ( eat ivy) $`, $&, and $' are tempting, but dangerous. Their very presence anywhere in a program slows down every pattern match because the engine must populate these variables for every match. This is true even if you use one of these variables only once, or, for that matter, if you never actually use them at all but merely mention them. As of release 5.005, $& is no longer as expensive. All this power may make patterns seem omnipotent. Surprisingly enough, this is not (quite) the case. Regular expressions are fundamentally incapable of doing some things. For some of those, special modules lend a hand. Regular expressions are unable to deal with balanced input, that is, anything that's arbitrarily nested, like matching parentheses, matching HTML tags, etc. For that, you have to build up a real parser, like the HTML::Parser recipes in Chapter 20, Web Automation. Another thing Perl patterns can't do yet is fuzzy matches; Recipe 6.13 shows how to use a module to work around that. To learn far more about regular expressions than you ever thought existed, check out Mastering Regular Expressions, written by Jeffrey Friedl and published by O'Reilly & Associates. This book is dedicated to explaining regular expressions from a practical perspective. It not only covers general regular expressions and Perl patterns well, it also compares and contrasts these with those used in other popular languages. Previous: 5.16. Program: dutree

5.16. Program: dutree

Perl Cookbook Book Index

Next: 6.1. Copying and Substituting Simultaneously

6.1. Copying and Substituting Simultaneously

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.0. Introduction

Chapter 6 Pattern Matching

Next: 6.2. Matching Letters

6.1. Copying and Substituting Simultaneously Problem You're tired of constantly using two separate statements with redundant information, one to copy and another to substitute.

Solution Instead of: $dst = $src; $dst =~ s/this/that/; use: ($dst = $src) =~ s/this/that/;

Discussion Sometimes what you wish you could have is the new string, but you don't care to write it in two steps. For example: # strip to basename ($progname = $0)

=~ s!^.*/!!;

# Make All Words Title-Cased ($capword = $word) =~ s/(\w+)/\u\L$1/g; # /usr/man/man3/foo.1 changes to /usr/man/cat3/foo.1 ($catpage = $manpage) =~ s/man(?=\d)/cat/; You can even use this technique on an entire array: @bindirs = qw( /usr/bin /bin /usr/local/bin ); for (@libdirs = @bindirs) { s/bin/lib/ } print "@libdirs\n"; /usr/lib /lib /usr/local/lib

The parentheses are required when combining an assignment if you wish to change the result in the leftmost variable. Normally, the result of a substitution is its success: either "" for failure, or the number of times the substitution was done. Contrast this with the preceding examples where the parentheses surround the assignment itself. For example: ($a = $b) =~ s/x/y/g; # copy $b and then change $a $a = ($b =~ s/x/y/g); # change $b, count goes in $a

See Also The "Variables" section of Chapter 2 of Programming Perl, and the "Assignment Operators" section of perlop (1) Previous: 6.0. Introduction

6.0. Introduction

Perl Cookbook Book Index

Next: 6.2. Matching Letters

6.2. Matching Letters

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.1. Copying and Substituting Simultaneously

Chapter 6 Pattern Matching

Next: 6.3. Matching Words

6.2. Matching Letters Problem You want to see whether a value only consists of alphabetic characters.

Solution The obvious character class for matching regular letters isn't good enough in the general case: if ($var =~ /^[A-Za-z]+$/) { # it is purely alphabetic } That's because it doesn't respect the user's locale settings. If you need to match letters with diacritics as well, use locale and match against a negated character class: use locale; if ($var =~ /^[^\W\d_]+$/) { print "var is purely alphabetic\n"; }

Discussion Perl can't directly express "something alphabetic" independent of locale, so we have to be more clever. The \w regular expression notation matches one alphabetic, numeric, or underscore character. Therefore, \W is not one of those. The negated character class [^\W\d_] specifies a byte that must not be an alphanumunder, a digit, or an underscore. That leaves us with nothing but alphabetics, which is what we were looking for. Here's how you'd use this in a program: use locale; use POSIX 'locale_h'; # the following locale string might be different on your system unless (setlocale(LC_ALL, "fr_CA.ISO8859-1")) { die "couldn't set locale to French Canadian\n";

} while () { chomp; if (/^[^\W\d_]+$/) { print "$_: alphabetic\n"; } else { print "$_: line noise\n"; } } __END__ silly façade coöperate niño Renée Molière hæmoglobin naïve tschüß random!stuff#here

See Also The treatment of locales in Perl in perllocale (1); your system's locale (3) manpage; we discuss locales in greater depth in Recipe 6.12; the "Perl and the POSIX Locale" section of Chapter 7 of Mastering Regular Expressions Previous: 6.1. Copying and Substituting Simultaneously

6.1. Copying and Substituting Simultaneously

Perl Cookbook Book Index

Next: 6.3. Matching Words

6.3. Matching Words

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.2. Matching Letters

Chapter 6 Pattern Matching

Next: 6.4. Commenting Regular Expressions

6.3. Matching Words Problem You want to pick out words from a string.

Solution Think long and hard about what you want a word to be and what separates one word from the next, then write a regular expression that embodies your decisions. For example: /\S+/ # as many non-whitespace bytes as possible /[A-Za-z'-]+/ # as many letters, apostrophes, and hyphens

Discussion Because words vary between applications, languages, and input streams, Perl does not have built-in definitions of words. You must make them from character classes and quantifiers yourself, as we did previously. The second pattern is an attempt to recognize "shepherd's" and "sheep-shearing" each as single words. Most approaches will have limitations because of the vagaries of written human languages. For instance, although the second pattern successfully identifies "spank'd" and "counter-clockwise" as words, it will also pull the "rd" out of "23rd Psalm". If you want to be more precise when you pull words out from a string, you can specify the stuff surrounding the word. Normally, this should be a word-boundary, not whitespace: /\b([A-Za-z]+)\b/ # usually best /\s([A-Za-z]+)\s/ # fails at ends or w/ punctuation Although Perl provides \w, which matches a character that is part of a valid Perl identifier, Perl identifiers are rarely what you think of as words, since we really mean a string of alphanumerics and underscores, but not colons or quotes. Because it's defined in terms of \w, \b may surprise you if you expect to match an English word boundary (or, even worse, a Swahili word boundary). \b and \B can still be useful. For example, /\Bis\B/ matches the string "is" only within a word, not at the edges. And while "thistle" would be found, "vis-à-vis" wouldn't.

See Also The treatment of \b, \w, and \s in perlre (1) and in the "Regular expression bestiary" section of Chapter 2 of Programming Perl; the words-related patterns in Recipe 6.23 Previous: 6.2. Matching Letters

6.2. Matching Letters

Perl Cookbook Book Index

Next: 6.4. Commenting Regular Expressions

6.4. Commenting Regular Expressions

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.3. Matching Words

Chapter 6 Pattern Matching

Next: 6.5. Finding the Nth Occurrence of a Match

6.4. Commenting Regular Expressions Problem You want to make your complex regular expressions understandable and maintainable.

Solution You have four techniques at your disposal: comments outside the pattern, comments inside the pattern with the /x modifier, comments inside the replacement part of s///, and alternate delimiters.

Discussion The piece of sample code in Example 6.1 uses all four techniques. The initial comment describes the overall intent of the regular expression. For relatively simple patterns, this may be all that is needed. More complex patterns, as in the example, will require more documentation. Example 6.1: resname #!/usr/bin/perl -p # resname - change all "foo.bar.com" style names in the input stream # into "foo.bar.com [204.148.40.9]" (or whatever) instead use Socket; s{ ( (?:

}{

# load inet_addr # # capture the hostname in $1 # these parens for grouping only (?! [-_] ) # lookahead for neither underscore nor dash [\w-] + # hostname component \. # and the domain dot ) + # now repeat that whole thing a bunch of times [A-Za-z] # next must be a letter [\w-] + # now trailing domain part ) # end of $1 capture # replace with this: "$1 " . # the original bit, plus a space ( ($addr = gethostbyname($1)) # if we get an addr ? "[" . inet_ntoa($addr) . "]" # format it

: "[???]"

# else mark dubious

) }gex;

# /g for global # /e for execute # /x for nice formatting

For aesthetics, the example uses alternate delimiters. When you split your match or substitution over multiple lines, it helps readability to have matching braces. Another common reason to use alternate delimiters is when your pattern or replacement contains slashes, as in s/\/\//\/..\//g, alternate delimiters makes such patterns easier to read, as in s!//!/../!g or s{//}{/../}g. The /x modifier makes Perl ignore most whitespace in the pattern (it still counts in a bracketed character class) and treat # characters and their following text as comments. Although useful, this can prove troublesome if you want literal whitespace or # characters in your pattern. If you do want these characters, you'll have to quote them with a backslash, as in the escaped pound signs here: s/ # replace \# # a pound sign (\w+) # the variable name \# # another pound sign /${$1}/xg; # with the value of the global variable Remember that comments should explain the text, not just restate the code. Using "$i++ # add one to i" is apt to lose marks in your programming course or get you talked about by your coworkers. The final technique is /e, which evaluates the replacement portion as a full Perl expression, not just as a (double-quote interpolated) string. The result of running this code is used as the replacement string. Because it is evaluated as code, you can put comments in it. This slows your code down somewhat, but not as much as you'd think (until you write a benchmark on your own, a good idea that will allow you to develop a feel for the efficiency of different constructs). That's because the right-hand side of the substitute is syntax-checked and compiled at compile-time along with the rest of your program. This may be overkill in the case of a simple string replacement, but it is marvelous for more complex cases. Doubling up the /e to make /ee (or even more, like /eee!) is like the eval "STRING" construct. This allows you to use lexical variables instead of globals in the previous replacement example. s/ # replace \# # a pound sign (\w+) # the variable name \# # another pound sign /'$' . $1/xeeg; # with the value of *any* variable After a /ee substitution, you can test the $@ variable. It contains any error messages resulting from running your code, because this is real run-time code generation - unlike /e.

See Also The /x modifier in perlre (1) and the "Pattern Matching" section of Chapter 2 of Programming Perl; the "Comments Within a Regular Expression" section of Chapter 7 of Mastering Regular Expressions

Previous: 6.3. Matching Words

6.3. Matching Words

Perl Cookbook Book Index

Next: 6.5. Finding the Nth Occurrence of a Match

6.5. Finding the Nth Occurrence of a Match

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.4. Commenting Regular Expressions

Chapter 6 Pattern Matching

Next: 6.6. Matching Multiple Lines

6.5. Finding the Nth Occurrence of a Match Problem You want to find the N th match in a string, not just the first one. For example, you'd like to find the word preceding the third occurrence of "fish": One fish two fish red fish blue fish

Solution Use the /g modifier in a while loop, keeping count of matches: $WANT = 3; $count = 0; while (/(\w+)\s+fish\b/gi) { if (++$count == $WANT) { print "The third fish is a $1 one.\n"; # Warning: don't `last' out of this loop } } The third fish is a red one. Or use a repetition count and repeated pattern like this: /(?:\w+\s+fish\s+){2}(\w+)\s+fish/i;

Discussion As explained in the chapter introduction, using the /g modifier in scalar context creates something of a progressive match, useful in while loops. This is commonly used to count the number of times a pattern matches in a string: # simple way with while loop $count = 0; while ($string =~ /PAT/g) { $count++; # or whatever you'd like to do here }

# same thing with trailing while $count = 0; $count++ while $string =~ /PAT/g; # or with for loop for ($count = 0; $string =~ /PAT/g; $count++) { } # Similar, but this time count overlapping matches $count++ while $string =~ /(?=PAT)/g; To find the Nth match, it's easiest to keep your own counter. When you reach the appropriate N, do whatever you care to. A similar technique could be used to find every Nth match by checking for multiples of N using the modulus operator. For example, (++$count % 3) == 0 would be every third match. If this is too much bother, you can always extract all matches and then hunt for the ones you'd like. $pond = 'One fish two fish red fish blue fish'; # using a temporary @colors = ($pond =~ /(\w+)\s+fish\b/gi); $color = $colors[2];

# get all matches # then the one we want

# or without a temporary array $color = ( $pond =~ /(\w+)\s+fish\b/gi )[2];

# just grab element 3

print "The third fish in the pond is $color.\n"; The third fish in the pond is red. Or finding all even-numbered fish: $count = 0; $_ = 'One fish two fish red fish blue fish'; @evens = grep { $count++ % 2 == 1 } /(\w+)\s+fish\b/gi; print "Even numbered fish are @evens.\n"; Even numbered fish are two blue. For substitution, the replacement value should be a code expression that returns the proper string. Make sure to return the original as a replacement string for the cases you aren't interested in changing. Here we fish out the fourth specimen and turn it into a snack: $count = 0; s{ \b # makes next \w more efficient ( \w+ ) # this is what we'll be changing ( \s+ fish \b )

}{ if (++$count == 4) { "sushi" . $2; } else { $1 . $2; } }gex; One fish two fish red fish sushi fish Picking out the last match instead of the first one is a fairly common task. The easiest way is to skip the beginning part greedily. After /.*\b(\w+)\s+fish\b/, for example, the $1 variable would have the last fish. Another way to get arbitrary counts is to make a global match in list context to produce all hits, then extract the desired element of that list: $pond = 'One fish two fish red fish blue fish swim here.'; $color = ( $pond =~ /\b(\w+)\s+fish\b/gi )[-1]; print "Last fish is $color.\n"; Last fish is blue. If you need to express this same notion of finding the last match in a single pattern without /g, you can do so with the negative lookahead assertion (?!THING). When you want the last match of arbitrary pattern A, you find A followed by any amount of not A through the end of the string. The general construct is A(?!.*A)*$, which can be broken up for legibility: m{ A # find some pattern A (?! # mustn't be able to find .* # something A # and A ) $ # through the end of the string }x That leaves us with this approach for selecting the last fish: $pond = 'One fish two fish red fish blue fish swim here.'; if ($pond =~ m{ \b ( \w+) \s+ fish \b (?! .* \b fish \b ) }six ) { print "Last fish is $1.\n"; } else { print "Failed!\n"; } Last fish is blue. This approach has the advantage that it can fit in just one pattern, which makes it suitable for similar

situations as shown in Recipe 6.17. It has its disadvantages, though. It's obviously much harder to read and understand, although once you learn the formula, it's not too bad. But it also runs more slowly though - around twice as slowly on the data set tested above.

See Also The behavior of m//g in scalar context is given in the "Regexp Quote-like Operators" section of perlop (1), and in the "Pattern Matching Operators" section of Chapter 2 of Programming Perl; zero-width positive lookahead assertions are shown in the "Regular Expressions" section of perlre (1), and in the "rules of regular expression matching" section of Chapter 2 of Programming Perl Previous: 6.4. Commenting Regular Expressions

6.4. Commenting Regular Expressions

Perl Cookbook Book Index

Next: 6.6. Matching Multiple Lines

6.6. Matching Multiple Lines

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.5. Finding the Nth Occurrence of a Match

Chapter 6 Pattern Matching

Next: 6.7. Reading Records with a Pattern Separator

6.6. Matching Multiple Lines Problem You want to use regular expressions on a string containing more than one line, but the special characters . (any character but newline), ^ (start of string), and $ (end of string) don't seem to work for you. This might happen if you're reading in multiline records or the whole file at once.

Solution Use /m, /s, or both as pattern modifiers. /s lets . match newline (normally it doesn't). If the string had more than one line in it, then /foo.*bar/s could match a "foo" on one line and a "bar" on a following line. This doesn't affect dots in character classes like [#%.], since they are regular periods anyway. The /m modifier lets ^ and $ match next to a newline. /^=head[1-7]$/m would match that pattern not just at the beginning of the record, but anywhere right after a newline as well.

Discussion A common, brute-force approach to parsing documents where newlines are not significant is to read the file one paragraph at a time (or sometimes even the entire file as one string) and then extract tokens one by one. To match across newlines, you need to make . match a newline; it ordinarily does not. In cases where newlines are important and you've read more than one line into a string, you'll probably prefer to have ^ and $ match beginning- and end-of-line, not just beginning- and end-of-string. The difference between /m and /s is important: /m makes ^ and $ match next to a newline, while /s makes . match newlines. You can even use them together - they're not mutually exclusive options. Example 6.2 creates a filter to strip HTML tags out of each file in @ARGV and send the results to STDOUT. First we undefine the record separator so each read operation fetches one entire file. (There could be more than one file, because @ARGV has several arguments in it. In this case, each read would get a whole file.) Then we strip out instances of beginning and ending angle brackets, plus anything in between them. We can't use just .* for two reasons: first, it would match closing angle brackets, and second, the dot wouldn't cross newline boundaries. Using .*? in conjunction with /s solves these problems - at least in this case.

Example 6.2: killtags #!/usr/bin/perl # killtags - very bad html tag killer undef $/; # each read is whole file while () { # get one whole file at a time s///gs; # strip tags (terribly) print; # print file to STDOUT } Because this is just a single character, it would be much faster to use s/]*>//gs, but that's still a naïve approach: It doesn't correctly handle tags inside HTML comments or angle brackets in quotes (). Recipe 20.6 explains how to avoid these problems. Example 6.3 takes a plain text document and looks for lines at the start of paragraphs that look like "Chapter 20: Better Living Through Chemisery". It wraps these with an appropriate HTML level one header. Because the pattern is relatively complex, we use the /x modifier so we can embed whitespace and comments. Example 6.3: headerfy #!/usr/bin/perl # headerfy: change certain chapter headers to html $/ = ''; while ( ) { # fetch a paragraph s{ \A # start of record ( # capture in $1 Chapter # text string \s+ # mandatory whitespace \d+ # decimal number \s* # optional whitespace : # a real colon . * # anything not a newline till end of line ) }{$1}gx; print; } Here it is as a one-liner from the command line if those extended comments just get in the way of understanding: % perl -00pe 's{\A(Chapter\s+\d+\s*:.*)}{$1}gx' datafile This problem is interesting because we need to be able to specify both start-of-record and end-of-line in the same pattern. We could normally use ^ for start-of-record, but we need $ to indicate not only

end-of-record, but also end-of-line as well. We add the /m modifier, which changes both ^ and $. So instead of using ^ to match beginning-of-record, we use \A instead. (We're not using it here, but in case you're interested, the version of $ that always matches end-of-record even in the presence of /m is \Z.) The following example demonstrates using both /s and /m together. That's because we want ^ to match the beginning of any line in the paragraph and also want dot to be able to match a newline. (Because they are unrelated, using them together is simply the sum of the parts. If you have the questionable habit of using "single line" as a mnemonic for /s and "multiple line" for /m , then you may think you can't use them together.) The predefined variable $. represents the record number of the last read file. The predefined variable $ARGV is the file automatically opened by implicit processing. $/ = ''; # paragraph read mode for readline access while () { while (m#^START(.*?)^END#sm) { # /s makes . span line boundaries # /m makes ^ match near newlines print "chunk $. in $ARGV has \n"; } } If you've already committed to using the /m modifier, you can use \A and \Z to get the old meanings of ^ and $ respectively. But what if you've used the /s modifier and want to get the original meaning of .? You can use [^\n]. If you don't care to use /s but want the notion of matching any character, you could construct a character class that matches any one byte, such as [\000-\377] or even [\d\D]. You can't use [.\n] because . is not special in a character class.

See Also The $/ variable in perlvar (1) and in the "Special Variables" section of Chapter 2 of Programming Perl; the /s and /m modifiers in perlre (1) and "the fine print" section of Chapter 2 of Programming Perl; the "String Anchors" section of Mastering Regular Expressions; we talk more about the special variable $/ in Chapter 8 Previous: 6.5. Finding the Nth Occurrence of a Match

6.5. Finding the Nth Occurrence of a Match

Perl Cookbook

Next: 6.7. Reading Records with a Pattern Separator

Book Index

6.7. Reading Records with a Pattern Separator

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.6. Matching Multiple Lines

Chapter 6 Pattern Matching

Next: 6.8. Extracting a Range of Lines

6.7. Reading Records with a Pattern Separator Problem You want to read in records separated by a pattern, but Perl doesn't allow its input record separator variable to be a regular expression. Many problems, most obviously those involving the parsing of complex file formats, become a lot simpler when you are easily able to extract records that might be separated by a number of different strings.

Solution Read the whole file and use split: undef $/; @chunks = split(/pattern/, );

Discussion Perl's record separator must be a fixed string, not a pattern. (After all, awk has to be better at something.) To sidestep this limitation, undefine the input record separator entirely so that the next line-read operation gets the rest of the file. This is sometimes called slurp mode, because it slurps in the whole file as one big string. Then split that huge string using the record separating pattern as the first argument. Here's an example, where the input stream is a text file that includes lines consisting of ".Se", ".Ch", and ".Ss", which are special codes in the troff macro set that this book was developed under. These lines are the separators, and we want to find text that falls between them. # .Ch, .Se and .Ss divide chunks of STDIN { local $/ = undef; @chunks = split(/^\.(Ch|Se|Ss)$/m, ); } print "I read ", scalar(@chunks), " chunks.\n"; We create a localized version of $/ so its previous value gets restored after the block finishes. By using split with parentheses in the pattern, captured separators are also returned. This way the data elements

in the return list alternate with elements containing "Se", "Ch", or "Ss". If you didn't want delimiters returned but still needed parentheses, you could use non-capturing parentheses in the pattern: /^\.(?:Ch|Se|Ss)$/m . If you just want to split before a pattern but include the pattern in the return, use a look-ahead assertion: /^(?=\.(?:Ch|Se|Ss))/m . That way each chunk starts with the pattern. Be aware that this uses a lot of memory if the file is large. However, with today's machines and your typical text files, this is less often an issue now than it once was. Just don't try it on a 200-MB logfile unless you have plenty of virtual memory to use to swap out to disk with! Even if you do have enough swap space, you'll likely end up thrashing.

See Also The $/ variable in perlvar (1) and in the "Special Variables" section of Chapter 2 of Programming Perl; the split function in perlfunc (1) and Chapter 3 of Programming Perl; we talk more about the special variable $/ in Chapter 8 Previous: 6.6. Matching Multiple Lines

6.6. Matching Multiple Lines

Perl Cookbook Book Index

Next: 6.8. Extracting a Range of Lines

6.8. Extracting a Range of Lines

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.7. Reading Records with a Pattern Separator

Chapter 6 Pattern Matching

Next: 6.9. Matching Shell Globs as Regular Expressions

6.8. Extracting a Range of Lines Problem You want to extract all lines from one starting pattern through an ending pattern or from a starting line number up to an ending line number. A common example of this is extracting the first 10 lines of a file (line numbers 1 to 10) or just the body of a mail message (everything past the blank line).

Solution Use the operators .. or ... with patterns or line numbers. The operator ... doesn't return true if both its tests are true on the same line, but .. does. while () { if (/BEGIN PATTERN/ .. /END PATTERN/) { # line falls between BEGIN and END in the # text, inclusive. } } while () { if ($FIRST_LINE_NUM .. $LAST_LINE_NUM) { # operate only between first and last line, inclusive. } } The ... operator doesn't test both conditions at once if the first one is true. while () { if (/BEGIN PATTERN/ ... /END PATTERN/) { # line is between BEGIN and END on different lines } } while () { if ($FIRST_LINE_NUM ... $LAST_LINE_NUM) { # operate only between first and last line, but not same } }

Discussion The range operators, .. and ..., are probably the least understood of Perl's myriad operators. They were designed to allow easy extraction of ranges of lines without forcing the programmer to retain explicit state information. When used in a scalar

sense, such as in the test of if and while statements, these operators return a true or false value that's partially dependent on what they last returned. The expression left_operand .. right_operand returns false until left_operand is true, but once that test has been met, it stops evaluating left_operand and keeps returning true until right_operand becomes true, after which it restarts the cycle. To put it another way, the first operand turns on the construct as soon as it returns a true value, whereas the second one turns it off as soon as it returns true. These conditions are absolutely arbitrary. In fact, you could write mytestfunc1() .. mytestfunc2(), although in practice this is seldom done. Instead, the range operators are usually used either with line numbers as operands (the first example), patterns as operands (the second example), or both. # command-line to print lines 15 through 17 inclusive (see below) perl -ne 'print if 15 .. 17' datafile # print out all .. displays from HTML doc while () { print if m##i .. m##i; } # same, but as shell command % perl -ne 'print if m##i .. m##i' document.html If either operand is a numeric literal, the range operators implicitly compare against the $. variable ($NR or $INPUT_LINE_NUMBER if you use English). Be careful with implicit line number comparisons here. You must specify literal numbers in your code, not variables containing line numbers. That means you can simply say 3 .. 5 in a conditional, but not $n .. $m where $n and $m are 3 and 5 respectively. You have to be more explicit and test the $. variable directly. perl -ne 'BEGIN { $top=3; $bottom=5 } print if $top .. $bottom' /etc/passwd # previous command FAILS perl -ne 'BEGIN { $top=3; $bottom=5 } \ print if $. == $top .. $. == $bottom' /etc/passwd # works perl -ne 'print if 3 .. 5' /etc/passwd # also works The difference between .. and ... is their behavior when both operands can be true on the same line. Consider these two cases: print if /begin/ .. /end/; print if /begin/ ... /end/; Given the line "You may not end ere you begin", both the double- and triple-dot versions of the range operator above return true. But the code using .. will not print any further lines. That's because .. tests both conditions on the same line once the first test matches, and the second test tells it that it's reached the end of its region. On the other hand, ... will continue until the next line that matches /end/ because it never tries to test both operands on the same time. You may mix and match conditions of different sorts, as in: while () { $in_header = 1 .. /^$/; $in_body = /^$/ .. eof(); } The first assignment sets $in_header to be true from the first input line until after the blank line separating the header, such as from a mail message, a news posting, or even an HTTP header. (Technically speaking, an HTTP header should have both linefeeds and carriage returns as network line terminators, but in practice, servers are liberal in what they accept.) The second assignment sets $in_body to be true starting as soon as the first blank line is encountered, up through end of file. Because range operators do not retest their initial condition, any further blank lines (such as those between paragraphs) won't be noticed. Here's an example. It reads files containing mail messages and prints addresses it finds in headers. Each address is printed only once. The extent of the header is from a line beginning with a "From:" up through the first blank line. If we're not within that range, go on to the next line. This isn't an RFC-822 notion of an address, but it's easy to write. %seen = ();

while () { next unless /^From:?\s/i .. /^$/; while (/([^(),;\s]+\@[^(),;\s]+)/g) { print "$1\n" unless $seen{$1}++; } } If this all range business seems mighty strange, chalk it up to trying to support the s2p and a2p translators for converting sed and awk code into Perl. Both those tools have range operators that must work in Perl.

See Also The .. and ... operators in the "Range Operator" sections of perlop (1) and Chapter 2 of Programming Perl; the entry for $NR in perlvar (1) and the "Special Variables" section of Chapter 2 of Programming Perl Previous: 6.7. Reading Records with a Pattern Separator

6.7. Reading Records with a Pattern Separator

Perl Cookbook Book Index

Next: 6.9. Matching Shell Globs as Regular Expressions

6.9. Matching Shell Globs as Regular Expressions

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.8. Extracting a Range of Lines

Chapter 6 Pattern Matching

Next: 6.10. Speeding Up Interpolated Matches

6.9. Matching Shell Globs as Regular Expressions Problem You want to allow users to specify matches using traditional shell wildcards, not full Perl regular expressions. Wildcards are easier to type than full regular expressions for simple cases.

Solution Use the following subroutine to convert four shell wildcard characters into their equivalent regular expression; all other characters will be quoted to render them literals. sub glob2pat { my $globstr = shift; my %patmap = ( '*' => '.*', '?' => '.', '[' => '[', ']' => ']', ); $globstr =~ s{(.)} { $patmap{$1} || "\Q$1" }ge; return '^' . $globstr . '$'; }

Discussion A Perl pattern is not the same as a shell wildcard pattern. The shell's *.* is not a valid regular expression. Its meaning as a pattern would be /^.*\..*$/, which is admittedly much less fun to type. The function given in the Solution makes these conversions for you, following the standard wildcard rules used by the glob built-in. Shell

Perl

list.?

^list\..$

project.*

^project\..*$

*old

^.*old$

type*.[ch] ^type.*\.[ch]$ *.*

^.*\..*$

*

^.*$

In the shell, the rules are different. The entire pattern is implicitly anchored at the ends. A question mark maps into any character, an asterisk is any amount of anything, and brackets are character ranges. Everything else is normal. Most shells do more than simple one-directory globbing. For instance, you can say */* to mean "all the files in all the subdirectories of the current directory." Furthermore, most shells don't list files whose names begin with a period, unless you explicitly put that leading period into your glob pattern. Our glob2pat function doesn't do these things - if you need them, use the File::KGlob module from CPAN.

See Also Your system's csh (1) and ksh (1) manpages; the glob function in perlfunc (1) and Chapter 3 of Programming Perl; the documentation for the CPAN module Glob::DosGlob; the "I/O Operators" section of perlop (1) and the "Filename globbing operator" section of Chapter 2 of Programming Perl; we talk more about globbing in Recipe 9.6 Previous: 6.8. Extracting a Range of Lines

Perl Cookbook

6.8. Extracting a Range of Lines

Book Index

Next: 6.10. Speeding Up Interpolated Matches

6.10. Speeding Up Interpolated Matches

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.9. Matching Shell Globs as Regular Expressions

Chapter 6 Pattern Matching

Next: 6.11. Testing for a Valid Pattern

6.10. Speeding Up Interpolated Matches Problem You want your function or program to take one or more regular expressions as arguments, but doing so seems to run slower than using literals.

Solution To overcome this bottleneck, if you have only one pattern whose value won't change during the entire run of a program, store it in a string and use /$pattern/o. while ($line = ) { if ($line =~ /$pattern/o) { # do something } } If you have more than one pattern, however, that won't work. Use one of the three techniques outlined in the Discussion for a speed-up of an order of magnitude or so.

Discussion When Perl compiles a program, it converts patterns into an internal form. This conversion occurs at compile time for patterns without variables in them, but at run time for those that do contain variables. That means that interpolating variables into patterns, as in /$pattern/, can slow your program down. This is particularly noticeable when $pattern changes often. The /o modifier is a promise from the script's author that the values of any variables interpolated into that pattern will not change - or that if they do, Perl should disregard any such changes. Given such a promise, Perl need only interpolate the variable and compile the pattern the first time it encounters the match. But if the interpolated variable were to change, Perl wouldn't notice. Make sure to use it only on unchanging variables, or else wrong answers will result. Using /o on patterns without interpolated variables does not speed anything up. The /o modifier is also of no help when you have an unknown number of regular expressions and need to check one or more strings against all of these patterns. Nor is it of any use when the interpolated variable is a function argument, since each call of the function gives the variable a new value. Example 6.4 is an example of the slow but straightforward technique for matching many patterns against many lines. The array @popstates contains the standard two-letter abbreviations for some of the places in the

heartland of North America where we normally refer to soft drinks as pop (soda to us means either plain soda water or else handmade delicacies from the soda fountain at the corner drugstore, preferably with ice cream). The goal is to print out any line of input that contains any of those places, matching them at word boundaries only. It doesn't use /o because the variable that holds the pattern keeps changing. Example 6.4: popgrep1 #!/usr/bin/perl # popgrep1 - grep for abbreviations of places that say "pop" # version 1: slow but obvious way @popstates = qw(CO ON MI WI MN); LINE: while (defined($line = )) { for $state (@popstates) { if ($line =~ /\b$state\b/) { print; next LINE; } } } Such a direct, obvious, brute-force approach is also horribly slow because it has to recompile all patterns with each line of input. Three different ways of addressing this are described in this section. One builds a string of Perl code and evals it; one caches the internal representations of regular expressions in closures; and one uses the Regexp module from CPAN to hold compiled regular expressions. The traditional way to get Perl to speed up a multiple match is to build up a string containing the code and eval "$code" it. Example 6.5 contains a version that uses this technique. Example 6.5: popgrep2 #!/usr/bin/perl # popgrep2 - grep for abbreviations of places that say "pop" # version 2: eval strings; fast but hard to quote @popstates = qw(CO ON MI WI MN); $code = 'while (defined($line = )) {'; for $state (@popstates) { $code .= "\tif (\$line =~ /\\b$state\\b/) { print \$line; next; }\n"; } $code .= '}'; print "CODE IS\n----\n$code\n----\n" if 0; # turn on to debug eval $code; die if $@; The popgrep2 program builds strings like this: while (defined($line = )) { if ($line =~ /\bCO\b/) { print if ($line =~ /\bON\b/) { print if ($line =~ /\bMI\b/) { print if ($line =~ /\bWI\b/) { print if ($line =~ /\bMN\b/) { print }

$line; $line; $line; $line; $line;

next; next; next; next; next;

} } } } }

As you see, those end up looking like constant strings to eval. We put the entire loop and pattern match in the

eval text, too, which makes it run faster. The worst thing about this eval "STRING" approach is that it's difficult to get the quoting and escaping right. The dequote function from Recipe 1.11 can make it easier to read, but escaping variables whose use is delayed will still be an issue. Also, none of the strings can contain a slash, since that's what we're using as a delimiter for the m// operator. A solution to these problems is a subtle technique first developed by Jeffrey Friedl. The key here is building an anonymous subroutine that caches the compiled patterns in the closure it creates. To do this, we eval a string containing the definition of an anonymous subroutine to match any of the supplied patterns. Perl compiles the pattern once, when the subroutine is defined. The string is evaluated to give you comparatively quick matching ability. An explanation of the algorithm can be found at the end of the section "Regex Compilation, the /o Modifier, and Efficiency" in Chapter 7 of Mastering Regular Expressions. Example 6.6 is a version of our pop grepper that uses that technique. Example 6.6: popgrep3 #!/usr/bin/perl # popgrep3 - grep for abbreviations of places that say "pop" # version 3: use build_match_func algorithm @popstates = qw(CO ON MI WI MN); $expr = join('||', map { "m/\\b\$popstates[$_]\\b/o" } 0..$#popstates); $match_any = eval "sub { $expr }"; die if $@; while () { print if &$match_any; } The string that gets evaluated ends up looking like this, modulo formatting: sub { m/\b$popstates[0]\b/o || m/\b$popstates[1]\b/o || m/\b$popstates[2]\b/o || m/\b$popstates[3]\b/o || m/\b$popstates[4]\b/o } The reference to the @popstates array is locked up inside the closure. Each one is different, so the /o is safe here. Example 6.7 is a generalized form of this technique showing how to create functions that return true if any of the patterns match or if all match. Example 6.7: grepauth #!/usr/bin/perl # grepauth - print lines that mention both Tom and Nat $multimatch = build_match_all(q/Tom/, q/Nat/); while () { print if &$multimatch; } exit;

sub build_match_any { build_match_func('||', @_) } sub build_match_all { build_match_func('&&', @_) } sub build_match_func { my $condition = shift; my @pattern = @_; # must be lexical variable, not dynamic one my $expr = join $condition => map { "m/\$pattern[$_]/o" } (0..$#pattern); my $match_func = eval "sub { local \$_ = shift if \@_; $expr }"; die if $@; # propagate $@; this shouldn't happen! return $match_func; } Using eval "STRING" on interpolated strings as we did in popgrep2 is a hack that happens to work. Using lexical variables that get bound up in a closure as in popgrep3 and the build_match_* functions is deep enough magic that even Perl wizards stare at it a while before they believe in it. Of course, it still works whether they believe in it or not. What you really need is some way to get Perl to compile each pattern once and let you directly refer to the compiled form later on. Such functionality is directly supported in the 5.005 release in the form of a qr// regular-expression quoting operator. For prior releases, that's exactly what the experimental Regexp module from CPAN was designed for. Objects created by this module represent compiled regular expression patterns. Using the match method on these objects matches the pattern against the string argument. Methods in the class exist for extracting backreferences, determining where pattern matched, and passing flags corresponding to modifiers like /i. Example 6.8 is a version of our program that demonstrates a simple use of this module. Example 6.8: popgrep4 #!/usr/bin/perl # popgrep4 - grep for abbreviations of places that say "pop" # version 4: use Regexp module use Regexp; @popstates = qw(CO ON MI WI MN); @poppats = map { Regexp->new( '\b' . $_ . '\b') } @popstates; while (defined($line = )) { for $patobj (@poppats) { print $line if $patobj->match($line); } } You might wonder about the comparative speeds of these approaches. When run against the 22,000 line text file (the Jargon File, to be exact), version 1 ran in 7.92 seconds, version 2 in merely 0.53 seconds, version 3 in 0.79 seconds, and version 4 in 1.74 seconds. The last technique is a lot easier to understand than the others, although it does run slightly slower than they do. It's also more flexible.

See Also Interpolation is explained in the "Scalar Value Constructors" section of perldata (1), and in the "String literals" section of Chapter 2 of Programming Perl; the /o modifier in perlre (1) and the "Pattern Matching" section of Chapter 2 of Programming Perl; the "Regex Compilation, the /o Modifier, and Efficiency" section of Chapter 7 of

Mastering Regular Expressions; the documentation with the CPAN module Regexp Previous: 6.9. Matching Shell Globs as Regular Expressions

Perl Cookbook

6.9. Matching Shell Globs as Regular Expressions

Book Index

Next: 6.11. Testing for a Valid Pattern

6.11. Testing for a Valid Pattern

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.10. Speeding Up Interpolated Matches

Chapter 6 Pattern Matching

Next: 6.12. Honoring Locale Settings in Regular Expressions

6.11. Testing for a Valid Pattern Problem You want to let users enter their own patterns, but an invalid one would abort your program the first time you tried to use it.

Solution Test the pattern in an eval {} construct first, matching against some dummy string. If $@ is not set, no exception occurred, so you know the pattern successfully compiled as a valid regular expression. Here is a loop that continues prompting until the user supplies a valid pattern: do { print "Pattern? "; chomp($pat = ); eval { "" =~ /$pat/ }; warn "INVALID PATTERN $@" if $@; } while $@; Here's a standalone subroutine that verifies whether a pattern is valid. sub is_valid_pattern { my $pat = shift; return eval { "" =~ /$pat/; 1 } || 0; } That one relies upon the block returning 1 if it completes, which in the case of an exception, never happens.

Discussion There's no end to patterns that won't compile. The user could mistakenly enter "", "*** GET RICH ***", or "+5-i". If you blindly use the proffered pattern in your program, it will cause an exception, normally a fatal event. The tiny program in Example 6.9 demonstrates this.

Example 6.9: paragrep #!/usr/bin/perl # paragrep - trivial paragraph grepper die "usage: $0 pat [files]\n" unless @ARGV; $/ = ''; $pat = shift; eval { "" =~ /$pat/; 1 } or die "$0: Bad pattern $pat: $@\n"; while () { print "$ARGV $.: $_" if /$pat/o; } That /o is a promise to Perl that the interpolated variable's contents are constant over the program's entire run. It's an efficiency hack. Even if $pat changes, Perl won't notice. You could encapsulate this in a function call that returns 1 if the block completes and 0 if not as shown in the Solution section. Although eval "/$pat/" would also work to trap the exception, it has two other problems. First of all, there couldn't be any slashes (or whatever your chosen pattern delimiter is) in the string the user entered. More importantly, it would open a drastic security hole that you almost certainly want to avoid. Strings like this could really ruin your day: $pat = "You lose @{[ system('rm -rf *')]} big here"; If you don't wish to provide the user with a real pattern, you can always metaquote the string first: $safe_pat = quotemeta($pat); something() if /$safe_pat/; Or, even easier, use: something() if /\Q$pat/; But if you're going to do that, why are you using pattern matching at all? In that case, a simple use of index would be enough. By letting the user supply a real pattern, you give them the power into do interesting and useful things. This is a good thing. You just have to be slightly careful, that's all. Suppose they wanted to enter a case-insensitive pattern, but you didn't provide the program with an option like grep 's -i option. By permitting full patterns, the user can enter an embedded /i modifier as (?i), as in /(?i)stuff/. What happens if the interpolated pattern expands to nothing? If $pat is the empty string, what does /$pat/ match - that is, what does a blank // match? It doesn't match the start of all possible strings. Surprisingly enough, matching the null pattern exhibits the dubiously useful semantics of reusing the previous successfully matched pattern. In practice, this is hard to make good use of in Perl. Even if you use eval to check the pattern for validity, beware: matching certain patterns takes time that is exponentially proportional to the length of the string being matched. There is no good way to detect one of these, and if the user sticks you with one, your program will appear to hang as it and the entropic heat death of the universe have a long race to see who finishes first. Setting a timer to jump out of a long-running command offers some hope for a way out of this but (as of the 5.004 release) still carries

with it the possibility of a core dump if you interrupt Perl at an inopportune moment.

See Also The eval function in perlfunc (1) and in Chapter 2 of Programming Perl; Recipe 10.12 Previous: 6.10. Speeding Up Interpolated Matches

6.10. Speeding Up Interpolated Matches

Perl Cookbook Book Index

Next: 6.12. Honoring Locale Settings in Regular Expressions

6.12. Honoring Locale Settings in Regular Expressions

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.11. Testing for a Valid Pattern

Chapter 6 Pattern Matching

Next: 6.13. Approximate Matching

6.12. Honoring Locale Settings in Regular Expressions Problem You want to translate case when in a different locale, or you want to make \w match letters with diacritics, such as José or déjà vu. For example, let's say you're given half a gigabyte of text written in German and told to index it. You want to extract words (with \w+) and convert them to lower-case (with lc or \L), but the normal versions of \w and lc neither match the German words nor change the case of accented letters.

Solution Perl's regular-expression and text-manipulation routines have hooks to POSIX locale setting. If you use the use locale pragma, accented characters are taken care of - assuming a reasonable LC_CTYPE specification and system support for the same. use locale;

Discussion By default, \w+ and case-mapping functions operate on upper- and lowercase letters, digits, and underscores. This works only for the simplest of English words, failing even on many common imports. The use locale directive lets you redefine what a "word character" means. In Example 6.10 you can see the difference in output between having selected the English ("en") locale and the German ("de") one. Example 6.10: localeg #!/usr/bin/perl -w # localeg - demonstrate locale effects use locale; use POSIX 'locale_h';

$name = "andreas k\xF6nig"; @locale{qw(German English)} = qw(de_DE.ISO_8859-1 us-ascii); setlocale(LC_CTYPE, $locale{English}) or die "Invalid locale $locale{English}"; @english_names = (); while ($name =~ /\b(\w+)\b/g) { push(@english_names, ucfirst($1)); } setlocale(LC_CTYPE, $locale{German}) or die "Invalid locale $locale{German}"; @german_names = (); while ($name =~ /\b(\w+)\b/g) { push(@german_names, ucfirst($1)); } print "English names: @english_names\n"; print "German names: @german_names\n"; English names: Andreas K Nig German names: Andreas König This approach relies on POSIX locale support, which your system may or may not provide. Even if your system does claim to provide POSIX locale support, the standard does not specify the locale names. As you can tell, portability of this approach is not assured.

See Also The treatment of \b, \w, and \s in perlre (1) and in the "Regular expression bestiary" section of Chapter 2 of Programming Perl; the treatment of locales in Perl in perllocale (1); your system's locale (3) manpage; we discuss locales in greater depth in Recipe 6.2; the "Perl and the POSIX locale" section of Chapter 7 of Mastering Regular Expressions Previous: 6.11. Testing for a Valid Pattern

6.11. Testing for a Valid Pattern

Perl Cookbook Book Index

Next: 6.13. Approximate Matching

6.13. Approximate Matching

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.12. Honoring Locale Settings in Regular Expressions

Chapter 6 Pattern Matching

Next: 6.14. Matching from Where the Last Pattern Left Off

6.13. Approximate Matching Problem You want to match something fuzzily. Any time you want to be forgiving of misspellings in user input, you want to do fuzzy matching.

Solution Use the String::Approx module, available from CPAN: use String::Approx qw(amatch); if (amatch("PATTERN", @list)) { # matched } @matches = amatch("PATTERN", @list);

Discussion String::Approx calculates the difference between the pattern and each string in the list. If less than a certain number (by default, 10 percent of the length of the pattern) one-character insertions, deletions, or substitutions are required to make the string from the pattern, the string "matches" the pattern. In scalar context, amatch returns the number of successful matches. In list context, it returns those strings that matched. use String::Approx qw(amatch); open(DICT, "/usr/dict/words") or die "Can't open dict: $!"; while() { print if amatch("balast"); } ballast balustrade blast blastula

sandblast You can also pass options to amatch to control case-insensitivity and the number of insertions, deletions, or substitutions to have. These options are passed in as a list reference; they're fully described in the String::Approx documentation. It must be noted that using the module's matching function seems to run between 10 and 40 times slower than Perl's built-in matching function. Only use String::Approx if you're after fuzziness in your matching that Perl's regular expressions can't provide.

See Also The documentation for the CPAN module String::Approx; Recipe 1.16 Previous: 6.12. Honoring Locale Settings in Regular Expressions

6.12. Honoring Locale Settings in Regular Expressions

Perl Cookbook

Next: 6.14. Matching from Where the Last Pattern Left Off

Book Index

6.14. Matching from Where the Last Pattern Left Off

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.13. Approximate Matching

Chapter 6 Pattern Matching

Next: 6.15. Greedy and Non-Greedy Matches

6.14. Matching from Where the Last Pattern Left Off Problem You want to match again from where the last pattern left off. This is a useful approach to take when repeatedly extracting data in chunks from a string.

Solution Use a combination of the /g match modifier, the \G pattern anchor, and the pos function.

Discussion If you use the /g modifier on a match, the regular expression engine keeps track of its position in the string when it finished matching. The next time you match with /g, the engine starts looking for a match from this remembered position. This lets you use a while loop to extract the information you want from the string. while (/(\d+)/g) { print "Found $1\n"; } You can also use \G in your pattern to anchor it to the end of the previous match. For example, if you had a number stored in a string with leading blanks, you could change each leading blank into the digit zero this way: $n = " 49 here"; $n =~ s/\G /0/g; print $n; 00049 here You can also make good use of \G in a while loop. Here we use \G to parse a comma-separated list of numbers (e.g., "3,4,5,9,120"): while (/\G,?(\d+)/g) { print "Found number $1\n"; }

By default, when your match fails (when we run out of numbers in the examples, for instance) the remembered position is reset to the start. If you don't want this to happen, perhaps because you want to continue matching from that position but with a different pattern, use the modifier /c with /g: $_ = "The year 1752 lost 10 days on the 3rd of September"; while (/(\d+)/gc) { print "Found number $1\n"; } if (/\G(\S+)/g) { print "Found $1 after the last number.\n"; } Found Found Found Found

number 1752 number 10 number 3 rd after the last number.

As you can see, successive patterns can use /g on a string and in doing so change the location of the last successful match. The position of the last successful match is associated with the scalar being matched against, not with the pattern. Further, the position is not copied when you copy the string, nor saved if you use the ill-named local operator. The location of the last successful match can be read and set with the pos function, which takes as its argument the string whose position you want to get or set. If no argument is given, pos operates on $_ : print "The position in \$a is ", pos($a); pos($a) = 30; print "The position in \$_ is ", pos; pos = 30;

See Also The /g modifier is discussed in perlre (1) and the "the rules of regular expression matching" section of Chapter 2 of Programming Perl Previous: 6.13. Approximate Matching

Perl Cookbook

6.13. Approximate Matching

Book Index

Next: 6.15. Greedy and Non-Greedy Matches

6.15. Greedy and Non-Greedy Matches

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.14. Matching from Where the Last Pattern Left Off

Chapter 6 Pattern Matching

Next: 6.16. Detecting Duplicate Words

6.15. Greedy and Non-Greedy Matches Problem You have a pattern with a greedy quantifier like *, +, ?, or {}, and you want to stop it from being greedy. A classic case of this is the naïve substitution to remove tags from HTML. Although it looks appealing, s#.*##gsi, actually deletes everything from the first open TT tag through the last closing one. This would turn "Even vi can edit troff effectively." into "Even effectively", completely changing the meaning of the sentence!

Solution Replace the offending greedy quantifier with the corresponding non-greedy version. That is, change *, +, ?, and {} into *?, +?, ??, and {}?, respectively.

Discussion Perl has two sets of quantifiers: the maximal ones *, +, ?, and {} (sometimes called greedy) and the minimal ones *?, +?, ??, and {}? (sometimes called stingy). For instance, given the string "Perl is a Swiss Army Chainsaw!", the pattern /(r.*s)/ matches "rl is a Swiss Army Chains" whereas /(r.*?s)/ matches "rl is". With maximal quantifiers, when you ask to match a variable number of times, such as zero or more times for * or one or more times for +, the matching engine prefers the "or more" portion of that description. Thus /foo.*bar/ matches from the first "foo" up to the last "bar" in the string, rather than merely the next "bar", as some might expect. To make any of the regular expression repetition operators prefer stingy matching over greedy matching, add an extra ? . So *? matches zero or more times, but rather than match as much as it possibly can the way * would, it matches as little as possible. # greedy pattern s///gs; # try to remove tags, very badly # non-greedy pattern s///gs;

# try to remove tags, still rather badly

This approach doesn't remove tags from all possible HTML correctly, because a single regular expression is not an acceptable replacement for a real parser. See Recipe 20.6 for the right way to do this.

Minimal matching isn't all it's cracked up to be. Don't fall into the trap of thinking that including the partial pattern BEGIN.*?END in a pattern amidst other elements will always match the shortest amount of text between occurrences of BEGIN and END. Imagine the pattern /BEGIN(.*?)END/. If matched against the string "BEGIN and BEGIN and END", $1 would contain "and BEGIN and". This is probably not what you want. Imagine if we were trying to pull out everything between bold-italic pairs: this and that are important Oh, me too! A pattern to find only text between bold-italic HTML pairs, that is, text that doesn't include them, might appear to be this one: m{ (.*?) }sx You might be surprised to learn that the pattern doesn't do that. Many people incorrectly understand this as matching a "" sequence, then something that's not "", and then "", leaving the intervening text in $1. While often it works out that way due to the input data, that's not really what it says. It just matches the shortest leftmost substring that satisfies the entire pattern. In this case, that's the entire string. If the intention were to extract only stuff between "" and its corresponding "", with no other bold-italic tags in between, it would be incorrect. If the string in question is just one character, a negated class is remarkably more efficient than a minimal match, as in /X([^X]*)X/. But the general way to say "match BEGIN, then not BEGIN, then END" for any arbitrary values of BEGIN and END is as follows (this also stores the intervening part in $1): /BEGIN((?:(?!BEGIN).)*)END/ Applying this to the HTML-matching code, we end up with something like: m{ ( (?: (?!|). )* ) }sx or perhaps: m{ (

(?: (?!). )*

) }sx

Jeffrey Friedl points out that this quick-and-dirty method isn't particularly efficient. He suggests crafting a more elaborate pattern when speed really matters, such as: m{

[^{$var} would return the string "abort". This technique is commonly used to call a function based on the name of the string the user types in. Do this by using a symbolic reference, like: $name = 'send'; &$name(); But that's scary, because it allows the user to run any function in our program, assuming they know its name. It also runs afoul of that pesky use strict 'refs' pragma. Here's a partial program that creates a hash in which the key is the command name and the value is a reference to the function to call for that command: # assumes that &invoke_editor, &deliver_message, # $file and $PAGER are defined somewhere else. use Text::Abbrev; my($href, %actions, $errors); %actions = ( "edit" => \&invoke_editor, "send" => \&deliver_message, "list" => sub { system($PAGER, $file) }, "abort" => sub { print "See ya!\n"; exit; }, "" => sub { print "Unknown command: $cmd\n"; $errors++; }, ); $href = abbrev(keys %actions); local $_; for (print "Action: "; ; print "Action: ") { s/^\s+//; # trim leading white space s/\s+$//; # trim trailing white space next unless $_;

$actions->{ $href->{ lc($_) } }->(); } The last statement could have been written like this if you're not into tight expressions or need practice typing: $abbreviation = lc($_); $expansion = $href->{$abbreviation}; $coderef = $actions->{$expansion}; &$coderef();

See Also The documentation for the standard Text::Abbrev module (also in Chapter 7 of Programming Perl ); interpolation is explained in the "Scalar Value Constructors" section of perldata (1), and in the "String literals" section of Chapter 2 of Programming Perl Previous: 6.19. Matching a Valid Mail Address

Perl Cookbook

6.19. Matching a Valid Mail Address

Book Index

Next: 6.21. Program: urlify

6.21. Program: urlify

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.20. Matching Abbreviations

Chapter 6 Pattern Matching

Next: 6.22. Program: tcgrep

6.21. Program: urlify This program puts HTML links around URLs in files. It doesn't work on all possible URLs, but does hit the most common ones. It tries hard to avoid including end-of-sentence punctuation in the marked-up URL. It is a typical Perl filter, so it can be used by feeding it input: % gunzip -c ~/mail/archive.gz | urlify > archive.urlified or by supplying files on the command line: % urlify ~/mail/*.inbox > ~/allmail.urlified The program is shown in Example 6.13. Example 6.13: urlify #!/usr/bin/perl # urlify - wrap HTML links around URL-like constructs $urls $ltrs $gunk $punc $any

= = = = =

'(http|telnet|gopher|file|wais|ftp)'; '\w'; '/#~:.?+=&%@!\-'; '.:?\-'; "${ltrs}${gunk}${punc}";

while () { s{ \b ( $urls : [$any] +?

) (?=

# # # # # # # # #

start at word boundary begin $1 { need resource and a colon followed by on or more of any valid character, but be conservative and take only what you need to.... end $1 } look-ahead non-consumptive assertion

[$punc]* [^$any] | $

# either 0 or more punctuation # followed by a non-url char # or else # then end of the string

) }{$1}igox; print; } Previous: 6.20. Matching Abbreviations

6.20. Matching Abbreviations

Perl Cookbook Book Index

Next: 6.22. Program: tcgrep

6.22. Program: tcgrep

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 6.21. Program: urlify

Chapter 6 Pattern Matching

Next: 6.23. Regular Expression Grabbag

6.22. Program: tcgrep This program is a Perl rewrite of the Unix grep program. Although it runs slower than C versions (especially the GNU greps), it offers many more features. The first, and perhaps most important, feature is that it runs anywhere Perl does. Other enhancements are that it can ignore anything that's not a plain text file, automatically expand compressed or gzip ped files, recurse down directories, search complete paragraphs or user-defined records, look in younger files before older ones, and add underlining or highlighting of matches. It also supports both the -c option to indicate a count of matching records as well as -C for a count of matching patterns when there could be more than one per record. This program uses gzcat or zcat to decompress compressed files, so this feature is unavailable on systems without these programs and systems without the ability to run external programs (such as the Macintosh). Run the program with no arguments for a usage message (see the usage subroutine in the following code). This command line recursively and case-insensitively greps every file in ~/mail for mail messages from someone called "kate", reporting the filenames that contained matches. % tcgrep -ril '^From: .*kate' ~/mail The program is shown in Example 6.14. Example 6.14: tcgrep #!/usr/bin/perl -w # tcgrep: tom christiansen's rewrite of grep # v1.0: Thu Sep 30 16:24:43 MDT 1993 # v1.1: Fri Oct 1 08:33:43 MDT 1993 # v1.2: Fri Jul 26 13:37:02 CDT 1996 # v1.3: Sat Aug 30 14:21:47 CDT 1997 # v1.4: Mon May 18 16:17:48 EDT 1998 use strict; # globals use vars qw($Me $Errors $Grand_Total $Mult %Compress $Matches); my ($matcher, $opt);

# matcher - anon. sub to check for matches # opt - ref to hash w/ command line options

init();

# initialize globals

($opt, $matcher) = parse_args();

# get command line options and patterns

matchfile($opt, $matcher, @ARGV); # process files

exit(2) if $Errors; exit(0) if $Grand_Total; exit(1); ################################### sub init { ($Me = $0) =~ s!.*/!!; $Errors = $Grand_Total = 0; $Mult = ""; $| = 1; %Compress z => gz => Z => );

= ( 'gzcat', 'gzcat', 'zcat',

# # # #

get basename of program, "tcgrep" initialize global counters flag for multiple files in @ARGV autoflush output

# file extensions and program names # for uncompressing

} ################################### sub usage { die new();

$termios->getattr; my $ospeed = $termios->getospeed; $terminal = Tgetent Term::Cap { TERM=>undef, OSPEED=>$ospeed } }; unless ($@) { # if successful, get escapes for either local $^W = 0; # stand-out (-H) or underlined (-u) ($SO, $SE) = $opt{H} ? ($terminal->Tputs('so'), $terminal->Tputs('se')) : ($terminal->Tputs('us'), $terminal->Tputs('ue')); } else { # if use of Term::Cap fails, ($SO, $SE) = $opt{H} # use tput command to get escapes ? (`tput -T $term smso`, `tput -T $term rmso`) : (`tput -T $term smul`, `tput -T $term rmul`) } } if ($opt{i}) { @patterns = map {"(?i)$_"} @patterns; } if ($opt{p} || $opt{P}) { @patterns = map {"(?m)$_"} @patterns; } $opt{p} && ($/ = ''); $opt{P} && ($/ = eval(qq("$opt{P}"))); # for -P '%%\n' $opt{w} && (@patterns = map {'\b' . $_ . '\b'} @patterns); $opt{'x'} && (@patterns = map {"^$_\$"} @patterns); if (@ARGV) { $Mult = 1 if ($opt{r} || (@ARGV > 1) || -d $ARGV[0]) && !$opt{h}; } $opt{1} += $opt{l}; # that's a one and an ell $opt{H} += $opt{u}; $opt{c} += $opt{C}; $opt{'s'} += $opt{c}; $opt{1} += $opt{'s'} && !$opt{c}; # that's a one @ARGV = ($opt{r} ? '.' : '-') unless @ARGV; $opt{r} = 1 if !$opt{r} && grep(-d, @ARGV) == @ARGV; $match_code = ''; $match_code .= 'study;' if @patterns > 5; # might speed things up a bit foreach (@patterns) { s(/)(\\/)g } if ($opt{H}) { foreach $pattern (@patterns) { $match_code .= "\$Matches += s/($pattern)/${SO}\$1${SE}/g;"; } }

elsif ($opt{v}) { foreach $pattern (@patterns) { $match_code .= "\$Matches += !/$pattern/;"; } } elsif ($opt{C}) { foreach $pattern (@patterns) { $match_code .= "\$Matches++ while /$pattern/g;"; } } else { foreach $pattern (@patterns) { $match_code .= "\$Matches++ if /$pattern/;"; } } $matcher = eval "sub { $match_code }"; die if $@; return (\%opt, $matcher); } ################################### sub matchfile { $opt = shift; $matcher = shift;

# reference to option hash # reference to matching sub

my ($file, @list, $total, $name); local($_); $total = 0; FILE: while (defined ($file = shift(@_))) { if (-d $file) { if (-l $file && @ARGV != 1) { warn "$Me: \"$file\" is a symlink to a directory\n" if $opt->{T}; next FILE; } if (!$opt->{r}) { warn "$Me: \"$file\" is a directory, but no -r given\n" if $opt->{T}; next FILE; } unless (opendir(DIR, $file)) { unless ($opt->{'q'}) { warn "$Me: can't opendir $file: $!\n"; $Errors++; } next FILE; }

@list = (); for (readdir(DIR)) { push(@list, "$file/$_") unless /^\.{1,2}$/; } closedir(DIR); if ($opt->{t}) { my (@dates); for (@list) { push(@dates, -M) } @list = @list[sort { $dates[$a] $dates[$b] } 0..$#dates]; } else { @list = sort @list; } matchfile($opt, $matcher, @list); # process files next FILE; } if ($file eq '-') { warn "$Me: reading from stdin\n" if -t STDIN && !$opt->{'q'}; $name = ''; } else { $name = $file; unless (-e $file) { warn qq($Me: file "$file" does not exist\n) unless $opt->{'q'}; $Errors++; next FILE; } unless (-f $file || $opt->{a}) { warn qq($Me: skipping non-plain file "$file"\n) if $opt->{T}; next FILE; } my ($ext) = $file =~ /\.([^.]+)$/; if (defined $ext && exists $Compress{$ext}) { $file = "$Compress{$ext} /tmp/log") or die "Can't write /tmp/log: $!"; The three most common access modes are < for reading, > for overwriting, and >> for appending. The open function is discussed in more detail in Recipe 7.1. When opening a file or making virtually any other system call,[1] checking the return value is indispensable. Not every open succeeds; not every file is readable; not every piece of data you print can reach its destination. Most programmers check open, seek, tell, and close in robust programs. You might also want to check other functions. The Perl documentation lists return values from all functions and operators. If a

system call fails, it returns undef, except for wait, waitpid , and syscall, which return -1 on failure. The system error message or number is available in the $! variable. This is often used in die or warn messages. [1] The term system call denotes a call into your operating system. It is unrelated to the C and Perl function that's actually named system. To read a record in Perl, use the circumfix operator , whose behavior is also available through the readline function. A record is normally a line, but you can change the record terminator, as detailed in Chapter 8. If FILEHANDLE is omitted, Perl opens and reads from the filenames in @ARGV or from STDIN if there aren't any. Customary and curious uses of this are described in Recipe 7.7. Abstractly, files are simply streams of bytes. Each filehandle has associated with it a number representing the current byte position in the file, returned by the tell function and set by the seek function. In Recipe 7.10, we rewrite a file without closing and reopening by using seek to move back to the start, rewinding it. When you no longer have use for a filehandle, close it. The close function takes a single filehandle and returns true if the filehandle could be successfully flushed and closed, false otherwise. You don't need to explicitly close every filehandle. When you open a filehandle that's already open, Perl implicitly closes it first. When your program exits, any open filehandles also get closed. These implicit closes are for convenience, not stability, because they don't tell you whether the system call succeeded or failed. Not all closes succeed. Even a close on a read-only file can fail. For instance, you could lose access to the device because of a network outage. It's even more important to check the close if the file was opened for writing. Otherwise you wouldn't notice if the disk filled up. close(FH) or die "FH didn't close: $!"; The prudent programmer even checks the close on standard output stream at the program's end, in case STDOUT was redirected from the command line the output filesystem filled up. Admittedly, your run-time system should take care of this for you, but it doesn't. Checking standard error, though, is probably of dubious value. After all, if STDERR fails to close, what are you planning to do about it? STDOUT is the default destination for output from the print, printf, and write functions. Change this with select, which takes the new default output filehandle and returns the previous one. The new output filehandle should have been opened before calling select: $old_fh = select(LOGFILE); # switch to LOGFILE for output print "Countdown initiated ...\n"; select($old_fh); # return to original output print "You have 30 seconds to reach minimum safety distance.\n"; Some of Perl's special variables change the behavior of the currently selected output filehandle. Most important is $|, which controls output buffering for each filehandle. Buffering is explained in Recipe 7.12. Perl provides functions for buffered and unbuffered input and output. Although there are some exceptions, you shouldn't mix calls to buffered and unbuffered I/O functions. The following table shows the two sets of functions you should not mix. Functions on a particular row are only loosely associated; for instance, sysread doesn't have the same semantics as < >, but they are on the same row because they both read input from a filehandle.

Action

Buffered

Unbuffered

opening

open,sysopen

sysopen

closing

close

close

input

,readline sysread

output

print

repositioning seek, tell

syswrite sysseek

Repositioning is addressed in Chapter 8, but we also use it in Recipe 7.10. Previous: 6.23. Regular Expression Grabbag

Perl Cookbook

6.23. Regular Expression Grabbag

Book Index

Next: 7.1. Opening a File

7.1. Opening a File

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 7.0. Introduction

Chapter 7 File Access

Next: 7.2. Opening Files with Unusual Filenames

7.1. Opening a File Problem You want to read or write to a filename from Perl.

Solution Use open for convenience, sysopen for precision, or the IO::File module to get an anonymous filehandle. The open function takes two arguments: the filehandle to open and one string containing the filename and special characters indicating how to open it (the mode): open(SOURCE, "< $path") or die "Couldn't open $path for reading: $!\n"; open(SINK, "> $path") or die "Couldn't open $path for writing: $!\n"; The sysopen function takes three or four arguments: filehandle, filename, mode, and an optional permissions value. The mode is a number constructed from constants provided by the Fcntl module: use Fcntl; sysopen(SOURCE, $path, O_RDONLY) or die "Couldn't open $path for reading: $!\n"; sysopen(SINK, $path, O_WRONLY) or die "Couldn't open $path for writing: $!\n"; The IO::File module's new method accepts both open and sysopen style arguments and returns an anonymous filehandle. The new method also accepts a mode in the style of fopen (3): use IO::File; # like Perl's open $fh = IO::File->new("> $filename") or die "Couldn't open $filename for writing: $!\n"; # like Perl's sysopen $fh = IO::File->new($filename, O_WRONLY|O_CREAT)

or die "Couldn't open $filename for writing: $!\n"; # like stdio's fopen(3) $fh = IO::File->new($filename, "r+") or die "Couldn't open $filename for read and write: $!\n";

Discussion All input and output goes through filehandles, whether filehandles are mentioned or not. Filehandles aren't exclusively connected to files - they're also used to communicate with other programs (see Chapter 16, Process Management and Communication) and for network communication (see Chapter 17, Sockets). The open function can also be used to manipulate file descriptors, discussed in Recipe 7.19. The open function quickly and conveniently solves the problem of associating a filehandle with a file. It permits a shorthand for common modes (reading, writing, reading and writing, appending) passed in with the filename. It doesn't let you control the permission that files are created with or even whether files are created. For this level of control, you need sysopen, which uses constants provided by the Fcntl module to control individual settings like read, write, create, and truncate. Most programmers meet open long before they meet sysopen. The following table shows how open modes (the Filename column) correspond to sysopen constants (O_ flags) and to the fopen (3) strings that IO::File->new can take (Char). Read and Write indicate that the filehandle may be read from or written to. Append means no matter where you are in the file, output goes to the end of the file (on most systems). Create indicates whether the open statement creates a file if one having the given name doesn't already exist. Trunc indicates open will clobber any existing data if the file already exists. Filename Read Write Append Create Trunc O_flags

Char

< file

yes

no

no

no

no

RDONLY

"r"

> file

no

yes

no

yes

yes

WRONLY TRUNC CREAT

"w"

>> file

no

yes

yes

yes

no

WRONLY APPEND CREAT "a"

+< file

yes

yes

no

no

no

RDWR

"r+"

+> file

yes

yes

no

yes

yes

RDWR TRUNC CREAT

"w+"

+>> file

yes

yes

yes

yes

no

RDWR APPEND CREAT

"a+"

Here's a tip: you almost never want to use +> or +>>. The first clobbers your file before you can read it, and the second one is confusing because your read pointer can be anywhere, but on many systems, the writer always jumps to the end of the file. The sysopen function takes three or four arguments: sysopen(FILEHANDLE, $name, $flags) or die "Can't open $name : $!"; sysopen(FILEHANDLE, $name, $flags, $perms) or die "Can't open $name : $!"; $name is the name of the file, without any < or + funny business. $flags is a number, formed by ORing together separate mode values for O_CREAT, O_WRONLY, O_TRUNC, etc. The exact availability of O_* constants depends on your operating system, so consult the online documentation for this (usually open (2), but not always), or look in /usr/include/fcntl.h. Common ones are:

O_RDONLY

Read only

O_WRONLY

Write only

O_RDWR

Read and write

O_CREAT

Create the file if it doesn't exist

O_EXCL

Fail if the file already exists

O_APPEND

Append to the file

O_TRUNC

Truncate the file

O_NONBLOCK Non-blocking access Less common O_* flags sometimes available include O_SHLOCK, O_EXLOCK, O_BINARY, O_NOCTTY, and O_SYNC. Consult your open (2) manpage or its local equivalent for details. If you omit the $perms argument to sysopen, Perl uses the octal value 0666. These permissions values need to be in octal and are modified by your process's current umask. A umask value is a number representing disabled permissions bits - if your umask were 027 (group can't write; others can't read, write, or execute), then passing sysopen 0666 would create a file with mode 0640 (mathematically: 0666 &~ 027 is 0640). If umask seems confusing, here's some advice: supply a creation mode of 0666 for regular files and one of 0777 for directories and executable files. This gives users a choice: if they want protected files, they can choose process umasks of 022, 027, or even the particularly antisocial mask of 077. Programs should rarely if ever make policy decisions better left to the user. One exception is when writing files that should be kept private: mail files, web browser cookies, .rhosts files, and so on. In short, seldom if ever use 0644 as argument to sysopen because that takes away the user's option to have a more permissive umask. Here are examples of open and sysopen in action. To open file for reading: open(FH, "< $path") sysopen(FH, $path, O_RDONLY)

or die $!; or die $!;

To open file for writing, create new file if needed, or else truncate old file: open(FH, "> $path") sysopen(FH, $path, O_WRONLY|O_TRUNC|O_CREAT) sysopen(FH, $path, O_WRONLY|O_TRUNC|O_CREAT, 0600)

or die $!; or die $!; or die $!;

To open file for writing, create new file, file must not exist: sysopen(FH, $path, O_WRONLY|O_EXCL|O_CREAT) sysopen(FH, $path, O_WRONLY|O_EXCL|O_CREAT, 0600)

or die $!; or die $!;

To open file for appending, create if necessary: open(FH, ">> $path") or die $!; sysopen(FH, $path, O_WRONLY|O_APPEND|O_CREAT) or die $!; sysopen(FH, $path, O_WRONLY|O_APPEND|O_CREAT, 0600) or die $!;

To open file for appending, file must exist: sysopen(FH, $path, O_WRONLY|O_APPEND)

or die $!;

To open file for update, file must exist: open(FH, "+< $path") sysopen(FH, $path, O_RDWR)

or die $!; or die $!;

To open file for update, create file if necessary: sysopen(FH, $path, O_RDWR|O_CREAT) sysopen(FH, $path, O_RDWR|O_CREAT, 0600)

or die $!; or die $!;

To open file for update, file must not exist: sysopen(FH, $path, O_RDWR|O_EXCL|O_CREAT) sysopen(FH, $path, O_RDWR|O_EXCL|O_CREAT, 0600)

or die $!; or die $!;

We demonstrate using a creation mask of 0600 here only to show how to create a private file. The argument is normally omitted.

See Also The open, sysopen, and umask functions in perlfunc (1) and Chapter 3 of Programming Perl; the documentation for the standard IO::File and Fcntl modules (also in Chapter 7 of Programming Perl); your system's open (2), fopen (3), and umask (2) manpages; Recipe 7.2 Previous: 7.0. Introduction

7.0. Introduction

Perl Cookbook Book Index

Next: 7.2. Opening Files with Unusual Filenames

7.2. Opening Files with Unusual Filenames

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 7.1. Opening a File

Chapter 7 File Access

Next: 7.3. Expanding Tildes in Filenames

7.2. Opening Files with Unusual Filenames Problem You want to open a file with a funny filename, like "-" or one that starts with , or |, has leading or trailing whitespace; or ends with |. You don't want these to trigger open's do-what-I-mean behavior, since in this case, that's not what you mean.

Solution Use open like this: $filename =~ s#^(\s)#./$1#; open(HANDLE, "< $filename\0")

or die "cannot open $filename : $!\n";

Or simply use sysopen: sysopen(HANDLE, $filename, O_RDONLY)

or die "cannot open $filename: $!\n";

Discussion The open function uses a single string to determine both the filename and the mode - the way the file is to be opened. If your filename begins with the characters used to indicate the mode, open can easily do something unexpected. Imagine the following code: $filename = shift @ARGV; open(INPUT, $filename) or die "Couldn't open $filename : $!\n"; If the user gave ">/etc/passwd" as the filename on the command line, this code would attempt to open /etc/passwd for writing - definitely unsafe! We can try to give an explicit mode, say for writing: open(OUTPUT, ">$filename") or die "Couldn't open $filename for writing: $!\n"; but even this would let the user give a filename of ">data" and the code would append to the file data instead of erasing the old contents. The easiest solution is sysopen, which takes the mode and filename as separate arguments: use Fcntl; # for file constants sysopen(OUTPUT, $filename, O_WRONLY|O_TRUNC) or die "Can't open $filename for writing: $!\n"; To get the same effect with open requires chicanery if the filename has leading or trailing whitespace:

$file =~ s#^(\s)#./$1#; open(OUTPUT, "> $file\0") or die "Couldn't open $file for OUTPUT : $!\n"; The substitution protects initial whitespace (this cannot occur in fully specified filenames like "/etc/passwd", but only in relative filenames like " passwd"). The NULL byte ("\0") isn't considered part of the filename by open, but it does prevent any trailing whitespace from being ignored. The magic way open interprets filenames is nearly always a good thing. You never have to use the special case of "-" to mean standard input or output. If you write a filter and use a simple open, users can pass "gzip -dc bible.gz|" as a filename, and your filter will automatically run the decoding program. It's only those programs that run under special privilege that should worry about security with open. When designing programs that will be run on someone else's behalf, like setuid programs or CGI scripts, the prudent programmer always considers whether the user can supply their own filename and thereby cajole what would otherwise appear to be a normal open used for simple reading into overwriting a file or even running another program. Perl's -T command-line flag to enable taint-checking would take care of this.

See Also The open and sysopen functions in perlfunc (1) and Chapter 3 of Programming Perl; Recipe 7.1; Recipe 7.7; Recipe 16.2; Recipe 19.4; Recipe 19.6 Previous: 7.1. Opening a File

7.1. Opening a File

Perl Cookbook Book Index

Next: 7.3. Expanding Tildes in Filenames

7.3. Expanding Tildes in Filenames

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 7.2. Opening Files with Unusual Filenames

Chapter 7 File Access

Next: 7.4. Making Perl Report Filenames in Errors

7.3. Expanding Tildes in Filenames Problem You want to open filenames like ~username/blah, but open doesn't interpret the tilde to mean a home directory.

Solution Expand the filename manually with a substitution: $filename =~ s{ ^ ~ ( [^/]* ) } { $1 ? (getpwnam($1))[7] : ( $ENV{HOME} || $ENV{LOGDIR} || (getpwuid($>))[7] ) }ex;

Discussion The uses of tilde that we want to catch are: ~user ~user/blah ~ ~/blah If no name follows the ~, the current user's home directory is used. This substitution uses /e to evaluate the replacement as Perl code. If a username follows the tilde, it's stored in $1, which getpwnam uses to extract the user's home directory out of the return list. This directory becomes the replacement string. If the tilde was not followed by a username, substitute in either the current HOME environment variable or the LOGDIR one. If neither of those environment variables is valid, look up the effective user ID's home directory.

See Also Your system's getpwnam (2) manpage; the getpwnam function in perlfunc (1) and Chapter 3 of Programming Perl; Recipe 9.6 Previous: 7.2. Opening Files with Unusual Filenames

7.2. Opening Files with Unusual Filenames

Perl Cookbook Book Index

Next: 7.4. Making Perl Report Filenames in Errors

7.4. Making Perl Report Filenames in Errors

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 7.3. Expanding Tildes in Filenames

Chapter 7 File Access

Next: 7.5. Creating Temporary Files

7.4. Making Perl Report Filenames in Errors Problem Your program works with files, but Perl's errors and warnings only report the last used filehandle, not the name of the file.

Solution Use the filename as the filehandle: open($path, "< $path") or die "Couldn't open $path for reading : $!\n";

Discussion Ordinarily, error messages say: Argument "3\n" isn't numeric in multiply at tallyweb line 16, chunk 17. The filehandle LOG doesn't help much because you don't know which file the handle was connected to. By using the filename itself as indirect filehandle, Perl produces more informative errors and warnings: Argument "3\n" isn't numeric in multiply at tallyweb line 16, chunk 17. Unfortunately, this doesn't work with strict refs turned on because the variable $path doesn't really have a filehandle in it, but just a string that sometimes behaves as one. The chunk mentioned in warnings and error messages is the current value of the $. variable.

See Also Recipe 7.1; the open function in perlfunc (1) and Chapter 3 of Programming Perl Previous: 7.3. Expanding Tildes in Filenames

7.3. Expanding Tildes in Filenames

Perl Cookbook Book Index

Next: 7.5. Creating Temporary Files

7.5. Creating Temporary Files

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 7.4. Making Perl Report Filenames in Errors

Chapter 7 File Access

Next: 7.6. Storing Files Inside Your Program Text

7.5. Creating Temporary Files Problem You need to create a temporary file and have it automatically deleted when your program exits. For instance, you want to write a temporary configuration file to feed a program you launch. In this case, you want to know the temporary file's name to tell the utility program. In other cases, you may just want a temporary file to write to and read from, and don't need to know its filename.

Solution If you don't need to know the file's name, use the new_tmpfile class method from the IO::File module to get a filehandle opened for reading and writing: use IO::File; $fh = IO::File->new_tmpfile or die "Unable to make new temporary file: $!"; If you need to know the file's name, use the tmpnam function from the POSIX module to get a filename that you then open yourself: use IO::File; use POSIX qw(tmpnam); # try new temporary filenames until we get one that didn't already exist do { $name = tmpnam() } until $fh = IO::File->new($name, O_RDWR|O_CREAT|O_EXCL); # install atexit-style handler so that when we exit or die, # we automatically delete this temporary file END { unlink($name) or die "Couldn't unlink $name : $!" } # now go on to use the file ...

Discussion If you only need scratch space, the IO::File module's new_tmpfile class method returns a filehandle connected to a temporary file that's been opened read-write by using the following code: for (;;) {

$name = tmpnam(); sysopen(TMP, $tmpnam, O_RDWR | O_CREAT | O_EXCL) && last; } unlink $tmpnam; This file will be automatically deleted when your program finally exits or the file is closed. You cannot find its name to tell another process, because it doesn't have a name. In fact, on systems that support such semantics, the filename was already deleted before the method returned. A child process could inherit the open file descriptor, however.[2] [2] But you'd better set $^F to at least fileno($fh) before you exec anything. This shows new_tmpfile in action. We create a temporary file, write to it, rewind, and print what we wrote: use IO::File; $fh = IO::File->new_tmpfile $fh->autoflush(1); print $fh "$i\n" while $i++ < 10; seek($fh, 0, 0) print "Tmp file has: ", ;

or die "IO::File->new_tmpfile: $!";

or die "seek: $!";

The second solution gets a temporary file whose name you can give to another process. We use the POSIX::tmpnam function, open the file ourselves, and delete it when we're done. We don't test whether a file of that name exists before opening it because that would introduce a race condition - someone might create the file between our checking whether it exists and our creating the file.[3] Instead, we wrap tmpnam in a loop to make sure we get a new file and don't accidentally clobber someone else's. Two processes shouldn't get the same filename from new_tmpfile, in theory. [3] Race conditions are explained in Recipe 19.4.

See Also The documentation for the standard IO::File and POSIX modules (also in Chapter 7 of Programming Perl); Recipe 7.19; your system's tmpnam (3) manpage Previous: 7.4. Making Perl Report Filenames in Errors

7.4. Making Perl Report Filenames in Errors

Perl Cookbook

Next: 7.6. Storing Files Inside Your Program Text

Book Index

7.6. Storing Files Inside Your Program Text

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 7.5. Creating Temporary Files

Chapter 7 File Access

Next: 7.7. Writing a Filter

7.6. Storing Files Inside Your Program Text Problem You have data that you want to bundle with your program and treat as though it were in a file, but you don't want it to be in a different file.

Solution Use the __DATA__ or __END__ tokens after your program code to mark the start of a data block, which can be read inside your program or module from the DATA filehandle. Use __DATA__ within a module: while () { # process the line } __DATA__ # your data goes here Similarly, use __END__ within the main program file: while () { # process the line } __END__ # your data goes here

Discussion __DATA__ and __END__ indicate the logical end of a module or script before the physical end of file is reached. Text after __DATA__ or __END__ can be read through the per-package DATA filehandle. For example, take the hypothetical module Primes. Text after __DATA__ in Primes.pm can be read from the Primes::DATA filehandle. __END__ behaves as a synonym for __DATA__ in the main package. Text after __END__ tokens in modules is inaccessible. This lets you write self-contained programs that would ordinarily keep data kept in separate files. Often this is used for documentation. Sometimes it's configuration data or old test data that the program was originally

developed with, left lying about in case it ever needs to be recreated. Another trick is to use DATA to find out the current program's or module's size or last modification date. On most systems, the $0 variable will contain the full pathname to your running script. On systems where $0 is not correct, you could try the DATA filehandle instead. This can be used to pull in the size, modification date, etc. Put a special token __DATA__ at the end of the file (and maybe a warning not to delete it), and the DATA filehandle will be to the script itself. use POSIX qw(strftime); $raw_time = (stat(DATA))[9]; $size = -s DATA; $kilosize = int($size / 1024) . 'k'; print "

Script size is $kilosize\n"; print strftime("

Last script update: %c (%Z)\n", localtime($raw_time)); __DATA__ DO NOT REMOVE THE PRECEDING LINE. Everything else in this file will be ignored.

See Also The "Scalar Value Constructors" section of perldata (1), and the "Other literal tokens" section of Chapter 2 of Programming Perl Previous: 7.5. Creating Temporary Files

7.5. Creating Temporary Files

Perl Cookbook Book Index

Next: 7.7. Writing a Filter

7.7. Writing a Filter

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 7.6. Storing Files Inside Your Program Text

Chapter 7 File Access

Next: 7.8. Modifying a File in Place with Temporary File

7.7. Writing a Filter Problem You want to write a program that takes a list of filenames on the command line and reads from STDIN if no filenames were given. You'd like the user to be able to give the file "-" to indicate STDIN or "someprogram |" to indicate the output of another program. You might want your program to modify the files in place or to produce output based on its input.

Solution Read lines with : while () { # do something with the line }

iscussion When you say: while () { # ... } Perl translates this into:[4] [4] Except that the code written here won't work because ARGV has internal magic. unshift(@ARGV, '-') unless @ARGV; while ($ARGV = shift @ARGV) { unless (open(ARGV, $ARGV)) { warn "Can't open $ARGV: $!\n"; next; } while (defined($_ = )) { # ... }

} You can access ARGV and $ARGV inside the loop to read more from the filehandle or to find the filename currently being processed. Let's look at how this works. Behavior If the user supplies no arguments, Perl sets @ARGV to a single string, "-". This is shorthand for STDIN when opened for reading and STDOUT when opened for writing. It's also what lets the user of your program specify "-" as a filename on the command line to read from STDIN. Next, the file processing loop removes one argument at a time from @ARGV and copies the filename into the global variable $ARGV. If the file cannot be opened, Perl goes on to the next one. Otherwise, it processes a line at a time. When the file runs out, the loop goes back and opens the next one, repeating the process until @ARGV is exhausted. The open statement didn't say open(ARGV, "< $ARGV"). There's no extra greater- than symbol supplied. This allows for interesting effects, like passing the string "gzip -dc file.gz |" as an argument, to make your program read the output of the command "gzip -dc file.gz". See Recipe 16.6 for more about this use of magic open. You can change @ARGV before or inside the loop. Let's say you don't want the default behavior of reading from STDIN if there aren't any arguments - you want it to default to all the C or C++ source and header files. Insert this line before you start processing : @ARGV = glob("*.[Cch]") unless @ARGV; Process options before the loop, either with one of the Getopt libraries described in Chapter 15, User Interfaces, or manually: # arg demo 1: Process optional -c flag if (@ARGV && $ARGV[0] eq '-c') { $chop_first++; shift; } # arg demo 2: Process optional -NUMBER flag if (@ARGV && $ARGV[0] =~ /^-(\d+)$/) { $columns = $1; shift; } # arg demo 3: Process clustering -a, -i, -n, or -u flags while (@ARGV && $ARGV[0] =~ /^-(.+)/ && (shift, ($_ = $1), 1)) { next if /^$/; s/a// && (++$append, redo); s/i// && (++$ignore_ints, redo); s/n// && (++$nostdout, redo); s/u// && (++$unbuffer, redo);

die "usage: $0 [-ainu] [filenames] ...\n"; } Other than its implicit looping over command-line arguments, is not special. The special variables controlling I/O still apply; see Chapter 8 for more on them. You can set $/ to set the line terminator, and $. contains the current line (record) number. If you undefine $/, you don't get the concatenated contents of all files at once; you get one complete file each time: undef $/; while () { # $_ now has the complete contents of # the file whose name is in $ARGV } If you localize $/, the old value is automatically restored when the enclosing block exits: { # create block for local local $/; # record separator now undef while () { # do something; called functions still have # undeffed version of $/ } } # $/ restored here Because processing never explicitly closes filehandles, the record number in $. is not reset. If you don't like that, you can explicitly close the file yourself to reset $.: while () { print "$ARGV:$.:$_"; close ARGV if eof; } The eof function defaults to checking the end of file status of the last file read. Since the last handle read was ARGV, eof reports whether we're at the end of the current file. If so, we close it and reset the $. variable. On the other hand, the special notation eof() with parentheses but no argument checks if we've reached the end of all files in the processing. Command-line options Perl has command-line options, -n, -p, and -i, to make writing filters and one-liners easier. The -n option adds the while () loop around your program text. It's normally used for filters like grep or programs that summarize the data they read. The program is shown in Example 7.1. Example 7.1: findlogin1 #!/usr/bin/perl # findlogin1 - print all lines containing the string "login" while () {# loop over files on command line print if /login/;

} The program in Example 7.1 could be written as shown in Example 7.2. Example 7.2: findlogin2 #!/usr/bin/perl -n # findlogin2 - print all lines containing the string "login" print if /login/; You can combine the -n and -e options to run Perl code from the command line: % perl -ne 'print if /login/' The -p option is like -n but it adds a print at the end of the loop. It's normally used for programs that translate their input. This program is shown in Example 7.3. Example 7.3: lowercase1 #!/usr/bin/perl # lowercase - turn all lines into lowercase use locale; while () { s/([^\W0-9_])/\l$1/g; print; }

# loop over lines on command line # change all letters to lowercase

The program in Example 7.3 could be written as shown in Example 7.4. Example 7.4: lowercase2 #!/usr/bin/perl -p # lowercase - turn all lines into lowercase use locale; s/([^\W0-9_])/\l$1/g;# change all letters to lowercase Or written from the command line as: % perl -Mlocale -pe 's/([^\W0-9_])/\l$1/g' While using -n or -p for implicit input looping, the special label LINE: is silently created for the whole input loop. That means that from an inner loop, you can go on the following input record by using next LINE (this is like awk 's next). Go on to the file by closing ARGV (this is like awk 's nextfile). This is shown in Example 7.5. Example 7.5: countchunks #!/usr/bin/perl -n # countchunks - count how many words are used.

# skip comments, and bail on file if __END__ # or __DATA__ seen. for (split /\W+/) { next LINE if /^#/; close ARGV if /__(DATA|END)__/; $chunks++; } END { print "Found $chunks chunks\n" } The tcsh keeps a .history file in a format such that every other line contains a commented out timestamp in Epoch seconds: #+0894382237 less /etc/motd #+0894382239 vi ~/.exrc #+0894382242 date #+0894382242 who #+0894382288 telnet home A simple one-liner can render that legible: % perl -pe 's/^#\+(\d+)\n/localtime($1) . " "/e' Tue May 5 09:30:37 1998 less /etc/motd Tue May 5 09:30:39 1998 vi ~/.exrc Tue May 5 09:30:42 1998 date Tue May 5 09:30:42 1998 who Tue May 5 09:31:28 1998 telnet home The -i option changes each file on the command line. It is described in Recipe 7.9, and is normally used in conjunction with -p. You have to say use locale to handle current character set.

See Also perlrun (1), and the "Switches" section of Chapter 6 of Programming Perl; Recipe 7.9; Recipe 16.6 Previous: 7.6. Storing Files Inside Your Program Text

7.6. Storing Files Inside Your Program Text

Perl Cookbook Book Index

Next: 7.8. Modifying a File in Place with Temporary File

7.8. Modifying a File in Place with Temporary File

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 7.7. Writing a Filter

Chapter 7 File Access

Next: 7.9. Modifying a File in Place with -i Switch

7.8. Modifying a File in Place with Temporary File Problem You need to update a file in place, and you can use a temporary file.

Solution Read from the original file, write changes to a temporary file, and then rename the temporary back to the original: open(OLD, "< $old") or die "can't open $old: $!"; open(NEW, "> $new") or die "can't open $new: $!"; while () { # change $_, then... print NEW $_ or die "can't write $new: $!"; } close(OLD) or die "can't close $old: $!"; close(NEW) or die "can't close $new: $!"; rename($old, "$old.orig") or die "can't rename $old to $old.orig: $!"; rename($new, $old) or die "can't rename $new to $old: $!"; This is the best way to update a file "in place."

Discussion This technique uses little memory compared to the approach that doesn't use a temporary file. It has the added advantages of giving you a backup file and being easier and safer to program. You can make the same changes to the file using this technique that you can with the version that uses no temporary file. For instance, to insert lines at line 20: while () { if ($. == 20) { print NEW "Extra line 1\n"; print NEW "Extra line 2\n"; } print NEW $_;

} Or delete lines 20 through 30: while () { next if 20 .. 30; print NEW $_; } Note that rename won't work across filesystems, so you should create your temporary file in the same directory as the file being modified. The truly paranoid programmer would lock the file during the update.

See Also Recipe 7.1; Recipe 7.9; Recipe 7.10 Previous: 7.7. Writing a Filter

7.7. Writing a Filter

Perl Cookbook Book Index

Next: 7.9. Modifying a File in Place with -i Switch

7.9. Modifying a File in Place with -i Switch

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 7.8. Modifying a File in Place with Temporary File

Chapter 7 File Access

Next: 7.10. Modifying a File in Place Without a Temporary File

7.9. Modifying a File in Place with -i Switch Problem You need to modify a file in place from the command line, and you're too lazy[5] for the file manipulation of Recipe 7.8. [5] Lazy-as-virtue, not lazy-as-sin.

Solution Use the -i and -p switches to Perl. Write your program on the command line: % perl -i.orig -p -e 'FILTER COMMAND' file1 file2 file3 ... Or use the switches in programs: #!/usr/bin/perl -i.orig -p # filter commands go here

Discussion The -i command-line switch modifies each file in place. It creates a temporary file as in the previous recipe, but Perl takes care of the tedious file manipulation for you. Use it with -p (explained in Recipe 7.7) to turn: % perl -pi.orig -e 's/DATE/localtime/e' into: while () { if ($ARGV ne $oldargv) { # are we at the next file? rename($ARGV, $ARGV . '.orig'); open(ARGVOUT, ">$ARGV"); # plus error check select(ARGVOUT); $oldargv = $ARGV; } s/DATE/localtime/e;

} continue{ print; } select (STDOUT);

# restore default output

The -i switch takes care of making a backup (say -i instead of -i.orig to discard the original file contents instead of backing them up), and -p makes Perl loop over filenames given on the command line (or STDIN if no files were given). The preceding one-liner would turn a file containing the following: Dear Sir/Madam/Ravenous Beast, As of DATE, our records show your account is overdue. Please settle by the end of the month. Yours in cheerful usury, --A. Moneylender into: Dear Sir/Madam/Ravenous Beast, As of Sat Apr 25 12:28:33 1998, our records show your account is overdue. Please settle by the end of the month. Yours in cheerful usury, --A. Moneylender This switch makes in-place translators a lot easier to write and to read. For instance, this changes isolated instances of "hisvar" to "hervar" in all C, C++, and yacc files: % perl -i.old -pe 's{\bhisvar\b}{hervar}g' *.[Cchy] Turn on and off the -i behavior with the special variable $^I. Set @ARGV, and then use as you would with -i on the command line: # set up to iterate over the *.c files in the current directory, # editing in place and saving the old file with a .orig extension local $^I = '.orig'; # emulate -i.orig local @ARGV = glob("*.c"); # initialize list of files while () { if ($. == 1) { print "This line should appear at the top of each file\n"; } s/\b(p)earl\b/${1}erl/ig; # Correct typos, preserving case print; } continue {close ARGV if eof} Beware that creating a backup file under a particular name when that name already exists clobbers the previously backed up version.

See Also perlrun (1), and the "Switches" section of Chapter 6 of Programming Perl; the $^I and $. variables in perlvar (1), and in the "Special Variables" section of Chapter 2 of Programming Perl; the .. operator in the "Range Operator" sections of perlop (1) and Chapter 2 of Programming Perl Previous: 7.8. Modifying a File in Place with Temporary File

Perl Cookbook

7.8. Modifying a File in Place with Temporary File

Book Index

Next: 7.10. Modifying a File in Place Without a Temporary File

7.10. Modifying a File in Place Without a Temporary File

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 7.9. Modifying a File in Place with -i Switch

Chapter 7 File Access

Next: 7.11. Locking a File

7.10. Modifying a File in Place Without a Temporary File Problem You need to insert, delete, or change one or more lines in a file, and you don't want to (or can't) use a temporary file.

Solution Open the file in update mode ("+ fionread.c

#include main() { printf("%#08x\n", FIONREAD); } ^D % cc -o fionread fionread % ./fionread 0x4004667f Then hard-code it, leaving porting as an exercise to your successor. $FIONREAD = 0x4004667f; # XXX: opsys dependent $size = pack("L", 0); ioctl(FH, $FIONREAD, $size) $size = unpack("L", $size);

or die "Couldn't call ioctl: $!\n";

FIONREAD requires a filehandle connected to a stream, which means sockets, pipes, and tty devices work, but files don't. If this is too much system programming for you, try to think outside the problem. Read from the filehandle in non-blocking mode (see Recipe 7.14). If you manage to read something, then that's how much was waiting to be read. If you couldn't read anything, there was nothing to be read.

See Also Recipe 7.14; your system's ioctl (2) manpage; the ioctl function in perlfunc (1) and in Chapter 3 of Programming Perl Previous: 7.14. Doing Non-Blocking I/O

7.14. Doing Non-Blocking I/O

Perl Cookbook Book Index

Next: 7.16. Storing Filehandles in Variables

7.16. Storing Filehandles in Variables

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 7.15. Determining the Number of Bytes to Read

Chapter 7 File Access

Next: 7.17. Caching Open Output Filehandles

7.16. Storing Filehandles in Variables Problem You want to use a filehandle like a normal variable so you can pass it to or return it from a function, store it in a data structure, and so on.

Solution If you already have a regular symbolic filehandle like STDIN or LOGFILE, use the typeglob notation, *FH. This is the most efficient approach. $variable = *FILEHANDLE; # save in variable subroutine(*FILEHANDLE); # or pass directly sub subroutine { my $fh = shift; print $fh "Hello, filehandle!\n"; } If you want anonymous filehandles, see the return_fh function below, or use the new method from the IO::File or IO::Handle module, store that in a scalar variable, and use it as though it were a normal filehandle: use FileHandle; # make anon filehandle $fh = FileHandle->new(); use IO::File; $fh = IO::File->new();

# 5.004 or higher

Discussion You have many choices for passing filehandles into a subroutine or storing them in a data structure. The simplest and fastest way is through the typeglob notation, *FH. It may help you to conceptualize the asterisk as the type symbol for a filehandle. Like the little colored balls from high school chemistry that stood for atomic particles, it's not really true, but it is a convenient mental shorthand. By the time you understand where this model breaks down, you won't need it anymore.

That works cleanly for simple things, but what if you wanted to make an array of filehandles whose names you didn't know? As shown in Chapter 11, References and Records, generating anonymous arrays, hashes, and even functions on the fly can prove extremely convenient. It would be nice to be able to do the same with filehandles. That's where the IO modules come in. You can generate an anonymous handle with the IO::Handle or IO::File module's new method. This returns a filehandle you can pass to subroutines, store in arrays, and use however you would use a named filehandle's typeglob - plus more. You can also use those modules as object classes for inheritance purposes because the return values from the new constructor are fully fledged objects, complete with available method calls. You can use these as indirect filehandles, which saves you the trouble of thinking up filehandle names. Instead, you think up names to store the anonymous filehandles in. To capture the typeglob from a named filehandle, prefix it with *: $fh_a = IO::File->new("< /etc/motd") or die "open /etc/motd: $!"; $fh_b = *STDIN; some_sub($fh_a, $fh_b); This isn't the only way, but it is the simplest and most convenient. Its only limitation is that you can't bless it to turn it into an object. To do this, you must bless a reference to a typeglob - that's what IO::Handle does. Like typeglobs, references to typeglobs can be safely used as indirect filehandles, whether blessed or not. To create and return a new filehandle from a function, do this: sub return_fh { # make anon filehandle local *FH; # must be local, not my # now open it if you want to, then... return *FH; } $handle = return_fh(); A subroutine accepting a filehandle argument can either store the argument into a (preferably lexical) variable and use that as an indirect filehandle: sub accept_fh { my $fh = shift; print $fh "Sending to indirect filehandle\n"; } or it can localize a typeglob and use the filehandle directly: sub accept_fh { local *FH = shift; print FH "Sending to localized filehandle\n"; } Both styles work with either IO::Handle objects or typeglobs of real filehandles:

accept_fh(*STDOUT); accept_fh($handle); Perl accepts many things as indirect filehandles (strings, typeglobs, and references to typeglobs), but unless you pass typeglobs or IO::Handle objects you may run into trouble. Strings ("LOGFILE" instead of *LOGFILE) require special finessing to work between packages, and references to typeglobs can't be usefully returned from functions. In the preceding examples, we assigned the filehandle to a scalar variable before using it. That is because only simple scalar variables, not expressions or subscripts into hashes or arrays, can be used with built-ins like print, printf, or the diamond operator. These are illegal and won't even compile: @fd = (*STDIN, *STDOUT, *STDERR); print $fd[1] "Type it: "; # WRONG $got = # WRONG print $fd[2] "What was that: $got"; # WRONG With print and printf, you get around this by using a block and an expression where you would place the filehandle: print { $fd[1] } "funny stuff\n"; printf { $fd[1] } "Pity the poor %x.\n", 3_735_928_559; Pity the poor deadbeef. That block is a proper block, so you can put more complicated code there. This sends the message out to one of two places: $ok = -x "/bin/cat"; print { $ok ? $fd[1] : $fd[2] } "cat stat $ok\n"; print { $fd[ 1 + ($ok || 0) ] } "cat stat $ok\n"; This approach of treating print and printf like object methods calls doesn't work for the diamond operator, because it's a real operator, not just a function with a comma-less argument. Assuming you've been storing typeglobs in your structure as we did above, you can use the built-in function named readline to read a record just as does. Given the preceding initialization of @fd, this would work: $got = readline($fd[0]);

See Also The open function in perlfunc (1) and in Chapter 3 of Programming Perl; Recipe 7.1; the documentation with the standard FileHandle module (also in Chapter 7 of Programming Perl); the "Typeglobs and Filehandles" section of Chapter 2 of Programming Perl and Chapter 2 of Programming Perl Previous: 7.15. Determining the Number of Bytes to Read

7.15. Determining the Number of Bytes to Read

Perl Cookbook Book Index

Next: 7.17. Caching Open Output Filehandles

7.17. Caching Open Output Filehandles

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 7.16. Storing Filehandles in Variables

Chapter 7 File Access

Next: 7.18. Printing to Many Filehandles Simultaneously

7.17. Caching Open Output Filehandles Problem You need more output files open simultaneously than your system allows.

Solution Use the standard FileCache module: use FileCache; cacheout ($path); print $path "output";

# each time you use a filehandle

Discussion FileCache's cacheout function lets you work with more output files than your operating system lets you have open at any one time. If you use it to open an existing file that FileCache is seeing for the first time, the file is truncated to length zero, no questions asked. However, in its opening and closing of files in the background, cacheout tracks the files it has opened before and does not overwrite them, but appends to them instead. This does not create directories for you, so if you give it /usr/local/dates/merino.ewe to open but the directory /usr/local/dates doesn't exist, cacheout will die. The cacheout() function checks the value of the C-level constant NOFILE from the standard system include file sys/param.h to determine how many concurrently open files are allowed on your system. This value can be incorrect on some systems and even missing on a few (for instance, on those where the maximum number of open file descriptors is a process resource limit that can be set with the limit or ulimit commands). If cacheout() can't get a value for NOFILE, just set $FileCache::maxopen to be four less than the correct value, or choose a reasonable number by trial and error. Example 7.8 splits an xferlog file created by the popular wuftpd FTP server into files named after the authenticated user. The fields in xferlog files are space-separated, and the fourth from last field is the authenticated username. Example 7.8: splitwulog #!/usr/bin/perl

# splitwulog - split wuftpd log by authenticated user use FileCache; $outdir = '/var/log/ftp/by-user'; while () { unless (defined ($user = (split)[-4])) { warn "Invalid line: $.\n"; next; } $path = "$outdir/$user"; cacheout $path; print $path $_; }

See Also Documentation for the standard FileCache module (also in Chapter 7 of Programming Perl); the open function in perlfunc (1) and in Chapter 3 of Programming Perl Previous: 7.16. Storing Filehandles in Variables

7.16. Storing Filehandles in Variables

Perl Cookbook

Next: 7.18. Printing to Many Filehandles Simultaneously

Book Index

7.18. Printing to Many Filehandles Simultaneously

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 7.17. Caching Open Output Filehandles

Chapter 7 File Access

Next: 7.19. Opening and Closing File Descriptors by Number

7.18. Printing to Many Filehandles Simultaneously Problem You need to output the same data to several different filehandles.

Solution If you want to do it without forking, write a foreach loop that iterates across the filehandles: foreach $filehandle (@FILEHANDLES) { print $filehandle $stuff_to_print; } If you don't mind forking, open a filehandle that's a pipe to a tee program: open(MANY, "| tee file1 file2 file3 > /dev/null") print MANY "data\n" close(MANY)

or die $!; or die $!; or die $!;

Discussion A filehandle sends output to one file or program only. To duplicate output to several places, you must call print multiple times or make a filehandle connected to a program like tee, which distributes its input elsewhere. If you use the first option, it's probably easiest to put the filehandles in a list or array and loop through them: # `use strict' complains about this one: for $fh ('FH1', 'FH2', 'FH3') { print $fh "whatever\n" } # but not this one: for $fh (*FH1, *FH2, *FH3) { print $fh "whatever\n" } However, if your system supports the tee program, or if you've installed the Perl version from Recipe 8.19, you may open a pipe to tee and let it do the work of copying the file to several places. Remember that tee normally also copies its output to STDOUT, so you must redirect tee 's standard output to /dev/null if you don't want an extra copy: open (FH, "| tee file1 file2 file3 >/dev/null");

print FH "whatever\n"; You could even redirect your own STDOUT to the tee process, and then you're able to use a regular print directly: # make STDOUT go to three files, plus original STDOUT open (STDOUT, "| tee file1 file2 file3") or die "Teeing off: $!\n"; print "whatever\n" or die "Writing: $!\n"; close(STDOUT) or die "Closing: $!\n";

See Also The print function in perlfunc (1) and in Chapter 3 of Programming Perl; the "Typeglobs and Filehandles" sections of Chapter 2 of Programming Perl and Chapter 2 of Programming Perl; we use this technique in Recipe 8.19 and Recipe 13.15 Previous: 7.17. Caching Open Output Filehandles

7.17. Caching Open Output Filehandles

Perl Cookbook

Next: 7.19. Opening and Closing File Descriptors by Number

Book Index

7.19. Opening and Closing File Descriptors by Number

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 7.18. Printing to Many Filehandles Simultaneously

Chapter 7 File Access

Next: 7.20. Copying Filehandles

7.19. Opening and Closing File Descriptors by Number Problem You know which file descriptors you'd like to do I/O on, but Perl requires filehandles, not descriptor numbers.

Solution To open the file descriptor, use the " 0; print "hello from $$\n"; if ($progenitor == $$) { $SIG{INT} = \&genocide; } else { $SIG{INT} = sub { die "goodbye from $$" }; } while (1) { my $line_num = int rand($ROWS); my $line; my $n; # move to line seek(FH, $n = $line_num * ($COLS+1), SEEK_SET) # get lock my $place = tell(FH); my $him; next unless defined($him = lock(*FH, $place, $COLS));

or next;

# read line read(FH, $line, $COLS) == $COLS my $count = ($line =~ /(\d+)/) ? $1 : 0; $count++;

or next;

# update line seek(FH, $place, 0) or die $!; my $update = sprintf($him ? "%6d: %d ZAPPED %d" : "%6d: %d was just here", $count, $$, $him); my $start = int(rand($COLS - length($update))); die "XXX" if $start + length($update) > $COLS; printf FH "%*.*s\n", -$COLS, $COLS, " " x $start . $update; # release lock and go to sleep unlock(*FH, $place, $COLS); sleep $SLEEP if $SLEEP; } die "NOT REACHED";

# just in case

# lock($handle, $offset, $timeout) - get an fcntl lock sub lock { my ($fh, $start, $till) = @_; ##print "$$: Locking $start, $till\n"; my $lock = struct_flock(F_WRLCK, SEEK_SET, $start, $till, 0); my $blocker = 0; unless (fcntl($fh, F_SETLK, $lock)) { die "F_SETLK $$ @_: $!" unless $! == EAGAIN || $! == EDEADLK; fcntl($fh, F_GETLK, $lock) or die "F_GETLK $$ @_: $!"; $blocker = (struct_flock($lock))[-1]; ##print "lock $$ @_: waiting for $blocker\n"; $lock = struct_flock(F_WRLCK, SEEK_SET, $start, $till, 0); unless (fcntl($fh, F_SETLKW, $lock)) { warn "F_SETLKW $$ @_: $!\n"; return; # undef } } return $blocker; } # unlock($handle, $offset, $timeout) - release an fcntl lock sub unlock { my ($fh, $start, $till) = @_; ##print "$$: Unlocking $start, $till\n"; my $lock = struct_flock(F_UNLCK, SEEK_SET, $start, $till, 0); fcntl($fh, F_SETLK, $lock) or die "F_UNLCK $$ @_: $!"; } # OS-dependent flock structures

# Linux struct flock # short l_type; # short l_whence; # off_t l_start; # off_t l_len; # pid_t l_pid; BEGIN { # c2ph says: typedef='s2 l2 i', sizeof=16 my $FLOCK_STRUCT = 's s l l i'; sub linux_flock { if (wantarray) { my ($type, $whence, $start, $len, $pid) = unpack($FLOCK_STRUCT, $_[0]); return ($type, $whence, $start, $len, $pid); } else { my ($type, $whence, $start, $len, $pid) = @_; return pack($FLOCK_STRUCT, $type, $whence, $start, $len, $pid); } } } # SunOS struct flock: # short l_type; /* F_RDLCK, F_WRLCK, or F_UNLCK */ # short l_whence; /* flag to choose starting offset */ # long l_start; /* relative offset, in bytes */ # long l_len; /* length, in bytes; 0 means lock to EOF */ # short l_pid; /* returned with F_GETLK */ # short l_xxx; /* reserved for future use */ BEGIN { # c2ph says: typedef='s2 l2 s2', sizeof=16 my $FLOCK_STRUCT = 's s l l s s'; sub sunos_flock { if (wantarray) { my ($type, $whence, $start, $len, $pid, $xxx) = unpack($FLOCK_STRUCT, $_[0]); return ($type, $whence, $start, $len, $pid); } else { my ($type, $whence, $start, $len, $pid) = @_; return pack($FLOCK_STRUCT, $type, $whence, $start, $len, $pid, 0); } } } # (Free)BSD struct flock:

# off_t l_start; /* starting offset */ # off_t l_len; /* len = 0 means until end of file */ # pid_t l_pid; /* lock owner */ # short l_type; /* lock type: read/write, etc. */ # short l_whence; /* type of l_start */ BEGIN { # c2ph says: typedef="q2 i s2", size=24 my $FLOCK_STRUCT = 'll ll i s s'; # XXX: q is ll sub bsd_flock { if (wantarray) { my ($xxstart, $start, $xxlen, $len, $pid, $type, $whence) = unpack($FLOCK_STRUCT, $_[0]); return ($type, $whence, $start, $len, $pid); } else { my ($type, $whence, $start, $len, $pid) = @_; my ($xxstart, $xxlen) = (0,0); return pack($FLOCK_STRUCT, $xxstart, $start, $xxlen, $len, $pid, $type, $whence); } } } # alias the fcntl structure at compile time BEGIN { for ($^O) { *struct_flock = do /bsd/

&& \&bsd_flock || /linux/ && \&linux_flock || /sunos/ && \&sunos_flock || die "unknown operating system $^O, bailing out"; }; } } # install signal handler for children BEGIN { my $called = 0; sub genocide { exit if $called++; print "$$: Time to die, kiddies.\n" if $$ == $progenitor; my $job = getpgrp(); $SIG{INT} = 'IGNORE'; kill -2, $job if $job; # killpg(SIGINT, job) 1 while wait > 0; print "$$: My turn\n" if $$ == $progenitor;

{

exit; } } END { &genocide }

Previous: 7.21. Program: netlock

7.21. Program: netlock

Perl Cookbook Book Index

Next: 8. File Contents

8. File Contents

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 7.22. Program: lockarea

Chapter 8

Next: 8.1. Reading Lines with Continuation Characters

8. File Contents Contents: Introduction Reading Lines with Continuation Characters Counting Lines (or Paragraphs or Records) in a File Processing Every Word in a File Reading a File Backwards by Line or Paragraph Trailing a Growing File Picking a Random Line from a File Randomizing All Lines Reading a Particular Line in a File Processing Variable-Length Text Fields Removing the Last Line of a File Processing Binary Files Using Random-Access I/O Updating a Random-Access File Reading a String from a Binary File Reading Fixed-Length Records Reading Configuration Files Testing a File for Trustworthiness Program: tailwtmp Program: tctee Program: laston The most brilliant decision in all of Unix was the choice of a single character for the newline sequence. - Mike O'Dell, only half jokingly

8.0. Introduction Before the Unix Revolution, every kind of data source and destination was inherently different. Getting two programs merely to understand each other required heavy wizardry and the occasional sacrifice of a virgin stack of punch cards to an itinerant mainframe repairman. This computational Tower of Babel made programmers dream of quitting the field to take up a less painful hobby, like autoflagellation. These days, such cruel and unusual programming is largely behind us. Modern operating systems work hard to provide the illusion that I/O devices, network connections, process control information, other programs, the system console, and even users' terminals are all abstract streams of bytes called files. This lets you easily write programs that don't care where their input came from or where their output goes. Because programs read and write via byte streams of simple text, every program can communicate with every other program. It is difficult to overstate the power and elegance of this approach. No longer dependent upon troglodyte gnomes with secret tomes of JCL (or COM) incantations, users can now create custom tools from smaller ones by using simple command-line I/O redirection, pipelines, and backticks. Treating files as unstructured byte streams necessarily governs what you can do with them. You can read and write sequential, fixed-size blocks of data at any location in the file, increasing its size if you write past the current end. Perl uses the standard C I/O library to implement reading and writing of variable-length records like lines, paragraphs, and words. What can't you do to an unstructured file? Because you can't insert or delete bytes anywhere but at end of file, you can't change the length of, insert, or delete records. An exception is the last record, which you can delete by truncating the file to the end of the previous record. For other modifications, you need to use a temporary file or work with a copy of the file in memory. If you need to do this a lot, a database system may be a better solution than a raw file (see Chapter 14, Database Access). The most common files are text files, and the most common operations on text files are reading and writing lines. Use (or the internal function implementing it, readline) to read lines, and use print to write them. These functions can also be used to read or write any record that has a specific record separator. Lines are simply records that end in "\n". The operator returns undef on error or when end of the file is reached, so use it in loops like this: while (defined ($line = )) { chomp $line; $size = length $line; print "$size\n"; # output size of line } Because this is a common operation and that's a lot to type, Perl gives it a shorthand notation. This shorthand reads lines into $_ instead of $line. Many other string operations use $_ as a default value to operate on, so this is more useful than it may appear at first: while () { chomp; print length, "\n"; # output size of line }

Call in scalar context to read the next line. Call it in list context to read all remaining lines: @lines = ; Each time reads a record from a filehandle, it increments the special variable $. (the "current input record number"). This variable is only reset when close is called explicitly, which means that it's not reset when you reopen an already opened filehandle. Another special variable is $/, the input record separator. It is set to "\n", the default end-of-line marker. You can set it to any string you like, for instance "\0" to read null-terminated records. Read paragraphs by setting $/ to the empty string, "". This is almost like setting $/ to "\n\n", in that blank lines function as record separators, but "" treats two or more consecutive empty lines as a single record separator, whereas "\n\n" returns empty records when more than two consecutive empty lines are read. Undefine $/ to read the rest of the file as one scalar: undef $/; $whole_file = ; # 'slurp' mode The -0 option to Perl lets you set $/ from the command line: % perl -040 -e '$word = ; print "First word is $word\n";' The digits after -0 are the octal value of the single character that $/ is to be set to. If you specify an illegal value (e.g., with -0777) Perl will set $/ to undef. If you specify -00, Perl will set $/ to "". The limit of a single octal value means you can't set $/ to a multibyte string, for instance, "%%\n" to read fortune files. Instead, you must use a BEGIN block: % perl -ne 'BEGIN { $/="%%\n" } chomp; print if /Unix/i' fortune.dat Use print to write a line or any other data. The print function writes its arguments one after another and doesn't automatically add a line or record terminator by default. print HANDLE "One", "two", "three"; # "Onetwothree" print "Baa baa black sheep.\n"; # Sent to default output handle There is no comma between the filehandle and the data to print. If you put a comma in there, Perl gives the error message "No comma allowed after filehandle". The default output handle is STDOUT. Change it with the select function. (See the introduction to Chapter 7, File Access.) All systems use the virtual "\n" to represent a line terminator, called a newline. There is no such thing as a newline character. It is an illusion that the operating system, device drivers, C libraries, and Perl all conspire to preserve. Sometimes, this changes the number of characters in the strings you read and write. The conspiracy is revealed in Recipe 8.11. Use the read function to read a fixed-length record. It takes three arguments: a filehandle, a scalar variable, and the number of bytes to read. It returns undef if an error occurred or else the number of bytes read. To write a fixed-length record, just use print. $rv = read(HANDLE, $buffer, 4096) or die "Couldn't read from HANDLE : $!\n"; # $rv is the number of bytes read, # $buffer holds the data read

The truncate function changes the length of a file, which can be specified as a filehandle or as a filename. It returns true if the file was successfully truncated, false otherwise: truncate(HANDLE, $length) or die "Couldn't truncate: $!\n"; truncate("/tmp/$$.pid", $length) or die "Couldn't truncate: $!\n"; Each filehandle keeps track of where it is in the file. Reads and writes occur from this point, unless you've specified the O_APPEND flag (see Recipe 7.1). Fetch the file position for a filehandle with tell, and set it with seek. Because the stdio library rewrites data to preserve the illusion that "\n" is the line terminator, you cannot portably seek to offsets calculated by counting characters. Instead, only seek to offsets returned by tell. $pos = tell(DATAFILE); print "I'm $pos bytes from the start of DATAFILE.\n"; The seek function takes three arguments: the filehandle, the offset (in bytes) to go to, and a numeric argument indicating how to interpret the offset. 0 indicates an offset from the start of the file (the kind of value returned by tell); 1, an offset from the current location (a negative number means move backwards in the file, a positive number means move forward); and 2, an offset from end of file. seek(LOGFILE, 0, 2) or die "Couldn't seek to the end: $!\n"; seek(DATAFILE, $pos, 0) or die "Couldn't seek to $pos: $!\n"; seek(OUT, -20, 1) or die "Couldn't seek back 20 bytes: $!\n"; So far we've been describing buffered I/O. That is, , print, read, seek, and tell are all operations that use buffers for speed. Perl also provides unbuffered I/O operations: sysread, syswrite, and sysseek, all discussed in Chapter 7. The sysread and syswrite functions are different from their and print counterparts. They both take a filehandle to act on, a scalar variable to either read into or write out from, and the number of bytes to read or write. They can also take an optional fourth argument, the offset in the scalar variable to start reading or writing at: $written = syswrite(DATAFILE, $mystring, length($mystring)); die "syswrite failed: $!\n" unless $written == length($mystring); $read = sysread(INFILE, $block, 256, 5); warn "only read $read bytes, not 256" if 256 != $read; The syswrite call sends the contents of $mystring to DATAFILE. The sysread call reads 256 bytes from INFILE and stores them 5 characters into $block, leaving its first 5 characters intact. Both sysread and syswrite return the number of bytes transferred, which could be different than the amount of data you were attempting to transfer. Maybe the file didn't have all the data you thought it did, so you got a short read. Maybe the filesystem that the file lives on filled up. Maybe your process was interrupted part of the way through the write. Stdio takes care of finishing the transfer in cases of interruption, but if you use the sysread and syswrite calls, you must do it yourself. See Recipe 9.3 for an example of this. The sysseek function doubles as an unbuffered replacement for both seek and tell. It takes the same arguments as seek, but it returns either the new position if successful or undef on error. To find

the current position within the file: $pos = sysseek(HANDLE, 0, 1); # don't change position die "Couldn't sysseek: $!\n" unless defined $pos; These are the basic operations available to you. The art and craft of programming lies in using these basic operations to solve complex problems like finding the number of lines in a file, reversing the order of lines in a file, randomly selecting a line from a file, building an index for a file, and so on. Previous: 7.22. Program: lockarea

7.22. Program: lockarea

Perl Cookbook Book Index

Next: 8.1. Reading Lines with Continuation Characters

8.1. Reading Lines with Continuation Characters

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.0. Introduction

Chapter 8 File Contents

Next: 8.2. Counting Lines (or Paragraphs or Records) in a File

8.1. Reading Lines with Continuation Characters Problem You have a file with long lines split over two or more lines, with backslashes to indicate that a continuation line follows. You want to rejoin those split lines. Makefiles, shell scripts, and many other scripting or configuration languages let you break a long line into several shorter ones in this fashion.

Solution Build up the complete lines one at a time until reaching one without a backslash: while (defined($line = ) ) { chomp $line; if ($line =~ s/\\$//) { $line .= ; redo unless eof(FH); } # process full record in $line here }

Discussion Here's an example input file: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \ $(TEXINFOS) $(INFOS) $(MANS) $(DATA) DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \ $(TEXINFOS) $(INFO_DEPS) $(MANS) $(DATA) \ $(EXTRA_DIST) You'd like to process that file with the escaped newlines ignored. That way the first record would in this case be the first two lines, the second record the next three lines, etc. Here's how the algorithm works. The while loop reads lines, which may or may not be complete records - they might end in backslash (and a newline). The substitution operator s/// tries to remove a trailing backslash. If the substitution fails, we've found a line without a backslash at the end. Otherwise,

read another record, concatenate it onto the accumulating $line variable, and use redo to jump back to just inside the opening brace of the while loop. This lands us back on the chomp. A common problem with files in this format is invisible blanks between the backslash and end of line. It would be more forgiving if the substitute were like this: if ($line =~ s/\\\s*$//) { # as before } Unfortunately, even if your program is forgiving, others doubtlessly aren't. Just remember to be liberal in what you accept and conservative in what you produce.

See Also The chomp function in perlfunc (1) and in Chapter 3 of Programming Perl; the redo keyword in the "Loop Control" sections of perlsyn (1) and Chapter 2 of Programming Perl Previous: 8.0. Introduction

8.0. Introduction

Perl Cookbook

Next: 8.2. Counting Lines (or Paragraphs or Records) in a File

Book Index

8.2. Counting Lines (or Paragraphs or Records) in a File

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.1. Reading Lines with Continuation Characters

Chapter 8 File Contents

Next: 8.3. Processing Every Word in a File

8.2. Counting Lines (or Paragraphs or Records) in a File Problem You need to compute the number of lines in a file.

Solution Many systems have a wc program to count lines in a file: $count = `wc -l < $file`; die "wc failed: $?" if $?; chomp($count); You could also open the file and read line-by-line until the end, counting lines as you go: open(FILE, "< $file") or die "can't open $file: $!"; $count++ while ; # $count now holds the number of lines read Here's the fastest solution, assuming your line terminator really is "\n": $count += tr/\n/\n/ while sysread(FILE, $_, 2 ** 16);

Discussion Although you can use -s $file to determine the file size in bytes, you generally cannot use it to derive a line count. See the Introduction to Chapter 9, Directories, for more on -s. If you can't or don't want to call another program to do your dirty work, you can emulate wc by opening up and reading the file yourself: open(FILE, "< $file") or die "can't open $file: $!"; $count++ while ; # $count now holds the number of lines read Another way of writing this is: open(FILE, "< $file") or die "can't open $file: $!";

for ($count=0; ; $count++) { } If you're not reading from any other files, you don't need the $count variable in this case. The special variable $. holds the number of lines read since a filehandle was last explicitly closed: 1 while ; $count = $.; This reads all the records in the file and discards them. To count paragraphs, set the global input record separator variable $/ to the empty string ("") before reading to make read a paragraph at a time. $/ = ''; # enable paragraph mode for all reads open(FILE, $file) or die "can't open $file: $!"; 1 while ; $para_count = $.;

See Also Your system's wc (1) manpage; the $/ entry in perlvar (1), and in the "Special Variables" section of Chapter 2 of Programming Perl; the Introduction to Chapter 9 Previous: 8.1. Reading Lines with Continuation Characters

8.1. Reading Lines with Continuation Characters

Perl Cookbook Book Index

Next: 8.3. Processing Every Word in a File

8.3. Processing Every Word in a File

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.2. Counting Lines (or Paragraphs or Records) in a File

Chapter 8 File Contents

Next: 8.4. Reading a File Backwards by Line or Paragraph

8.3. Processing Every Word in a File Problem You need to do something to every word in a file, similar to the foreach function of csh.

Solution Either split each line on whitespace: while () { for $chunk (split) { # do something with $chunk } } Or use the m//g operator to pull out one chunk at a time: while () { while ( /(\w[\w'-]*)/g ) { # do something with $1 } }

Discussion Decide what you mean by "word." Sometimes you want anything but whitespace, sometimes you only want program identifiers, and sometimes you want English words. Your definition governs which regular expression to use. The preceding two approaches work differently. Patterns are used in the first approach to decide what is not a word. In the second, they're used to decide what is a word. With these techniques, it's easy to make a word frequency counter. Use a hash to store how many times each word has been seen: # Make a word frequency count %seen = ();

while () { while ( /(\w['\w-]*)/g ) { $seen{lc $1}++; } } # output hash in a descending numeric sort of its values foreach $word ( sort { $seen{$b} $seen{$a} } keys %seen) { printf "%5d %s\n", $seen{$word}, $word; } To make the example program count line frequency instead of word frequency, omit the second while loop and do $seen{lc $_}++ instead: # Line frequency count %seen = (); while () { $seen{lc $_}++; } foreach $line ( sort { $seen{$b} $seen{$a} } keys %seen ) { printf "%5d %s", $seen{$line}, $line; } Odd things that may need to be considered as words include "M.I.T.", "Micro$oft", "o'clock", "49ers", "street-wise", "and/or", "&", "c/o", "St.", "Tschüß", and "Niño". Bear this in mind when you choosing a pattern to match. The last two require you to place a use locale in your program and then employ \w for a word character in the current locale.

See Also The split function in perlfunc (1) and in Chapter 3 of Programming Perl; Recipe 6.3; Recipe 6.23 Previous: 8.2. Counting Lines (or Paragraphs or Records) in a File

8.2. Counting Lines (or Paragraphs or Records) in a File

Perl Cookbook Book Index

Next: 8.4. Reading a File Backwards by Line or Paragraph

8.4. Reading a File Backwards by Line or Paragraph

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.3. Processing Every Word in a File

Chapter 8 File Contents

Next: 8.5. Trailing a Growing File

8.4. Reading a File Backwards by Line or Paragraph Problem You want to process each line or paragraph of a text file in reverse.

Solution Read all lines into an array, then process that array from the end to the start: @lines = ; while ($line = pop @lines) { # do something with $line } Or store an array of lines in reverse order: @lines = reverse ; foreach $line (@lines) { # do something with $line }

Discussion The limitations of file access mentioned in this chapter's Introduction prevent you from reading a line at a time starting from the end. You must read the lines into memory, then process them in reverse order. Needless to say, this requires at least as much available memory as the size of the file. The first technique moves through the array of lines, in reverse order. This destructively processes the array, popping an element off the end of the array each time through the loop. We could do it non-destructively with: for ($i = $#lines; $i != -1; $i--) { $line = $lines[$i]; } The second approach generates an array of lines that is already in reverse order. This array can then be processed non-destructively. We get the reversed lines because the assignment to @lines forces list

context on reverse, which in turn forces it on . in a list context returns a list of all lines in the file. These approaches are easily extended to paragraphs just by changing $/: # this enclosing block keeps local $/ temporary { local $/ = ''; @paragraphs = reverse ; } foreach $paragraph (@paragraphs) { # do something }

See Also The reverse function in perlfunc (1) and in Chapter 3 of Programming Perl; the $/ entry in perlvar (1), and in the "Special Variables" section of Chapter 2 of Programming Perl; Recipe 4.10; Recipe 1.6 Previous: 8.3. Processing Every Word in a File

8.3. Processing Every Word in a File

Perl Cookbook

Next: 8.5. Trailing a Growing File

Book Index

8.5. Trailing a Growing File

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.4. Reading a File Backwards by Line or Paragraph

Chapter 8 File Contents

Next: 8.6. Picking a Random Line from a File

8.5. Trailing a Growing File Problem You want to read from a continually growing file, but the read fails when you reach the (current) end of file.

Solution Read until the end of file. Sleep, clear the EOF flag, and read some more. Repeat until interrupted. To clear the EOF flag, either use seek: for (;;) { while () { .... } sleep $SOMETIME; seek(FH, 0, 1); } or the IO::Handle module's clearerr method: use IO::Seekable; for (;;) { while () { .... } sleep $SOMETIME; FH->clearerr(); }

Discussion When you read to the end of a file, an internal flag is set that prevents further reading. The most direct way to clear this flag is the clearerr method, if supported: it's in the IO::Handle and FileHandle modules. $naptime = 1; use IO::Handle;

open (LOGFILE, "/tmp/logfile") or die "can't open /tmp/logfile: $!"; for (;;) { while () { print } # or appropriate processing sleep $naptime; LOGFILE->clearerr(); # clear stdio error flag } If that simple approach doesn't work on your system, you may need to use seek. The seek code given above tries to move zero bytes from the current position, which nearly always works. It doesn't change the current position, but it should clear the end-of-file condition on the handle so that the next picks up new data. If that still doesn't work (e.g., it relies on features of your C library's (so-called) standard I/O implementation), then you may need to use the following seek code, which remembers the old file position explicitly and returns there directly. for (;;) { for ($curpos = tell(LOGFILE); ; $curpos = tell(LOGFILE)) { # process $_ here } sleep $naptime; seek(LOGFILE, $curpos, 0); # seek to where we had been } On some kinds of filesystems, the file could be removed while you are reading it. If so, there's probably little reason to continue checking whether it grows. To make the program exit in that case, stat the handle and make sure its link count (the third field in the return list) hasn't gone to 0: exit if (stat(LOGFILE))[3] == 0 If you're using the File::stat module, you could write that more readably as: use File::stat; exit if stat(*LOGFILE)->nlink == 0;

See Also The seek function in perlfunc (1) and in Chapter 3 of Programming Perl; your system's tail (1) and stdio (3) manpages Previous: 8.4. Reading a File Backwards by Line or Paragraph

Perl Cookbook

Next: 8.6. Picking a Random Line from a File

8.4. Reading a File Backwards by Line or Paragraph

Book Index

8.6. Picking a Random Line from a File

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.5. Trailing a Growing File

Chapter 8 File Contents

Next: 8.7. Randomizing All Lines

8.6. Picking a Random Line from a File Problem You want to return a random line from a file.

Solution Use rand and $. (the current line number) to decide which line to print: srand; rand($.) < 1 && ($line = $_) while ; # $line is the random line

Discussion This is a beautiful example of a solution that may not be obvious. We read every line in the file but don't have to store them all in memory. This is great for large files. Each line has a 1 in N (where N is the number of lines read so far) chance of being selected. Here's a replacement for fortune using this algorithm: $/ = "%%\n"; $data = '/usr/share/games/fortunes'; srand; rand($.) < 1 && ($adage = $_) while ; print $adage; If you know line offsets (for instance, you've created an index) and the number of lines, you can randomly select a line and jump to its offset in the file, but you usually don't have such an index. Here's a more rigorous explanation of how the algorithm works. The function call rand ($.) picks a random number between 0 and the current line number. Therefore, you have a one in N chance, that is, 1/N, of keeping the Nth line. Therefore you've a 100% chance of keeping the first line, a 50% chance of keeping the second, a 33% chance of keeping the third, and so on. The question is whether this is fair for all N, where N is any positive integer. First, some concrete examples, then abstract ones.

Obviously, a file with one line (N=1) is fair: you always keep the first line because 1/1 = 100%, making it fair for files of 1 line. For a file with two lines, N=2. You always keep the first line; then when reaching the second line, you have a 50% chance of keeping it. Thus, both lines have an equal chance of being selected, which shows that N=2 is fair. For a file with three lines, N=3. You have a one-third chance, 33%, of keeping that third line. That leaves a two-thirds chance of retaining one of the first two out of the three lines. But we've already shown that for those first two lines there's a 50-50 chance of selecting either one. 50 percent of two-thirds is one-third. Thus, you have a one-third chance of selecting each of the three lines of the file. In the general case, a file of N+1 lines will choose the last line 1/(N+1) times and one of the previous N lines N/(N+1) times. Dividing N/(N+1) by N leaves us with 1/(N+1) for each the first N lines in our N+1 line file, and also 1/(N+1) for line number N+1. The algorithm is therefore fair for all N, where N is a positive integer. We've managed to choose fairly a random line from a file with speed directly proportional to the size of the file, but using no more memory than it takes to hold the longest line, even in the worst case.

See Also The $. entry in perlvar (1) and in the "Special Variables" section of Chapter 2 of Programming Perl; Recipe 2.7; Recipe 2.8 Previous: 8.5. Trailing a Growing File

8.5. Trailing a Growing File

Perl Cookbook

Next: 8.7. Randomizing All Lines

Book Index

8.7. Randomizing All Lines

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.6. Picking a Random Line from a File

Chapter 8 File Contents

Next: 8.8. Reading a Particular Line in a File

8.7. Randomizing All Lines Problem You want to copy a file and randomly reorder its lines.

Solution Read all lines into an array, shuffle the array using the algorithm from Recipe 4.17, and write the shuffled lines back out: # assumes the &shuffle sub from Chapter 4 while () { push(@lines, $_); } @reordered = shuffle(@lines); foreach (@reordered) { print OUTPUT $_; }

Discussion The easiest approach is to read all lines into memory and shuffle them there. Because you don't know where lines start in the file, you can't just shuffle a list of line numbers and then extract the lines in the order they'll appear in the shuffled file. Even if you did know their starts, it would probably still be slower because you'd be seeking around in the file instead of simply reading it from start to finish.

See Also Recipe 2.7; Recipe 2.8; Recipe 4.17 Previous: 8.6. Picking a Random Line from a File

8.6. Picking a Random Line from a File

Perl Cookbook Book Index

Next: 8.8. Reading a Particular Line in a File

8.8. Reading a Particular Line in a File

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.7. Randomizing All Lines

Chapter 8 File Contents

Next: 8.9. Processing Variable-Length Text Fields

8.8. Reading a Particular Line in a File Problem You want to extract a single line from a file.

Solution The simplest solution is to read the lines until you get to the one you want: # looking for line number $DESIRED_LINE_NUMBER $. = 0; do { $LINE = } until $. == $DESIRED_LINE_NUMBER || eof; If you are going to be doing this a lot and the file fits into memory, read the file into an array: @lines = ; $LINE = $lines[$DESIRED_LINE_NUMBER]; If you will be retrieving lines by number often and the file doesn't fit into memory, build a byte-address index to let you seek directly to the start of the line: # usage: build_index(*DATA_HANDLE, *INDEX_HANDLE) sub build_index { my $data_file = shift; my $index_file = shift; my $offset = 0; while () { print $index_file pack("N", $offset); $offset = tell($data_file); } } # usage: line_with_index(*DATA_HANDLE, *INDEX_HANDLE, $LINE_NUMBER) # returns line or undef if LINE_NUMBER was out of range sub line_with_index { my $data_file = shift; my $index_file = shift; my $line_number = shift; my $size;

# size of an index entry

my $i_offset; my $entry; my $d_offset;

# offset into the index of the entry # index entry # offset into the data file

$size = length(pack("N", 0)); $i_offset = $size * ($line_number-1); seek($index_file, $i_offset, 0) or return; read($index_file, $entry, $size); $d_offset = unpack("N", $entry); seek($data_file, $d_offset, 0); return scalar(); } # usage: open(FILE, "< $file") or die "Can't open $file for reading: $!\n"; open(INDEX, "+>$file.idx") or die "Can't open $file.idx for read/write: $!\n"; build_index(*FILE, *INDEX); $line = line_with_index(*FILE, *INDEX, $seeking); If you have the DB_File module, its DB_RECNO access method ties an array to a file, one line per array element: use DB_File; use Fcntl; $tie = tie(@lines, $FILE, "DB_File", O_RDWR, 0666, $DB_RECNO) or die "Cannot open file $FILE: $!\n"; # extract it $line = $lines[$sought-1];

Discussion Each strategy has different features, useful in different circumstances. The linear access approach is easy to write and best for short files. The index method gives quick two-step lookup, but requires that the index be pre-built, so it is best when the file being indexed doesn't change often compared to the number of lookups. The DB_File mechanism has some initial overhead, but subsequent accesses are much faster than with linear access, so use it for long files that are accessed more than once and are accessed out of order. It is important to know whether you're counting lines from 0 or 1. The $. variable is 1 after the first line is read, so count from 1 when using linear access. The index mechanism uses lots of offsets, so count from 0. DB_File treats the file's records as an array indexed from 0, so count lines from 0. Here are three different implementations of the same program, print_line. The program takes two arguments, a filename, and a line number to extract. The version in Example 8.1 simply reads lines until it finds the one it's looking for. Example 8.1: print_line-v1 #!/usr/bin/perl -w # print_line-v1 - linear style

@ARGV == 2 or die "usage: print_line FILENAME LINE_NUMBER\n"; ($filename, $line_number) = @ARGV; open(INFILE, "< $filename") or die "Can't open $filename for reading: $!\n"; while () { $line = $_; last if $. == $line_number; } if ($. != $line_number) { die "Didn't find line $line_number in $filename\n"; } print; The index version in Example 8.2 must build an index. For many lookups, you could build the index once and then use it for all subsequent lookups: Example 8.2: print_line-v2 #!/usr/bin/perl -w # print_line-v2 - index style # build_index and line_with_index from above @ARGV == 2 or die "usage: print_line FILENAME LINE_NUMBER"; ($filename, $line_number) = @ARGV; open(ORIG, "< $filename") or die "Can't open $filename for reading: $!"; # open the index and build it if necessary # there's a race condition here: two copies of this # program can notice there's no index for the file and # try to build one. This would be easily solved with # locking $indexname = "$filename.index"; sysopen(IDX, $indexname, O_CREAT|O_RDWR) or die "Can't open $indexname for read/write: $!"; build_index(*ORIG, *IDX) if -z $indexname; # XXX: race unless lock $line = line_with_index(*ORIG, *IDX, $line_number); die "Didn't find line $line_number in $filename" unless defined $line; print $line; The DB_File version in Example 8.3 is indistinguishable from magic. Example 8.3: print_line-v3 #!/usr/bin/perl -w # print_line-v3 - DB_File style use DB_File; use Fcntl;

@ARGV == 2 or die "usage: print_line FILENAME LINE_NUMBER\n"; ($filename, $line_number) = @ARGV; $tie = tie(@lines, "DB_File", $filename, O_RDWR, 0666, $DB_RECNO) or die "Cannot open file $filename: $!\n"; unless ($line_number < $tie->length) { die "Didn't find line $line_number in $filename\n" } print $lines[$line_number-1];

# easy, eh?

See Also The documentation for the standard DB_File module (also in Chapter 7 of Programming Perl ); the tie function in perlfunc (1) and in Chapter 3 of Programming Perl; the entry on $. in perlvar (1) and in the "Special Variables" section of Chatper 2 of Programming Perl Previous: 8.7. Randomizing All Lines

Perl Cookbook

Next: 8.9. Processing Variable-Length Text Fields

8.7. Randomizing All Lines

Book Index

8.9. Processing Variable-Length Text Fields

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.8. Reading a Particular Line in a File

Chapter 8 File Contents

Next: 8.10. Removing the Last Line of a File

8.9. Processing Variable-Length Text Fields Problem You want to extract variable length fields from your input.

Solution Use split with a pattern matching the field separators. # given $RECORD with field separated by PATTERN, # extract @FIELDS. @FIELDS = split(/PATTERN/, $RECORD);

Discussion The split function takes up to three arguments: PATTERN, EXPRESSION, and LIMIT. The LIMIT parameter is the maximum number of fields to split into. (If the input contains more fields, they are returned unsplit in the final list element.) If LIMIT is omitted, all fields (except any final empty ones) are returned. EXPRESSION gives the string value to split. If EXPRESSION is omitted, $_ is split. PATTERN is a pattern matching the field separator. If PATTERN is omitted, contiguous stretches of whitespace are used as the field separator and leading empty fields are silently discarded. If your input field separator isn't a fixed string, you might want split to return the field separators as well as the data by using parentheses in PATTERN to save the field separators. For instance: split(/([+-])/, "3+5-2"); returns the values: (3, '+', 5, '-', 2) To split colon-separated records in the style of the /etc/passwd file, use: @fields = split(/:/, $RECORD); The classic application of split is whitespace-separated records: @fields = split(/\s+/, $RECORD); If $RECORD started with whitespace, this last use of split would have put an empty string into the first

element of @fields because split would consider the record to have an initial empty field. If you didn't want this, you could use this special form of split: @fields = split(" ", $RECORD); This behaves like split with a pattern of /\s+/, but ignores leading whitespace. When the record separator can appear in the record, you have a problem. The usual solution is to escape occurrences of the record separator in records by prefixing them with a backslash. See Recipe 1.13.

See Also The split function in perlfunc (1) and in Chapter 3 of Programming Perl Previous: 8.8. Reading a Particular Line in a File

8.8. Reading a Particular Line in a File

Perl Cookbook Book Index

Next: 8.10. Removing the Last Line of a File

8.10. Removing the Last Line of a File

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.9. Processing Variable-Length Text Fields

Chapter 8 File Contents

Next: 8.11. Processing Binary Files

8.10. Removing the Last Line of a File Problem You'd like to remove the last line from a file.

Solution Read the file a line at a time and keep track of the byte address of the last line you've seen. When you've exhausted the file, truncate to the last address you saved: open (FH, "+< $file") or die "can't update $file: $!"; while ( ) { $addr = tell(FH) unless eof(FH); } truncate(FH, $addr) or die "can't truncate $file: $!";

Discussion This is much more efficient than reading the file into memory all at once, since it only holds one line at a time. Although you still have to grope your way through the whole file, you can use this program on files larger than available memory.

See Also The open and binmode functions in perlfunc (1) and in Chapter 3 of Programming Perl; your system's open (2) and fopen (3) manpages Previous: 8.9. Processing Variable-Length Text Fields

Perl Cookbook

Next: 8.11. Processing Binary Files

8.9. Processing Variable-Length Text Fields

Book Index

8.11. Processing Binary Files

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.10. Removing the Last Line of a File

Chapter 8 File Contents

Next: 8.12. Using Random-Access I/O

8.11. Processing Binary Files Problem Your system distinguishes between text and binary files. How do you?

Solution Use the binmode function on the filehandle: binmode(HANDLE);

Discussion Not everyone agrees what constitutes a line in a text file, because one person's textual character set is another's binary gibberish. Even when everyone is using ASCII instead of EBCDIC, Rad50, or Unicode, discrepancies arise. As mentioned in the Introduction, there is no such thing as a newline character. It is purely virtual, a figment of the operating system, standard libraries, device drivers, and Perl. Under Unix or Plan9, a "\n" represents the physical sequence "\cJ" (the Perl double-quote escape for Ctrl-J), a linefeed. However, on a terminal that's not in raw mode, an Enter key generates an incoming "\cM" (a carriage return) which turns into "\cJ", whereas an outgoing "\cJ" turns into "\cM\cJ". This strangeness doesn't happen with normal files, just terminal devices, and it is handled strictly by the device driver. On a Mac, a "\n" is usually represented by "\cM"; just to make life interesting (and because the standard requires that "\n" and "\r" be different), a "\r" represents a "\cJ". This is exactly the opposite of the way that Unix, Plan9, VMS, CP/M, or nearly anyone else does it. So, Mac programmers writing files for other systems or talking over a network have to be careful. If you send out "\n", you'll deliver a "\cM", and no "\cJ" will be seen. Most network services prefer to receive and send "\cM\cJ" as a line terminator, but most accept merely a "\cJ". Under VMS, DOS, or their derivatives, a "\n" represents "\cJ", similar to Unix and Plan9. From the perspective of a tty, Unix and DOS behave identically: a user who hits Enter generates a "\cM", but this arrives at the program as a "\n", which is "\cJ". A "\n" (that's a "\cJ", remember) sent to a terminal shows up as a "\cM\cJ". These strange conversions happen to Windows files as well. A DOS text file actually physically contains two

characters at the end of every line, "\cM\cJ". The last block in the file has a "\cZ" to indicate where the text stops. When you write a line like "bad news\n" on those systems, the file contains "bad news\cM\cJ", just as if it were a terminal. When you read a line on such systems, it's even stranger. The file itself contains "bad news\cM\cJ", a 10-byte string. When you read it in, your program gets nothing but "bad news\n", where that "\n" is the virtual newline character, that is, a linefeed ("\cJ"). That means to get rid of it, a single chop or chomp will do. But your poor program has been tricked into thinking it's only read nine bytes from the file. If you were to read 10 such lines, you would appear to have read just 90 bytes into the file, but in fact would be at position 100. That's why the tell function must always be used to determine your location. You can't infer your position just by counting what you've read. This legacy of the old CP/M filesystem, whose equivalent of a Unix inode stored only block counts and not file sizes, has frustrated programmers for decades, and no end is in sight. Because DOS is compatible with CP/M file formats, Windows with DOS, and NT with Windows, the sins of the fathers have truly been visited unto the children of the fourth generation. You can circumvent the single "\n" terminator by telling Perl (and the operating system) that you're working with binary data. The binmode function indicates that data read or written through the given filehandle should not be mangled the way a text file would likely be on those systems. $gifname = "picture.gif"; open(GIF, $gifname) or die "can't open $gifname: $!"; binmode(GIF); binmode(STDOUT);

# now DOS won't mangle binary input from GIF # now DOS won't mangle binary output to STDOUT

while (read(GIF, $buff, 8 * 2**10)) { print STDOUT $buff; } Calling binmode on systems that don't make this distinction (including Unix, the Mac, and Plan 9) is harmless. Inappropriately doing so (such as on a text file) on systems that do (including MVS, VMS, and DOS, regardless of its GUI ) can mangle your files. If you're not using binmode, the data you read using stdio () will automatically have the native system's line terminator changed to "\n", even if you change $/. Similarly, any "\n" you print to the filehandle will be turned into the native line terminator. See this chapter's Introduction for more details. If you want to get what was on the disk, byte for byte, you should set binmode if you're on one of the odd systems listed above. Then, of course, you also have to set $/ to the real record separator if you want to use on it.

See Also The open and binmode functions in perlfunc (1) and in Chapter 3 of Programming Perl; your system's open (2) and fopen (3) manpages Previous: 8.10. Removing the Last Line of a File

Perl Cookbook

Next: 8.12. Using Random-Access I/O

8.10. Removing the Last Line of a File

Book Index

8.12. Using Random-Access I/O

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.11. Processing Binary Files

Chapter 8 File Contents

Next: 8.13. Updating a Random-Access File

8.12. Using Random-Access I/O Problem You have to read a binary record from the middle of a large file but don't want to read a record at a time to get there.

Solution Once you know the record's size, multiply it by the record number to get the byte address, and then seek to that byte address and read the record: $ADDRESS = $RECSIZE * $RECNO; seek(FH, $ADDRESS, 0) or die "seek:$!"; read(FH, $BUFFER, $RECSIZE);

Discussion The Solution assumes the first record has a RECNO of 0. If you're counting from one, use: $ADDRESS = $RECSIZE * ($RECNO-1); This won't work on a text file unless all lines are the same length. This is rarely the case.

See Also The seek function in perlfunc (1) and in Chapter 3 of Programming Perl; Recipe 8.13 Previous: 8.11. Processing Binary Files

8.11. Processing Binary Files

Perl Cookbook Book Index

Next: 8.13. Updating a Random-Access File

8.13. Updating a Random-Access File

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.12. Using Random-Access I/O

Chapter 8 File Contents

Next: 8.14. Reading a String from a Binary File

8.13. Updating a Random-Access File Problem You want to read in an old record from a binary file, change its values, and write back the record.

Solution After reading the old record, pack up the updated values, seek to the previous address, and write it back. use Fcntl; # for SEEK_SET and SEEK_CUR $ADDRESS = $RECSIZE * $RECNO; seek(FH, $ADDRESS, SEEK_SET) or die read(FH, $BUFFER, $RECSIZE) == $RECSIZE or die @FIELDS = unpack($FORMAT, $BUFFER); # update fields, then $BUFFER = pack($FORMAT, @FIELDS); seek(FH, -$RECSIZE, SEEK_CUR) or die print FH $BUFFER; close FH or die

"Seeking: $!"; "Reading: $!";

"Seeking: $!"; "Closing: $!";

Discussion You don't have to use anything fancier than print in Perl to output a record. Remember that the opposite of read is not write but print, although oddly enough, the opposite of sysread actually is syswrite. (split and join are opposites, but there's no speak to match listen, no resurrect for kill, and no curse for bless.) The example program shown in Example 8.4, weekearly, takes one argument: the user whose record you want to backdate by a week. (Of course, in practice, you wouldn't really want to (nor be able to!) mess with the system accounting files.) This program requires write access to the file to be updated, since it opens the file in update mode. After fetching and altering the record, it packs it up again, skips backwards in the file one record, and writes it out.

Example 8.4: weekearly #!/usr/bin/perl # weekearly -- set someone's login date back a week use User::pwent; use IO::Seekable; $typedef = 'L A12 A16'; # linux fmt; sunos is "L A8 A16" $sizeof = length(pack($typedef, ())); $user = shift(@ARGV) || $ENV{USER} || $ENV{LOGNAME}; $address = getpwnam($user)->uid * $sizeof; open (LASTLOG, "+mode & 01000; } return 1; } A directory is considered safe even if others can write to it, provided that its mode 01000 (owner delete only) bit is set. Careful programmers also ensure that no enclosing directory is writable. This is due to systems with the "chown giveaway" problem in which any user can give away a file they own and make it owned by someone else. The following function handles that by using the is_safe function to check every enclosing directory up to the root if it detects that you have the chown problem, for which it queries the POSIX::sysconf. If you don't have an unrestricted version of chown, the is_verysafe subroutine just calls is_safe. If you do have the problem, it walks up the filesystem tree until it reaches the root. use Cwd; use POSIX qw(sysconf _PC_CHOWN_RESTRICTED); sub is_verysafe { my $path = shift; return is_safe($path) if sysconf(_PC_CHOWN_RESTRICTED); $path = getcwd() . '/' . $path if $path !~ m{^/}; do { return unless is_safe($path);

$path =~ s#([^/]+|/)$##; $path =~ s#/$## if length($path) > 1; } while length $path;

# dirname # last slash

return 1; } To use this in a program, try something like this: $file = "$ENV{HOME}/.myprogrc"; readconfig($file) if is_safe($file); This has potential for a race condition, because it's presumed that the hypothetical readconfig function will open the file. Between the time when is_safe checks the file's stats and when readconfig opens it, something wicked could theoretically occur. To avoid this, pass is_safe the already open filehandle, which is set up to handle this: $file = "$ENV{HOME}/.myprogrc"; if (open(FILE, "< $file")) { readconfig(*FILE) if is_safe(*FILE); } You would still have to arrange for readconfig to accept a filehandle instead of a filename, though. Previous: 8.16. Reading Configuration Files

8.16. Reading Configuration Files

Perl Cookbook Book Index

Next: 8.18. Program: tailwtmp

8.18. Program: tailwtmp

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.17. Testing a File for Trustworthiness

Chapter 8 File Contents

Next: 8.19. Program: tctee

8.18. Program: tailwtmp Every time a user logs into or out of a Unix system, a record is added to the wtmp file. You can't use the normal tail program on it because it's in binary format. The tailwtmp program in Example 8.7 knows the format of the binary file and shows every new record as it appears. You'll have to adjust the pack format for your own system. Example 8.7: tailwtmp #!/usr/bin/perl # tailwtmp - watch for logins and logouts; # uses linux utmp structure, from utmp(5) $typedef = 's x2 i A12 A4 l A8 A16 l'; $sizeof = length pack($typedef, () ); use IO::File; open(WTMP, '/var/log/wtmp') or die "can't open /var/log/wtmp: $!"; seek(WTMP, 0, SEEK_END); for (;;) { while (read(WTMP, $buffer, $sizeof) == $sizeof) { ($type, $pid, $line, $id, $time, $user, $host, $addr) = unpack($typedef, $buffer); next unless $user && ord($user) && $time; printf "%1d %-8s %-12s %2s %-24s %-16s %5d %08x\n", $type,$user,$line,$id,scalar(localtime($time)), $host,$pid,$addr; } for ($size = -s WTMP; $size == -s WTMP; sleep 1) {} WTMP->clearerr(); } Previous: 8.17. Testing a File for Trustworthiness

8.17. Testing a File for Trustworthiness

Perl Cookbook Book Index

Next: 8.19. Program: tctee

8.19. Program: tctee

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.18. Program: tailwtmp

Chapter 8 File Contents

Next: 8.20. Program: laston

8.19. Program: tctee Not all systems support the classic tee program for splitting output pipes to multiple destinations. This command sends the output from someprog to /tmp/output and to the mail pipe beyond. % someprog | tee /tmp/output | Mail -s 'check this' [email protected] This program helps not only users who aren't on Unix systems and don't have a regular tee. It also helps those who are, because it offers features not found on other version of tee. The four flag arguments are -i to ignore interrupts, -a to append to output files, -u for unbuffered output, and -n to omit copying the output on to standard out. Because this program uses Perl's magic open, you can specify pipes as well as files. % someprog | tctee f1 "|cat -n" f2 ">>f3" That sends the output from someprog to the files f1 and f2, appends it to f3, sends a copy to the program cat -n, and also produces the stream on standard output. The program in Example 8.8 is one of many venerable Perl programs written nearly a decade ago that still runs perfectly well. If written from scratch now, we'd probably use strict, warnings, and ten to thirty thousand lines of modules. But if it ain't broke . . . Example 8.8: tctee #!/usr/bin/perl # tctee - clone that groks process tees # perl3 compatible, or better. while ($ARGV[0] =~ /^-(.+)/ && (shift, ($_ = $1), 1)) { next if /^$/; s/i// && (++$ignore_ints, redo); s/a// && (++$append, redo); s/u// && (++$unbuffer, redo); s/n// && (++$nostdout, redo); die "usage tee [-aiun] [filenames] ...\n"; }

if ($ignore_ints) { for $sig ('INT', 'TERM', 'HUP', 'QUIT') { $SIG{$sig} = 'IGNORE'; } } $SIG{'PIPE'} = 'PLUMBER'; $mode = $append ? '>>' : '>'; $fh = 'FH000'; unless ($nostdout) { %fh = ('STDOUT', 'standard output'); # always go to stdout } $| = 1 if $unbuffer; for (@ARGV) { if (!open($fh, (/^[^>|]/ && $mode) . $_)) { warn "$0: cannot open $_: $!\n"; # like sun's; i prefer die $status++; next; } select((select($fh), $| = 1)[0]) if $unbuffer; $fh{$fh++} = $_; } while () { for $fh (keys %fh) { print $fh $_; } } for $fh (keys %fh) { next if close($fh) || !defined $fh{$fh}; warn "$0: couldnt close $fh{$fh}: $!\n"; $status++; } exit $status; sub PLUMBER { warn "$0: pipe to \"$fh{$fh}\" broke!\n"; $status++; delete $fh{$fh}; }

Previous: 8.18. Program: tailwtmp

8.18. Program: tailwtmp

Perl Cookbook Book Index

Next: 8.20. Program: laston

8.20. Program: laston

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.19. Program: tctee

Chapter 8 File Contents

Next: 9. Directories

8.20. Program: laston When you log in to a Unix system, it tells you when you last logged in. That information is stored in a binary file called lastlog. Each user has their own record; UID 8 is at record 8, UID 239 at record 239, and so on. To find out when a given user last logged in, convert their login name to a number, seek to their record in that file, read, and unpack. Doing so with shell tools is very hard, but it's very easy with the laston program. Here's an example: % laston gnat gnat UID 314 at Mon May 25 08:32:52 1998 on ttyp0 from below.perl.com The program in Example 8.9 is much newer than the tctee program in Example 8.8, but it's less portable. It uses the Linux binary layout of the lastlog file. You'll have to change this for other systems. Example 8.9: laston #!/usr/bin/perl # laston - find out when given user last logged on use User::pwent; use IO::Seekable qw(SEEK_SET); open (LASTLOG, "/var/log/lastlog") or die "can't open /usr/adm/lastlog: $!"; $typedef = 'L A12 A16'; # linux fmt; sunos is "L A8 A16" $sizeof = length(pack($typedef, ())); for $user (@ARGV) { $U = ($user =~ /^\d+$/) ? getpwuid($user) : getpwnam($user); unless ($U) { warn "no such uid $user\n"; next; } seek(LASTLOG, $U->uid * $sizeof, SEEK_SET) or die "seek failed: $!"; read(LASTLOG, $buffer, $sizeof) == $sizeof or next; ($time, $line, $host) = unpack($typedef, $buffer); printf "%-8s UID %5d %s%s%s\n", $U->name, $U->uid, $time ? ("at " . localtime($time)) : "never logged in", $line && " on $line", $host && " from $host"; } Previous: 8.19. Program: tctee

Perl Cookbook

Next: 9. Directories

8.19. Program: tctee

Book Index

9. Directories

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 8.20. Program: laston

Chapter 9

Next: 9.1. Getting and Setting Timestamps

9. Directories Contents: Introduction Getting and Setting Timestamps Deleting a File Copying or Moving a File Recognizing Two Names for the Same File Processing All Files in a Directory Globbing, or Getting a List of Filenames Matching a Pattern Processing All Files in a Directory Recursively Removing a Directory and Its Contents Renaming Files Splitting a Filename into Its Component Parts Program: symirror Program: lst Unix has its weak points but its file system is not one of them. - Chris Torek

9.0. Introduction To fully understand directories, you need to be acquainted with the underlying mechanics. The following explanation is slanted towards the Unix filesystem, for whose system calls and behavior Perl's directory access routines were designed, but it is applicable to some degree to most other platforms. A filesystem consists of two parts: a set of data blocks where the contents of files and directories are kept, and an index to those blocks. Each entity in the filesystem has an entry in the index, be it a plain file, a directory, a link, or a special file like those in /dev. Each entry in the index is called an inode (short for index node). Since the index is a flat index, inodes are addressed by number. A directory is a specially formatted file, whose inode entry marks it as a directory. A directory's data blocks contain a set of pairs. Each pair consists of the name of something in that directory and the inode

number of that thing. The data blocks for /usr/bin might contain: Name Inode bc

17

du

29

nvi

8

pine

55

vi

8

Every directory is like this, even the root directory ( / ). To read the file /usr/bin/vi, the operating system reads the inode for /, reads its data blocks to find the entry for /usr, reads /usr 's inode, reads its data block to find /usr/bin, reads /usr/bin's inode, reads its data block to find /usr/bin/vi, reads /usr/bin/vi 's inode, and then reads the data from its data block. The name in a directory entry isn't fully qualified. The file /usr/bin/vi has an entry with the name vi in the /usr/bin directory. If you open the directory /usr/bin and read entries one by one, you get filenames like patch, rlogin, and vi instead of fully qualified names like /usr/bin/patch, /usr/bin/rlogin, and /usr/bin/vi. The inode has more than a pointer to the data blocks. Each inode also contains the type of thing it represents (directory, plain file, etc.), the size of the thing, a set of permissions bits, owner and group information, the time the thing was last modified, the number of directory entries that point to this inode, and so on. Some operations on files change the contents of the file's data blocks; some change just the inode. For instance, appending to or truncating a file updates its inode by changing the size field. Other operations change the directory entry that points to the file's inode. Changing a file's name changes only the directory entry; it updates neither the file's data nor its inode. Three fields in the inode structure contain the last access, change, and modification times: atime, ctime, and mtime. The atime field is updated each time the pointer to the file's data blocks is followed and the file's data is read. The mtime field is updated each time the file's data changes. The ctime field is updated each time the file's inode changes. The ctime is not creation time; there is no way under standard Unix to find a file's creation time. Reading a file changes its atime only. Changing a file's name doesn't change atime, ctime, or mtime because it was only the directory entry that changed (it does change the atime and mtime of the directory the file is in, though). Truncating a file doesn't change its atime (because we haven't read, we've just changed the size field in its directory entry), but it does change its ctime because we changed its size field and its mtime because we changed its contents (even though we didn't follow the pointer to do so). We can access a file or directory's inode by calling the built-in function stat on its name. For instance, to get the inode for /usr/bin/vi, say: @entry = stat("/usr/bin/vi") or die "Couldn't stat /usr/bin/vi : $!";

To get the inode for the directory /usr/bin, say: @entry = stat("/usr/bin") or die "Couldn't stat /usr/bin : $!"; You can stat filehandles, too: @entry = stat(INFILE)

or die "Couldn't stat INFILE : $!";

The stat function returns a list of the values of the fields in the directory entry. If it couldn't get this information (for instance, if the file doesn't exist), it returns an empty list. It's this empty list we test for with the or die construct. Be careful of using || die because that throws the expression into scalar context, in which case stat only reports whether it worked. It doesn't return the list of values. The _ cache referred to below will still be updated, though. The values returned by stat are listed in the following table. Element Abbreviation Description 0

dev

Device number of filesystem

1

ino

Inode number (the "pointer" field)

2

mode

File mode (type and permissions)

3

nlink

Number of (hard) links to the file

4

uid

Numeric user ID of file's owner

5

gid

Numeric group ID of file's owner

6

rdev

The device identifier (special files only)

7

size

Total size of file, in bytes

8

atime

Last access time, in seconds, since the Epoch

9

mtime

Last modify time, in seconds, since the Epoch

10

ctime

Inode change time, in seconds, since the Epoch

11

blksize

Preferred block size for filesystem I/O

12

blocks

Actual number of blocks allocated

The standard File::stat module provides a named interface to these values. It overrides the stat function, so instead of returning the preceding array, it returns an object with a method for each attribute: use File::stat; $inode = stat("/usr/bin/vi"); $ctime = $inode->ctime; $size = $inode->size; In addition, Perl provides a set of operators that call stat and return one value only. These are collectively referred to as the -X operators because they all take the form of a dash followed by a single

character. They're modelled on the shell's test operators: -X Stat field

Meaning

-r mode

File is readable by effective UID/GID

-w mode

File is writable by effective UID/GID

-x mode

File is executable by effective UID/GID

-o mode

File is owned by effective UID

-R mode

File is readable by real UID/GID

-W mode

File is writable by real UID/GID

-X mode

File is executable by real UID/GID

-O mode

File is owned by real UID

-e

File exists

-z size

File has zero size

-s size

File has nonzero size (returns size)

-f mode,rdev File is a plain file -d mode,rdev File is a directory -l mode

File is a symbolic link

-p mode

File is a named pipe (FIFO)

-S mode

File is a socket

-b rdev

File is a block special file

-c rdev

File is a character special file

-t rdev

Filehandle is opened to a tty

-u mode

File has setuid bit set

-g mode

File has setgid bit set

-k mode

File has sticky bit set

-T N/A

File is a text file

-B N/A

File is a binary file (opposite of -T)

-M mtime

Age of file in days when script started

-A atime

Same for access time

-C ctime

Same for inode change time (not creation)

The stat and the -X operators cache the values that the stat (2) system call returned. If you then call stat or a -X operator with the special filehandle _ (a single underscore), it won't call stat again but will instead return information from its cache. This lets you test many properties of a single file without calling stat (2) many times or introducing a race condition: open( F, "< $filename" ) or die "Opening $filename: $!\n"; unless (-s F && -T _) { die "$filename doesn't have text in it.\n"; } The stat call just returns the information in one inode, though. How do we get a list of the contents of a directory? For that, Perl provides opendir, readdir, and closedir: opendir(DIRHANDLE, "/usr/bin") or die "couldn't open /usr/bin : $!"; while ( defined ($filename = readdir(DIRHANDLE)) ) { print "Inside /usr/bin is something called $filename\n"; } closedir(DIRHANDLE); These directory reading functions are designed to look like the file open and close functions. Where open takes a filehandle, though, opendir takes a directory handle. They look the same (a bare word) but they are different: you can open(BIN, "/a/file") and opendir(BIN, "/a/dir") and Perl won't get confused. You might, but Perl won't. Because filehandles and directory handles are different, you can't use the < > operator to read from a directory handle. The filenames in a directory aren't necessarily stored alphabetically. If you want to get an alphabetical list of files, you'll have to read all the entries and sort them yourself. The separation of directory information from inode information can create some odd situations. Operations that change directory only require write permission on the directory, not on the file. Most operations that change information in the file's data require write permission to the file. Operations that alter the permissions of the file require that the caller be the file's owner or the superuser. This can lead to the interesting situation of being able to delete a file you can't read, or write to a file you can't remove. Although these situations make the filesystem structure seem odd at first, they're actually the source of much of Unix's power. Links, two filenames that refer to the same file, are now extremely simple. The two directory entries just list the same inode number. The inode structure includes a count of the number of directory entries referring to the file (nlink in the values returned by stat), but it lets the operating system store and maintain only one copy of the modification times, size, and other file attributes. When one directory entry is unlinked, data blocks are only deleted if the directory entry was the last one that referred to the file's inode - and no processes still have the file open. You can unlink an open file, but its disk space won't be released until the last close. Links come in two forms. The kind described above, where two directory entries list the same inode

number (like vi and nvi in the earlier table), are called hard links. The operating system cannot tell the first directory entry of a file (the one created when the file was created) from any subsequent hard links to it. The other kind, soft or symbolic links, are very different. A soft link is a special type of file whose data block stores the filename the file is linked to. Soft links have a different mode value, indicating they're not regular files. The operating system, when asked to open a soft link, instead opens the filename contained in the data block.

Executive Summary Filenames are kept in a directory, separate from the size, protections, and other metadata kept in an inode. The stat function returns the inode information (metadata). opendir, readdir, and friends provide access to filenames in a directory through a directory handle. Directory handles look like filehandles, but they are not the same. In particular, you can't use < > on directory handles. The permissions on a directory determine whether you can read and write the list of filenames. The permissions on a file determine whether you can change the file's metadata or contents. Three different times are stored in an inode. None of them is the file's creation time. Previous: 8.20. Program: laston

8.20. Program: laston

Perl Cookbook Book Index

Next: 9.1. Getting and Setting Timestamps

9.1. Getting and Setting Timestamps

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 9.0. Introduction

Chapter 9 Directories

Next: 9.2. Deleting a File

9.1. Getting and Setting Timestamps Problem You need to retrieve or alter when a file was last modified (written or changed) or accessed (read).

Solution Use stat to get those times and utime to set them. Both functions are built into Perl: ($READTIME, $WRITETIME) = (stat($filename))[8,9]; utime($NEWREADTIME, $NEWWRITETIME, $filename);

Discussion As explained in the Introduction, three different times are associated with an inode in the traditional Unix filesystem. Of these, any user can set the atime and mtime with utime, assuming the user has write access to the parent directory of the file. There is effectively no way to change the ctime. This example shows how to call utime: $SECONDS_PER_DAY = 60 * 60 * 24; ($atime, $mtime) = (stat($file))[8,9]; $atime -= 7 * $SECONDS_PER_DAY; $mtime -= 7 * $SECONDS_PER_DAY; utime($atime, $mtime, $file) or die "couldn't backdate $file by a week w/ utime: $!"; You must call utime with both atime and mtime values. If you only want to change one, you must call stat first to get the other: $mtime = (stat $file)[9]; utime(time, $mtime, $file); This is easier to understand if you use File::stat: use File::stat; utime(time, stat($file)->mtime, $file);

Use utime to make it appear as though you never touched a file at all (beyond its ctime being updated). For example, to edit a file, use the program in Example 9.1. Example 9.1: uvi #!/usr/bin/perl -w # uvi - vi a file without changing its access times $file = shift or die "usage: uvi filename\n"; ($atime, $mtime) = (stat($file))[8,9]; system($ENV{EDITOR} || "vi", $file); utime($atime, $mtime, $file) or die "couldn't restore $file to orig times: $!";

See Also The stat and utime functions in perlfunc (1) and in Chapter 3 of Programming Perl; the standard File::stat module (also in Chapter 7 of Programming Perl; your system's utime (3) manpage Previous: 9.0. Introduction

9.0. Introduction

Perl Cookbook Book Index

Next: 9.2. Deleting a File

9.2. Deleting a File

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 9.1. Getting and Setting Timestamps

Chapter 9 Directories

Next: 9.3. Copying or Moving a File

9.2. Deleting a File Problem You want to delete a file. Perl's delete function isn't what you want.

Solution Use Perl's standard unlink function: unlink($FILENAME) unlink(@FILENAMES) == @FILENAMES

or die "Can't delete $FILENAME: $!\n"; or die "Couldn't unlink all of @FILENAMES: $!\n";

Discussion The unlink function takes its name from the Unix system call. Perl's unlink takes a list of filenames and returns the number of filenames successfully deleted. This return value can then be tested with || or or: unlink($file) or die "Can't unlink $file: $!"; unlink doesn't report which filenames it couldn't delete, only how many it did delete. Here's one way to test for successful deletion of many files and to report the number deleted: unless (($count = unlink(@filelist)) == @filelist) { warn "could only delete $count of " . (@filelist) . " files"; } A foreach over @filelist would permit individual error messages. Under Unix, deleting a file from a directory requires write access to the directory,[1] not to the file, because it's the directory you're changing. Under some circumstances, you could remove a file you couldn't write to or write to a file you couldn't remove. [1] Unless the sticky bit, mode 01000, is turned on for the directory, which further restricts deletions to be by the owner only. Shared directories like /tmp are usually mode 01777 for security reasons. If you delete a file that some process still has open, the operating system removes the directory entry but doesn't free up data blocks until all processes have closed the file. This is how the new_tmpfile function in IO::File (see Recipe 7.5) works.

See Also The unlink function in perlfunc (1) and in Chapter 3 of Programming Perl; your system's unlink (2) manpage; we use the idea of a file that has been deleted but is still accessible in Recipe 7.5

Previous: 9.1. Getting and Setting Timestamps

9.1. Getting and Setting Timestamps

Perl Cookbook Book Index

Next: 9.3. Copying or Moving a File

9.3. Copying or Moving a File

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 9.2. Deleting a File

Chapter 9 Directories

Next: 9.4. Recognizing Two Names for the Same File

9.3. Copying or Moving a File Problem You need to copy a file, but Perl has no built-in copy command.

Solution Use the copy function from the standard File::Copy module: use File::Copy; copy($oldfile, $newfile); You can do it by hand: open(IN, "< $oldfile") open(OUT, "> $newfile")

or die "can't open $oldfile: $!"; or die "can't open $newfile: $!";

$blksize = (stat IN)[11] || 16384; # preferred block size? while ($len = sysread IN, $buf, $blksize) { if (!defined $len) { next if $! =~ /^Interrupted/; # ^Z and fg die "System read error: $!\n"; } $offset = 0; while ($len) { # Handle partial writes. defined($written = syswrite OUT, $buf, $len, $offset) or die "System write error: $!\n"; $len -= $written; $offset += $written; }; } close(IN); close(OUT); Or you can call your system's copy program: system("cp $oldfile $newfile"); system("copy $oldfile $newfile");

# unix # dos, vms

Discussion The File::Copy module provides copy and move functions. These are more convenient than resorting to low-level I/O calls and more portable than calling system. move works across file-system boundaries; the standard Perl built-in rename (usually) does not. use File::Copy; copy("datafile.dat", "datafile.bak") or die "copy failed: $!"; move("datafile.new", "datafile.dat") or die "move failed: $!"; Because these functions return only a simple success status, you can't easily tell which file prevented the copy or move from being done. Copying the files manually lets you pinpoint which files didn't copy, but it fills your program with complex sysreads and syswrites.

See Also Documentation for the standard File::Copy module (also in Chapter 7 of Programming Perl); the rename, read, and syswrite functions in perlfunc (1) and in Chapter 3 of Programming Perl Previous: 9.2. Deleting a File

9.2. Deleting a File

Perl Cookbook Book Index

Next: 9.4. Recognizing Two Names for the Same File

9.4. Recognizing Two Names for the Same File

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 9.3. Copying or Moving a File

Chapter 9 Directories

Next: 9.5. Processing All Files in a Directory

9.4. Recognizing Two Names for the Same File Problem You want to identify if two filenames in a list correspond to the same file on disk (because of hard and soft links, two filenames can refer to a single file). You might do this to make sure that you don't change a file you've already worked with.

Solution Maintain a hash, keyed by the device and inode number of the files you've seen. The values are the names of the files: %seen = (); sub do_my_thing { my $filename = shift; my ($dev, $ino) = stat $filename; unless ($seen{$dev, $ino}++) { # do something with $filename because we haven't # seen it before } }

Discussion A key in %seen is made by combining the device number ($dev) and inode number ($ino) of each file. Files that are the same will have the same device and inode numbers, so they will have the same key. If you want to maintain a list of all files of the same name, instead of counting the number of times seen, save the name of the file in an anonymous array. foreach $filename (@files) { ($dev, $ino) = stat $filename; push( @{ $seen{$dev,$ino} }, $filename); }

foreach $devino (sort keys %seen) { ($dev, $ino) = split(/$;/o, $devino); if (@{$seen{$devino}} > 1) { # @{$seen{$devino}} is a list of filenames for the same file } } The $; variable contains the separator string using the old multidimensional associative array emulation syntax, $hash{$x,$y,$z}. It's still a one-dimensional hash, but it has composite keys. The key is really join($; => $x, $y, $z). The split separates them again. Although you'd normally just use a real multilevel hash directly, here there's no need, and it's cheaper not to.

See Also The $; variable in perlvar (1), and in the "Special Variables" section of Chapter 2 of Programming Perl; the stat function in perlfunc (1) and in Chapter 3 of Programming Perl; Chapter 5, Hashes Previous: 9.3. Copying or Moving a File

9.3. Copying or Moving a File

Perl Cookbook

Next: 9.5. Processing All Files in a Directory

Book Index

9.5. Processing All Files in a Directory

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 9.4. Recognizing Two Names for the Same File

Chapter 9 Directories

Next: 9.6. Globbing, or Getting a List of Filenames Matching a Pattern

9.5. Processing All Files in a Directory Problem You want to do something to each file in a particular directory.

Solution Use opendir to open the directory and then readdir to retrieve every filename: opendir(DIR, $dirname) or die "can't opendir $dirname: $!"; while (defined($file = readdir(DIR))) { # do something with "$dirname/$file" } closedir(DIR);

Discussion The opendir, readdir, and closedir functions operate on directories as open, < >, and close operate on files. Both use handles, but the directory handles used by opendir and friends are different from the file handles used by open and friends. In particular, you can't use < > on a directory handle. In scalar context, readdir returns the next filename in the directory until it reaches the end of the directory when it returns undef. In list context it returns the rest of the filenames in the directory or an empty list if there were no files left. As explained in the Introduction, the filenames returned by readdir do not include the directory name. When you work with the filenames returned by readdir, you must either move to the right directory first or prepend the directory to the filename. This shows one way of prepending: $dir = "/usr/local/bin"; print "Text files in $dir are:\n"; opendir(BIN, $dir) or die "Can't open $dir: $!"; while( defined ($file = readdir BIN) ) { print "$file\n" if -T "$dir/$file"; } closedir(BIN);

We test $file with defined because simply saying while ($file = readdir BIN) would only be testing truth and not definedness. Although the loop would end when readdir ran out of files to return, it would also end prematurely if a file had the name "0". The readdir function will return the special directories "." (the directory itself) and ".." (the parent of the directory). Most people skip the files with code like: while ( defined ($file = readdir BIN) ) { next if $file =~ /^\.\.?$/; # skip . and .. # ... } Like filehandles, directory handles are per-package constructs. Further, you have two ways of getting a local directory handle: use local *DIRHANDLE or use an object module (see Recipe 7.16). The appropriate module in this case is DirHandle. The following code uses DirHandle and produces a sorted list of plain files that aren't dotfiles (that is, whose names don't begin with a "."): use DirHandle; sub plainfiles { my $dir = shift; my $dh = DirHandle->new($dir) return sort grep { -f } map { "$dir/$_" } grep { !/^\./ } $dh->read(); }

or die "can't opendir $dir: $!"; # sort pathnames # choose only "plain" files # create full paths # filter out dot files # read all entries

DirHandle's read method behaves just like readdir, returning the rest of the filenames. The bottom grep only returns those that don't begin with a period. The map turns the filenames returned by read into fully qualified filenames, and the top grep filters out directories, links, etc. The resulting list is then sorted and returned. In addition to readdir, there's also rewinddir (to move the directory handle back to the start of the filename list), seekdir (to move to a specific offset in the list), and telldir (to find out how far from the start of the list you are).

See Also The closedir, opendir, readdir, rewinddir, seekdir, and telldir functions in perlfunc (1) and in Chapter 3 of Programming Perl; documentation for the standard DirHandle module (also in Chapter 7 of Programming Perl) Previous: 9.4. Recognizing Two Names for the Same File

Perl Cookbook

Next: 9.6. Globbing, or Getting a List of Filenames Matching a Pattern

9.4. Recognizing Two Names for the Same File

Book Index

9.6. Globbing, or Getting a List of Filenames Matching a Pattern

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 9.5. Processing All Files in a Directory

Chapter 9 Directories

Next: 9.7. Processing All Files in a Directory Recursively

9.6. Globbing, or Getting a List of Filenames Matching a Pattern Problem You want to get a list of filenames similar to MS-DOS's *.* and Unix's *.h (this is called globbing).

Solution Perl provides globbing with the semantics of the Unix C shell through the glob keyword and < >: @list = ; @list = glob("*.c"); You can also use readdir to extract the filenames manually: opendir(DIR, $path); @files = grep { /\.c$/ } readdir(DIR); closedir(DIR); The CPAN module File::KGlob does globbing without length limits: use File::KGlob; @files = glob("*.c");

Discussion Perl's built-in glob and notation (not to be confused with ) currently use an external program to get the list of filenames on most platforms. This program is csh on Unix,[2] and a program called dosglob.exe on Windows. On VMS and the Macintosh, file globs are done internally without an external program. Globs are supposed to give C shell semantics on non-Unix systems to encourage portability. The use of the shell on Unix also makes this inappropriate for setuid scripts. [2] Usually. If tcsh is installed, Perl uses that because it's safer. If neither is installed, /bin/sh is used.

To get around this, you can either roll your own selection mechanism using the built-in opendir or CPAN's File::KGlob, neither of which uses external programs. File::KGlob provides Unix shell-like globbing semantics, whereas opendir lets you select files with Perl's regular expressions. At its simplest, an opendir solution uses grep to filter the list returned by readdir: @files = grep { /\.[ch]$/i } readdir(DH); You could also do this with the DirHandle module: use DirHandle; $dh = DirHandle->new($path) or die "Can't open $path : $!\n"; @files = grep { /\.[ch]$/i } $dh->read(); As always, the filenames returned don't include the directory. When you use the filename, you'll need to prepend the directory name: opendir(DH, $dir) or die "Couldn't open $dir for reading: $!"; @files = (); while( defined ($file = readdir(DH)) ) { next unless /\.[ch]$/i; my $filename = "$dir/$file"; push(@files, $filename) if -T $file; } The following example combines directory reading and filtering with the Schwartzian Transform from Chapter 4, Arrays, for efficiency. It sets @dirs to a sorted list of the subdirectories in a directory whose names are all numeric: @dirs = map { $_->[1] } # extract pathnames sort { $a->[0] $b->[0] } # sort names numeric grep { -d $_->[1] } # path is a dir map { [ $_, "$path/$_" ] } # form (name, path) grep { /^\d+$/ } # just numerics readdir(DIR); # all files Recipe 4.15 explains how to read these strange-looking constructs. As always, formatting and documenting your code can make it much easier to read and understand.

See Also The opendir, readdir, closedir, grep, map, and sort functions in perlfunc (1) and in Chapter 3 of Programming Perl; documentation for the standard DirHandle module (also in Chapter 7 of Programming Perl); the "I/O Operators" section of perlop (1), and the "Filename Globbing Operator" section of Chapter 2 of Programming Perl; we talk more about globbing in Recipe 6.9; Recipe 9.7

Previous: 9.5. Processing All Files in a Directory

Perl Cookbook

Next: 9.7. Processing All Files in a Directory Recursively

9.5. Processing All Files in a Directory

Book Index

9.7. Processing All Files in a Directory Recursively

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 9.6. Globbing, or Getting a List of Filenames Matching a Pattern

Chapter 9 Directories

Next: 9.8. Removing a Directory and Its Contents

9.7. Processing All Files in a Directory Recursively Problem You want to do something to each file and subdirectory in a particular directory.

Solution Use the standard File::Find module. use File::Find; sub process_file { # do whatever; } find(\&process_file, @DIRLIST);

Discussion File::Find provides a convenient way to process a directory recursively. It does the directory scans and recursion for you. All you do is pass find a code reference and a list of directories. For each file in those directories, recursively, find calls your function. Before calling your function, find changes to the directory being visited, whose path relative to the starting directory is stored in the $File::Find::dir variable. $_ is set to the basename of the file being visited, and the full path of that file can be found in $File::Find::name. Your code can set $File::Find::prune to true to tell find not to descend into the directory just seen. This simple example demonstrates File::Find. We give find an anonymous subroutine that prints the name of each file visited and adds a / to the names of directories: @ARGV = qw(.) unless @ARGV; use File::Find; find sub { print $File::Find::name, -d && '/', "\n" }, @ARGV; This prints a / after directory names using the -d file test operator, which returns the empty string '' if it fails. The following program prints the sum of everything in a directory. It gives find an anonymous

subroutine to keep a running sum of the sizes of each file it visits. That includes all inode types, including the sizes of directories and symbolic links, not just regular files. Once the find function returns, the accumulated sum is displayed. use File::Find; @ARGV = ('.') unless @ARGV; my $sum = 0; find sub { $sum += -s }, @ARGV; print "@ARGV contains $sum bytes\n"; This code finds the largest single file within a set of directories: use File::Find; @ARGV = ('.') unless @ARGV; my ($saved_size, $saved_name) = (-1, ''); sub biggest { return unless -f && -s _ > $saved_size; $saved_size = -s _; $saved_name = $File::Find::name; } find(\&biggest, @ARGV); print "Biggest file $saved_name in @ARGV is $saved_size bytes long.\n"; We use $saved_size and $saved_name to keep track of the name and the size of the largest file visited. If we find a file bigger than the largest seen so far, we replace the saved name and size with the current ones. When the find is done running, the largest file and its size are printed out, rather verbosely. A more general tool would probably just print the filename, its size, or both. This time we used a named function rather than an anonymous one because the function was getting big. It's simple to change this to find the most recently changed file: use File::Find; @ARGV = ('.') unless @ARGV; my ($age, $name); sub youngest { return if defined $age && $age > (stat($_))[9]; $age = (stat(_))[9]; $name = $File::Find::name; } find(\&youngest, @ARGV); print "$name " . scalar(localtime($age)) . "\n"; The File::Find module doesn't export its $name variable, so always refer to it by its fully qualified name. The example in Example 9.2 is more a demonstration of namespace munging than of recursive directory traversal, although it does find all the directories. It makes $name in our current package an alias for the one in File::Find, which is essentially how Exporter works. Then it declares its own version of find with a prototype that lets it be called like grep or map. Example 9.2: fdirs

#!/usr/bin/perl -lw # fdirs - find all directories @ARGV = qw(.) unless @ARGV; use File::Find (); sub find(&@) { &File::Find::find } *name = *File::Find::name; find { print $name if -d } @ARGV; Our find only calls the find in File::Find, which we were careful not to import by specifying an () empty list in the use statement. Rather than write this: find sub { print $File::Find::name if -d }, @ARGV; we can write the more pleasant: find { print $name if -d } @ARGV;

See Also The documentation for the standard File::Find and Exporter modules (also in Chapter 7 of Programming Perl); your system's find (1) manpage; Recipe 9.6 Previous: 9.6. Globbing, or Getting a List of Filenames Matching a Pattern

9.6. Globbing, or Getting a List of Filenames Matching a Pattern

Perl Cookbook

Next: 9.8. Removing a Directory and Its Contents

Book Index

9.8. Removing a Directory and Its Contents

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 9.7. Processing All Files in a Directory Recursively

Chapter 9 Directories

Next: 9.9. Renaming Files

9.8. Removing a Directory and Its Contents Problem You want to remove a directory tree recursively without using rm -r.

Solution Use the finddepth function from File::Find, shown in Example 9.3. Example 9.3: rmtree1 #!/usr/bin/perl # rmtree1 - remove whole directory trees like rm -r use File::Find qw(finddepth); die "usage: $0 dir ..\n" unless @ARGV; *name = *File::Find::name; finddepth \&zap, @ARGV; sub zap { if (!-l && -d _) { print "rmdir $name\n"; rmdir($name) or warn "couldn't rmdir $name: $!"; } else { print "unlink $name"; unlink($name) or warn "couldn't unlink $name: $!"; } } Or use rmtree from File::Path, as shown in Example 9.4. Example 9.4: rmtree2 #!/usr/bin/perl # rmtree2 - remove whole directory trees like rm -r use File::Path;

die "usage: $0 dir ..\n" unless @ARGV; foreach $dir (@ARGV) { rmtree($dir); } WARNING: These programs remove an entire directory tree. Use with extreme caution!

Discussion The File::Find module exports both a find function, which traverses a tree in the (essentially random) order the files occur in the directory, as well as a finddepth function, which is guaranteed to visit all the files underneath a directory before visiting the directory itself. This is exactly what we need to remove a directory and its contents. We have to use two different functions, rmdir and unlink. The unlink function deletes only files, and rmdir only deletes empty directories. We need to use finddepth to make sure that we've first removed the directory's contents before we rmdir the directory itself. Check first that the file isn't a symbolic link before determining if it's a directory. -d returns true for both a directory and a symbol link to a directory. stat, lstat, and the file test operators like -d all use the operating system call stat (2), which returns all the information kept about a file in an inode. These functions and operators retain that information and let you do more tests on the same file with the special underscore ( _ ) filehandle. This avoids redundant system calls that would return the same information, slowly.

See Also The unlink , rmdir, lstat, and stat functions in perlfunc (1) and in Chapter 3 of Programming Perl; the documentation for the standard File::Find module; your system's rm (1) and stat (2) manpages; the -X section of perlfunc (1), and the "Named Unary and File Test Operators" section of Chapter 2 of Programming Perl Previous: 9.7. Processing All Files in a Directory Recursively

Perl Cookbook

9.7. Processing All Files in a Directory Recursively

Book Index

Next: 9.9. Renaming Files

9.9. Renaming Files

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 9.8. Removing a Directory and Its Contents

Chapter 9 Directories

Next: 9.10. Splitting a Filename into Its Component Parts

9.9. Renaming Files Problem You have a lot of files whose names you want to change.

Solution Use a foreach loop and the rename function: foreach $file (@NAMES) { my $newname = $file; # change $newname rename($file, $newname) or warn "Couldn't rename $file to $newname: $!\n"; }

Discussion This is straightforward. rename takes two arguments. The first is the filename to change, and the second is its new name. Perl's rename is a front end to the operating system's rename system call, which typically won't let you rename files across filesystem boundaries. A small change turns this into a generic rename script, such as the one by Larry Wall shown in Example 9.5. Example 9.5: rename #!/usr/bin/perl -w # rename - Larry's filename fixer $op = shift or die "Usage: rename expr [files]\n"; chomp(@ARGV = ) unless @ARGV; for (@ARGV) { $was = $_; eval $op; die $@ if $@;

rename($was,$_) unless $was eq $_; } This script's first argument is Perl code that alters the filename (stored in $_ ) to reflect how you want the file renamed. It can do this because it uses an eval to do the hard work. It also skips rename calls when the filename is untouched. This lets you simply use wildcards like rename EXPR * instead of making long lists of filenames. Here are five examples of calling the rename program from your shell: % rename 's/\.orig$//' *.orig % rename 'tr/A-Z/a-z/ unless /^Make/' * % rename '$_ .= ".bad"' *.f % rename 'print "$_: "; s/foo/bar/ if =~ /^y/i' * % find /tmp -name '*~' -print | rename 's/^(.+)~$/.#$1/' The first shell command removes a trailing ".orig" from each filename. The second converts uppercase to lowercase. Because a translation is used rather than the lc function, this conversion won't be locale-aware. To fix that, you'd have to write: % rename 'use locale; $_ = lc($_) unless /^Make/' * The third appends ".bad" to each Fortran file ending in ".f", something a lot of us have wanted to do for a long time. The fourth prompts the user for the change. Each file's name is printed to standard output and a response is read from standard input. If the user types something starting with a "y" or "Y", any "foo" in the filename is changed to "bar". The fifth uses find to locate files in /tmp that end with a tilde. It renames these so that instead of ending with a tilde, they start with a dot and a pound sign. In effect, this switches between two common conventions for backup files. The rename script exemplifies the powerful Unix tool-and-filter philosophy. Even though we could have created a dedicated command to do the lowercase conversion, it's nearly as easy to write a flexible, reusable tool by embedding an eval. By allowing the filenames to be read from standard input, we don't have to build in the recursive directory walk. Instead, we just use find, which performs this function well. There's no reason to recreate the wheel, although using File::Find we could have.

See Also The rename function in perlfunc (1) and in Chapter 3 of Programming Perl; your system's mv (1) and rename (2) manpages; the documentation for the standard File::Find module (also in Chapter 7 of Programming Perl) Previous: 9.8. Removing a Directory and Its Contents

Perl Cookbook

Next: 9.10. Splitting a Filename into Its Component Parts

9.8. Removing a Directory and Its Contents

Book Index

9.10. Splitting a Filename into Its Component Parts

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 9.9. Renaming Files

Chapter 9 Directories

Next: 9.11. Program: symirror

9.10. Splitting a Filename into Its Component Parts Problem You want to extract a filename, its enclosing directory, or the extension(s) from a string that contains a full pathname.

Solution Use routines from the standard File::Basename module. use File::Basename; $base = basename($path); $dir = dirname($path); ($base, $dir, $ext) = fileparse($path);

Discussion The standard File::Basename module contains routines to split up a filename. dirname and basename supply the directory and filename portions respectively: $path = '/usr/lib/libc.a'; $file = basename($path); $dir = dirname($path); print "dir is $dir, file is $file\n"; # dir is /usr/lib, file is libc.a The fileparse function can be used to extract the extension. To do so, pass fileparse the path to decipher and a regular expression that matches the extension. You must give fileparse this pattern because an extension isn't necessarily dot-separated. Consider ".tar.gz"--is the extension ".tar", ".gz", or ".tar.gz"? By specifying the pattern, you control which of these you get. $path = '/usr/lib/libc.a'; ($name,$dir,$ext) = fileparse($path,'\..*'); print "dir is $dir, name is $name, extension is $ext\n"; # dir is /usr/lib/, name is libc, extension is .a

By default, these routines parse pathnames using your operating system's normal conventions for directory separators by looking at the $^O variable, which holds a string identifying the system you're running on. That value was determined when Perl was built and installed. You can change the default by calling the fileparse_set_fstype routine. This alters the behavior of subsequent calls to the File::Basename functions: fileparse_set_fstype("MacOS"); $path = "Hard%20Drive:System%20Folder:README.txt"; ($name,$dir,$ext) = fileparse($path,'\..*'); print "dir is $dir, name is $name, extension is $ext\n"; # dir is Hard%20Drive:System%20Folder, name is README, extension is .txt To pull out just the extension, you might use this: sub extension { my $path = shift; my $ext = (fileparse($path,'\..*'))[2]; $ext =~ s/^\.//; return $ext; } When called on a file like source.c.bak, this returns an extension of "c.bak", not just "bak". If you wanted just ".bak" returned, use '\..*?' as the second argument to fileparse. When passed a pathname with a trailing directory separator, such as lib/, fileparse considers the directory name to be "lib/", whereas dirname considers it to be ".".

See Also The documentation for the standard File::Basename module (also in Chapter 7 of Programming Perl); the entry for $^O in perlvar (1), and in the "Special Variables" section of Chapter 2 of Programming Perl Previous: 9.9. Renaming Files

9.9. Renaming Files

Perl Cookbook Book Index

Next: 9.11. Program: symirror

9.11. Program: symirror

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 9.10. Splitting a Filename into Its Component Parts

Chapter 9 Directories

Next: 9.12. Program: lst

9.11. Program: symirror The program in Example 9.6 recursively duplicates a directory tree, making a shadow forest full of symlinks pointing back at the real files. Example 9.6: symirror #!/usr/bin/perl -w # symirror - build spectral forest of symlinks use strict; use File::Find; use Cwd; my ($srcdir, $dstdir); my $cwd = getcwd(); die "usage: $0 realdir mirrordir" unless @ARGV == 2; for (($srcdir, $dstdir) = @ARGV) { my $is_dir = -d; next if $is_dir; if (defined ($is_dir)) { die "$0: $_ is not a directory\n"; } else { mkdir($dstdir, 07777) or die "can't } } continue { s#^(?!/)#$cwd/#; } chdir $srcdir; find(\&wanted, '.'); sub wanted { my($dev, $ino, $mode) = lstat($_); my $name = $File::Find::name;

# cool

# be forgiving mkdir $dstdir: $!";

# fix relative paths

$mode &= 07777; # preserve directory permissions $name =~ s!^\./!!; # correct name if (-d _) { # then make a real directory mkdir("$dstdir/$name", $mode) or die "can't mkdir $dstdir/$name: $!"; } else { # shadow everything else symlink("$srcdir/$name", "$dstdir/$name") or die "can't symlink $srcdir/$name to $dstdir/$name: $!"; } } Previous: 9.10. Splitting a Filename into Its Component Parts

Perl Cookbook

9.10. Splitting a Filename into Its Component Parts

Book Index

Next: 9.12. Program: lst

9.12. Program: lst

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 9.11. Program: symirror

Chapter 9 Directories

Next: 10. Subroutines

9.12. Program: lst Have you ever wondered what the newest or biggest files within a directory are? The standard ls program has options for listing out directories sorted in time order (the -t flag) and for recursing into subdirectories (the -R flag). However, it pauses at each directory to display the sorted contents of just that directory. It doesn't descend through all the subdirectories first and then sort everything it finds. The following lst program does that. Here's an example using its -l flag to get a long listing: % lst -l /etc 12695 0600 1 root wheel 512 Fri May 29 10:42:41 /etc/ssh_random_seed 12640 0644 1 root wheel 10104 Mon May 25 7:39:19 /etc/ld.so.cache 12626 0664 1 root wheel 12288 Sun May 24 19:23:08 /etc/psdevtab 12304 0644 1 root root 237 Sun May 24 13:59:33 /etc/exports 12309 0644 1 root root 3386 Sun May 24 13:24:33 /etc/inetd.conf 12399 0644 1 root root 30205 Sun May 24 10:08:37 /etc/sendmail.cf 18774 0644 1 gnat perldoc 2199 Sun May 24 9:35:57 /etc/X11/XMetroconfig 12636 0644 1 root wheel 290 Sun May 24 9:05:40 /etc/mtab 12627 0640 1 root root 0 Sun May 24 8:24:31 /etc/wtmplock 12310 0644 1 root tchrist 65 Sun May 24 8:23:04 /etc/issue ....

1998 1998 1998 1998 1998 1998 1998 1998 1998 1998

/etc/X11/XMetroconfig showed up in the middle of the listing for /etc because it wasn't just for /etc, but for everything within that directory, recursively. Other supported options include sorting on read time instead of write time using -u and sorting on size rather than time with -s. The -i flag takes the list of filenames from standard input instead of recursing

with find. That way, if you already had a list of filenames, you could feed them to lst for sorting. The program is shown in Example 9.7. Example 9.7: lst #!/usr/bin/perl # lst - list sorted directory contents (depth first) use use use use use

Getopt::Std; File::Find; File::stat; User::pwent; User::grent;

getopts('lusrcmi') or die $TIME_IDX(); printf "%6d %04o %6d %8s %8s %8d %s %s\n", $stat{$_}->ino(), $stat{$_}->mode() & 07777, $stat{$_}->nlink(), user($stat{$_}->uid()), group($stat{$_}->gid()), $stat{$_}->size(), $now, $_; } # get stat info on the file, saving the desired # sort criterion (mtime, atime, ctime, or size) # in the %time hash indexed by filename. # if they want a long list, we have to save the # entire stat object in %stat. yes, this is a # hash of objects sub wanted { my $sb = stat($_); # XXX: should be stat or lstat? return unless $sb; $time{$name} = $sb->$IDX(); # indirect method call $stat{$name} = $sb if $opt_l;

} # cache user number to name conversions sub user { my $uid = shift; $user{$uid} = getpwuid($uid)->name || "#$uid" unless defined $user{$uid}; return $user{$uid}; } # cache group number to name conversions sub group { my $gid = shift; $group{$gid} = getgrgid($gid)->name || "#$gid" unless defined $group{$gid}; return $group{$gid}; } Previous: 9.11. Program: symirror

9.11. Program: symirror

Perl Cookbook Book Index

Next: 10. Subroutines

10. Subroutines

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 9.12. Program: lst

Chapter 10

Next: 10.1. Accessing Subroutine Arguments

10. Subroutines Contents: Introduction Accessing Subroutine Arguments Making Variables Private to a Function Creating Persistent Private Variables Determining Current Function Name Passing Arrays and Hashes by Reference Detecting Return Context Passing by Named Parameter Skipping Selected Return Values Returning More Than One Array or Hash Returning Failure Prototyping Functions Handling Exceptions Saving Global Values Redefining a Function Trapping Undefined Function Calls with AUTOLOAD Nesting Subroutines Program: Sorting Your Mail Composing mortals with immortal fire. - W. H. Auden "Three Songs for St Cecilia's Day"

10.0. Introduction To avoid the dangerous practice of copying and pasting code throughout a program, your larger programs will probably reuse chunks of code with subroutines. We'll use the terms subroutine and function interchangeably, because Perl doesn't distinguish between the two any more than C does. Even object-oriented methods are just subroutines that are called using a special syntax, described in Chapter 13, Classes, Objects, and Ties. A subroutine is declared with the sub keyword. Here's a simple subroutine definition: sub hello { $greeted++; # global variable print "hi there!\n";

} The typical way of calling that subroutine is: hello(); # call subroutine hello with no arguments/parameters Because Perl compiles your program before executing it, it doesn't matter where your subroutines are declared. These definitions don't have to be in the same file as your main program. They can be pulled in from other files using the do, require, or use operators, as described in Chapter 12, Packages, Libraries, and Modules. They can even be created on the fly using eval or the AUTOLOAD mechanism, or generated using closures, which can be used as function templates. If you are familiar with other programming languages, several characteristics of Perl's functions may surprise you if you're not prepared. Most of the recipes in this chapter illustrate how to take advantage of - and be aware of these properties. ●

Perl functions have no formal, named parameters, but this is not necessarily a bad thing. See Recipes 10.1 and 10.7.



All variables are global unless declared otherwise. See Recipes 10.2, 10.3, and 10.13 for details.



Passing or returning more than one array or hash normally causes them to lose their separate identities. See Recipes 10.5, 10.8, 10.9, and 10.11 to avoid this.



A function can know whether it was called in list or scalar context, how many arguments it was called with, and even the name of the function that called it. See Recipes 10.4 and 10.6 to find out how.



Perl's undef value can be used to indicate an error condition since no valid string or number ever has that value. 10.10 covers subtle pitfalls with undef you should avoid, and 10.12 shows how to deal with other catastrophic conditions.



Perl supports interesting operations on functions you might not see in other languages, like anonymous functions, creating functions on the fly, and calling them indirectly using function pointers. See Recipes 10.14 and 10.16 for these esoteric topics.

Calling a function as $x = &func; does not supply any arguments, but rather provides direct access to its caller's @_ array! If you omit the ampersand and use either func() or func, then a new and empty @_ is provided instead. Previous: 9.12. Program: lst

9.12. Program: lst

Perl Cookbook Book Index

Next: 10.1. Accessing Subroutine Arguments

10.1. Accessing Subroutine Arguments

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.0. Introduction

Chapter 10 Subroutines

Next: 10.2. Making Variables Private to a Function

10.1. Accessing Subroutine Arguments Problem You have written a function and want to use the arguments supplied by its caller.

Solution All values passed as arguments to a function are in the special array @_. Thus, the first argument to the function is in $_[0], the second is in $_[1], and so on. The number of arguments is therefore scalar(@_). For example: sub hypotenuse { return sqrt( ($_[0] ** 2) + ($_[1] ** 2) ); } $diag = hypotenuse(3,4);

# $diag is 5

Your subroutines will almost always start by copying arguments into named private variables for safer and more convenient access: sub hypotenuse { my ($side1, $side2) = @_; return sqrt( ($side1 ** 2) + ($side2 ** 2) ); }

Discussion It's been said that programming has only three nice numbers: zero, one, and however many you please. Perl's subroutine mechanism was designed to facilitate writing functions with as many - or as few elements in the parameter and return lists as you wish. All incoming parameters appear as separate scalar values in the special array @_ , which is automatically local to each function (see Recipe 10.13). To return a value from a subroutine, use the return statement with an argument. If there is no return statement, the return value is the result of the last evaluated expression. Here are some sample calls to the hypotenuse function defined in the Solution:

print hypotenuse(3, 4), "\n";

# prints 5

@a = (3, 4); print hypotenuse(@a), "\n";

# prints 5

If you look at the arguments used in the second call to hypotenuse, it might appear that only one argument was passed: the array @a. This isn't what happens - the elements of @a are copied into the @_ array separately. Similarly, if we called a function with (@a, @b), we'd be giving it all the arguments in both arrays. This is the same principle of flattened lists at work as when we say: @both = (@men, @women); The scalars in @_ are implicit aliases for the ones passed in, not copies. That means changing the elements of @_ in a subroutine changes the values in the subroutine's caller. This is a holdover from before Perl had proper references. So, we can write functions that leave their arguments intact, by copying the arguments to private variables like this: @nums = (1.4, 3.5, 6.7); @ints = int_all(@nums); # @nums unchanged sub int_all { my @retlist = @_; # make safe copy for return for my $n (@retlist) { $n = int($n) } return @retlist; } We can also write functions that change their caller's variables: @nums = (1.4, 3.5, 6.7); trunc_em(@nums); # @nums now (1,3,6) sub trunc_em { for (@_) { $_ = int($_) } # truncate each argument } Don't pass constants to this kind of function, as in trunc_em(1.4, 3.5, 6.7). If you try, you'll get a run-time exception saying Modification of a read-only value attempted at .... The built-in functions chop and chomp work like this, modifying their caller's variables and returning the character(s) removed. People are used to such functions returning the changed values, so they often write things like: $line = chomp(); # WRONG until they get the hang of how it works. Given this vast potential for confusion, you might want to think twice before modifying @_ in your subroutines.

See Also The section on "Subroutines" in Chapter 2 of Programming Perl and perlsub (1) Previous: 10.0. Introduction

10.0. Introduction

Perl Cookbook Book Index

Next: 10.2. Making Variables Private to a Function

10.2. Making Variables Private to a Function

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.1. Accessing Subroutine Arguments

Chapter 10 Subroutines

Next: 10.3. Creating Persistent Private Variables

10.2. Making Variables Private to a Function Problem Your subroutine needs temporary variables. You shouldn't use global variables, because another subroutine might also use the same variables.

Solution Use my to declare a variable private to a region of your program: sub somefunc { my $variable; # $variable is invisible outside somefunc() my ($another, @an_array, %a_hash); # declaring many variables at once # ... }

Discussion The my operator confines a variable to a particular region of code in which it can be used and accessed. Outside that region, it can't be accessed. This region is called its scope. Variables declared with my have lexical scope, which means that they exist only within a particular textual area of code. For instance, the scope of $variable in the Solution is the function it was defined in, somefunc. When a call to somefunc is made, the variable is created. The variable is destroyed when the function call ends. The variable can be accessed within the function, but not outside of it. A lexical scope is usually a block of code with a set of braces around it, such as those defining the body of the somefunc subroutine or those marking the code blocks of if, while, for, foreach, and eval statements. Lexical scopes may also be an entire file or strings given to eval. Since a lexical scope is usually a block, we'll sometimes talk about lexical variables (variables with lexical scope) being only visible in their block when we mean that they're only visible in their scope. Forgive us. Otherwise, we'll be using the words "scope" and "sub" more than a WWII Navy movie. Because the parts of code that can see a my variable are determined at compile time and don't change after that, lexical scoping is sometimes misleadingly referred to as static scoping. Lexical scoping is in contrast to dynamic scoping, which we'll cover in Recipe 10.13. You can combine a my declaration with an assignment. Use parentheses when defining more than one variable: my ($name, $age) = @ARGV;

my $start

= fetch_time();

These lexical variables behave as you would expect a local variable to. Nested blocks can see lexicals declared in outer blocks, but not in unrelated blocks: my ($a, $b) = @pair; my $c = fetch_time(); sub check_x { my $x = $_[0]; my $y = "whatever"; run_check(); if ($condition) { print "got $x\n"; } } In the preceding code, the if block inside the function can access the private $x variable. However, the run_check function called from within that scope cannot access $x or $y because run_check was presumably defined in another scope. However, check_x could access $a, $b, or $c from the outer scope because the function was defined in the same scope as those three variables. Don't nest the declaration of named subroutines within the declarations of other named subroutines. Such subroutines, unlike proper closures, will not get the right bindings of the lexical variables. Recipe 10.16 shows how to cope with this restriction. When a lexical goes out of scope, its storage is freed unless a reference to its value's storage space still exists, as with @arguments in the following code: sub save_array { my @arguments = @_; push(@Global_Array, \@arguments); } Perl's garbage collection system knows not to deallocate things until they're no longer used. This is why we can return a reference to a private variable without leaking memory.

See Also The section on "Scoped Declarations" in Chapter 2 of Programming Perl and the section on "Private Variables via my( )" in perlsub (1) Previous: 10.1. Accessing Subroutine Arguments

Perl Cookbook

10.1. Accessing Subroutine Arguments

Book Index

Next: 10.3. Creating Persistent Private Variables

10.3. Creating Persistent Private Variables

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.2. Making Variables Private to a Function

Chapter 10 Subroutines

Next: 10.4. Determining Current Function Name

10.3. Creating Persistent Private Variables Problem You want a variable to retain its value between calls to a subroutine but not be visible outside that routine. For instance, you'd like your function to keep track of how many times it was called.

Solution Wrap the function in another block, and declare my variables in that block's scope rather than the function's: { my $variable; sub mysub { # ... accessing $variable } } If the variables require initialization, make that block a BEGIN so the variable is guaranteed to be set before the main program starts running: BEGIN { my $variable = 1; # initial value sub othersub { # ... accessing $variable } }

Discussion Unlike local variables in C or C++, Perl's lexical variables don't necessarily get recycled just because their scope has exited. If something more permanent is still aware of the lexical, it will stick around. In this case, mysub uses $variable, so Perl doesn't reclaim the variable when the block around the definition of mysub ends. Here's how to write a counter:

{ my $counter; sub next_counter { return ++$counter } } Each time next_counter is called, it increments and returns the $counter variable. The first time next_counter is called, $counter is undefined, so it behaves as though it were 0 for the ++. The variable is not part of next_counter's scope, but rather part of the block surrounding it. No code from outside can change $counter except by calling next_counter. Generally, you should use a BEGIN for the extra scope. Otherwise, you could call the function before its variable were initialized. BEGIN { my $counter = 42; sub next_counter { return ++$counter } sub prev_counter { return --$counter } } This technique creates the Perl equivalent of C's static variables. Actually, it's a little better. Rather than being limited to just one function, both functions share their private variable.

See Also The section on "Closures" in Chapter 4and on "Package Constructors and Destructors: BEGIN and END" in Chapter 5 of Programming Perl; the section on "Private Variables via my( )" in perlsub (1); the section on "Package Constructors and Destructors" in perlmod (1); Recipe 11.4 Previous: 10.2. Making Variables Private to a Function

Perl Cookbook

10.2. Making Variables Private to a Function

Book Index

Next: 10.4. Determining Current Function Name

10.4. Determining Current Function Name

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.3. Creating Persistent Private Variables

Chapter 10 Subroutines

Next: 10.5. Passing Arrays and Hashes by Reference

10.4. Determining Current Function Name Problem You want to determine the name of the currently running function. This is useful for creating error messages that don't need to be changed if you copy and paste the subroutine code.

Solution Use the caller function: $this_function = (caller(0))[3];

Discussion Code can always find the current line number in the special symbol __LINE__ , the current file in __FILE__ , and the current package in __PACKAGE__ . But there's no such symbol for the current subroutine name, let alone the name of the one that called this subroutine. The built-in function caller handles all of these. In scalar context it returns the calling function's package name. But in list context, it returns a wealth of information. You can also pass it a number indicating how many frames (nested subroutine calls) back you'd like information about: 0 is your own function, 1 is your caller, and so on. Here's the full syntax, where $i is how far back you're interested in: ($package, $filename, $line, $subr, $has_args, $wantarray )= caller($i); # 0 1 2 3 4 5 Here's what each of those return values means: $package The package that the code was compiled in. $filename The name of the file the code was compiled in, reporting -e if launched from the command-line switch of the same name, or - if the script was read from STDIN. $line

The line number that frame was called from. $subr The name of that frame's function, including its package. Closures return names like main::__ANON__ , which are not callable. In eval it returns "(eval)". $has_args Whether the function was called with arguments. $wantarray The value the wantarray function would return for that stack frame; either true, false but defined, or else undefined (respectively). This tells you whether the function was called in list, scalar, or void context. Rather than using caller directly as in the solution, you might want to write functions instead: $me = whoami(); $him = whowasi(); sub whoami { (caller(1))[3] } sub whowasi { (caller(2))[3] } These use arguments 1 and 2 for parent and grandparent functions because the call to whoami or whowasi would be number 0.

See Also The wantarray and caller functions in Chapter 3 of Programming Perl and in perlfunc (1); Recipe 10.6 Previous: 10.3. Creating Persistent Private Variables

10.3. Creating Persistent Private Variables

Perl Cookbook Book Index

Next: 10.5. Passing Arrays and Hashes by Reference

10.5. Passing Arrays and Hashes by Reference

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.4. Determining Current Function Name

Chapter 10 Subroutines

Next: 10.6. Detecting Return Context

10.5. Passing Arrays and Hashes by Reference Problem You want to pass a function more than one array or hash and have each remain distinct. For example, you want to put the "Find elements in one array but not in another" algorithm from Recipe 4.7 in a subroutine. This subroutine must then be called with two arrays that remain distinct.

Solution Pass arrays and hashes by reference, using the backslash operator: array_diff( \@array1, \@array2 );

Discussion See Chapter 11, References and Records, for more about manipulation of references. Here's a subroutine that takes array references and a subroutine call that generates them: @a = (1, 2); @b = (5, 8); @c = add_vecpair( \@a, \@b ); print "@c\n"; 6 10 sub add_vecpair { my ($x, $y) = @_; my @result;

# assumes both vectors the same length # copy in the array references

for (my $i=0; $i < @$x; $i++) { $result[$i] = $x->[$i] + $y->[$i]; } return @result; } A potential difficulty with this function is that it doesn't check to make sure it got exactly two arguments

that were both array references. You could check explicitly this way: unless (@_ == 2 && ref($x) eq 'ARRAY' && ref($y) eq 'ARRAY') { die "usage: add_vecpair ARRAYREF1 ARRAYREF2"; } If all you plan to do is die on error (see Recipe 10.12), you can usually omit this check, since dereferencing the wrong kind of reference triggers an exception anyway.

See Also The section on "Passing References" in Chapter 2 of Programming Perl and on "Pass by Reference" in perlsub (1); the section on "Prototypes" in Chapter 2 of Programming Perl or in perlsub (1); Recipe 10.11; Chapter 11; Chapter 4 of Programming Perl. Previous: 10.4. Determining Current Function Name

10.4. Determining Current Function Name

Perl Cookbook Book Index

Next: 10.6. Detecting Return Context

10.6. Detecting Return Context

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.5. Passing Arrays and Hashes by Reference

Chapter 10 Subroutines

Next: 10.7. Passing by Named Parameter

10.6. Detecting Return Context Problem You want to know whether your function was called in scalar context or list context. This lets you have one function that does different things, like most of Perl's built-in functions.

Solution Use the wantarray() function, which has three possible return values depending on how the current function was called: if (wantarray()) { # list context } elsif (defined wantarray()) { # scalar context } else { # void context }

Discussion Many built-in functions act differently when called in scalar context than in list context. A user-defined function can learn the context it was called in by examining the return value from the wantarray built-in. List context is indicated by a true return value. If it returns a value that is false but defined, then the function's return value will be used in scalar context. If it returns undef, it isn't being asked to provide a value at all. if (wantarray()) { print "In list context\n"; return @many_things; } elsif (defined wantarray()) { print "In scalar context\n"; return $one_thing;

} else { print "In void context\n"; return; # nothing } mysub();

# void context

$a = mysub(); if (mysub()) {

# scalar context # scalar context

}

@a = mysub(); print mysub();

# list context # list context

See Also The return and wantarray functions in Chapter 3 of Programming Perl and perlfunc (1) Previous: 10.5. Passing Arrays and Hashes by Reference

Perl Cookbook

10.5. Passing Arrays and Hashes by Reference

Book Index

Next: 10.7. Passing by Named Parameter

10.7. Passing by Named Parameter

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.6. Detecting Return Context

Chapter 10 Subroutines

Next: 10.8. Skipping Selected Return Values

10.7. Passing by Named Parameter Problem You want to make a function with many parameters easy to invoke so that programmers remember what the arguments do, rather than having to memorize their order.

Solution Name each parameter in the call: thefunc(INCREMENT => "20s", START => "+5m", FINISH => "+30m"); thefunc(START => "+5m", FINISH => "+30m"); thefunc(FINISH => "+30m"); thefunc(START => "+5m", INCREMENT => "15s"); Then in the subroutine, create a hash loaded up with default values plus the array of named pairs. sub thefunc { my %args = ( INCREMENT => '10s', FINISH => 0, START => 0, @_, # argument pair list goes here ); if ($args{INCREMENT} =~ /m$/ ) { ..... } }

Discussion Functions whose arguments require a particular order work well for short argument lists, but as the number of parameters increases, it's awkward to make some of them optional or have default values. You can only leave out trailing arguments, never initial ones. Having the caller supply value pairs is a more flexible approach. The first element of the pair is the argument name, and the second is its value. This makes for self-documenting code, because you can see the parameters' intended meanings without having to read the full function definition. Even better,

programmers using your function no longer have to remember the order of the arguments and can omit any arguments. This works by having the function declare a private hash variable to hold the default parameter values. Put the current arguments, @_ , after the default values, so the actual arguments will override the defaults because of the order of the values in the assignment.

See Also Chapter 4, Arrays Previous: 10.6. Detecting Return Context

10.6. Detecting Return Context

Perl Cookbook Book Index

Next: 10.8. Skipping Selected Return Values

10.8. Skipping Selected Return Values

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.7. Passing by Named Parameter

Chapter 10 Subroutines

Next: 10.9. Returning More Than One Array or Hash

10.8. Skipping Selected Return Values Problem You have a function that returns many values, but you only care about some of them. The stat function is a classic example: often you only want one value from its long return list (mode, for instance).

Solution Either assign to a list with undef in some of the slots: ($a, undef, $c) = func(); or else take a slice of the return list, selecting only what you want: ($a, $c) = (func())[0,2];

Discussion Using dummy temporary variables is wasteful: ($dev,$ino,$DUMMY,$DUMMY,$uid) = stat($filename); Use undef instead of dummy variables to discard a value: ($dev,$ino,undef,undef,$uid) = stat($filename); Or take a slice, selecting just the values you care about: ($dev,$ino,$uid,$gid) = (stat($filename))[0,1,4,5]; If you want to put an expression into list context and discard all its return values (calling it simply for side effects), as of version 5.004 you can assign to the empty list: () = some_function();

See Also The discussion on slices in Chapter 2 of Programming Perl and perlsub (1); Recipe 3.1

Previous: 10.7. Passing by Named Parameter

10.7. Passing by Named Parameter

Perl Cookbook

Next: 10.9. Returning More Than One Array or Hash

Book Index

10.9. Returning More Than One Array or Hash

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.8. Skipping Selected Return Values

Chapter 10 Subroutines

Next: 10.10. Returning Failure

10.9. Returning More Than One Array or Hash Problem You want a function to return more than one array or hash, but the return list flattens into just one long list of scalars.

Solution Return references to the hashes or arrays: ($array_ref, $hash_ref) = somefunc(); sub somefunc { my @array; my %hash; # ... return ( \@array, \%hash ); }

Discussion Just as all arguments collapse into one flat list of scalars, return values do, too. Functions that want to return separate arrays of hashes need to return those by reference, and the caller must be prepared to receive references. If a function wants to return three separate hashes, for example, it should use one of the following: sub fn { ..... return (\%a, \%b, \%c); # or return \(%a, %b, %c); # same thing } The caller must expect a list of hash references returned out of the function. It cannot just assign to three hashes.

(%h0, %h1, %h2) = fn(); @array_of_hashes = fn(); ($r0, $r1, $r2) = fn();

# WRONG! # eg: $array_of_hashes[2]->{"keystring"} # eg: $r2->{"keystring"}

See Also The general discussions on references in Chapter 11, and in Chapter 4 of Programming Perl; Recipe 10.5 Previous: 10.8. Skipping Selected Return Values

10.8. Skipping Selected Return Values

Perl Cookbook Book Index

Next: 10.10. Returning Failure

10.10. Returning Failure

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.9. Returning More Than One Array or Hash

Chapter 10 Subroutines

Next: 10.11. Prototyping Functions

10.10. Returning Failure Problem You want to return a value indicating that your function failed.

Solution Use a bare return statement without any argument, which returns undef in scalar context and the empty list () in list context. return;

Discussion A return without an argument means: sub empty_retval { return ( wantarray ? () : undef ); } You can't use just return undef because in list context you will get a list of one value: undef. If your caller says: if (@a = yourfunc()) { ... } Then the "error" condition will be perceived as true, because @a will be assigned (undef) and then evaluated in scalar context. This yields 1, the number of elements in @a, which is true. You could use the wantarray function to see what context you were called in, but a bare return is a clear and tidy solution that always works: unless ($a = sfunc()) { die "sfunc failed" } unless (@a = afunc()) { die "afunc failed" } unless (%a = hfunc()) { die "hfunc failed" } Some of Perl's built-in functions have a peculiar return value. Both fcntl and ioctl have the curious habit of returning the string "0 but true" in some circumstances. (This magic string is conveniently exempt from the -w flag's incessant numerical conversion warnings.) This has the advantage of letting

you write code like this: ioctl(....) or die "can't ioctl: $!"; That way, code doesn't have to check for a defined zero as distinct from the undefined value, as it would for the read or glob functions. "0 but true" is zero when used numerically. It's rare that this kind of return value is needed. A more common (and spectacular) way to indicate failure in a function is to raise an exception, as described in Recipe 10.12.

See Also The undef, wantarray, and return functions in Chapter 3 of Programming Perl and perlfunc (1); Recipe 10.12 Previous: 10.9. Returning More Than One Array or Hash

Perl Cookbook

10.9. Returning More Than One Array or Hash

Book Index

Next: 10.11. Prototyping Functions

10.11. Prototyping Functions

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.10. Returning Failure

Chapter 10 Subroutines

Next: 10.12. Handling Exceptions

10.11. Prototyping Functions Problem You want to use function prototypes so the compiler can check your argument types.

Solution Perl has something of a prototype facility, but it isn't what you're thinking. Perl's function prototypes are more like a context coercion used to write functions that behave like some of Perl's built-ins, such as push and pop.

Discussion Manually checking the validity of a function's arguments can't happen until run-time. If you make sure the function is declared before it is used, you can tickle the compiler into using a very limited form of prototype checking to help you here. Don't confuse Perl's function prototypes with those found in any other language. Perl prototypes serve only to emulate the behavior of built-in functions. A Perl function prototype is zero or more spaces, backslashes, or type characters enclosed in parentheses after the subroutine definition or name. A backslashed type symbol means that the argument is passed by reference, and the argument in that position must start with that type character. A prototype forces context on the arguments to the prototyped function call. This is done when Perl compiles your program, and in most cases this does not necessarily mean that Perl checks the number or type of the arguments to your function. If Perl sees func(3, 5) for a function prototyped as sub func ($), it will stop with a compile-time error. But if it sees func(@array) with the same prototype, it will merely put @array into scalar context instead of saying "you can't pass an array - I'm expecting a scalar." This is so important that it bears repeating: don't use Perl prototypes expecting the compiler to check type and number of arguments for you. So what use are they? They have two main uses, although as you experiment with them you may find others. The first use is to tell Perl how many arguments your subroutine has, so you can leave off parentheses when you call the function. The second is to create a subroutine that has the same calling syntax as a built-in.

Omitting parentheses Ordinarily your subroutines take a list of arguments, and you can omit parentheses on the function call if you like: @results = myfunc 3, 5; Without prototypes, this is the same as: @results = myfunc(3, 5); In the absence of parentheses, Perl will put the right hand side of the subroutine call into list context. You can use prototypes to change this behavior: sub myfunc($); @results = myfunc 3, 5; Now this is the same as: @results = ( myfunc(3), 5 ); You can also provide an empty prototype to indicate the function takes no arguments, like the built-in function time. This is how Fcntl provides the LOCK_SH, LOCK_EX, and LOCK_UN constants. They are exported functions defined to have an empty prototype: sub LOCK_SH () { 1 } sub LOCK_EX () { 2 } sub LOCK_UN () { 4 } Mimicking built-ins The other common use of prototypes is to give the convenient pass-without-flattening behavior of built-in functions like push and shift. When you call push as push(@array, 1, 2, 3) the function gets a reference to @array instead of the actual array. This is accomplished by backslashing the @ character in the prototype: sub mypush (\@@) { my $array_ref = shift; my @remainder = @_; # ... } The \@ in the prototype says "require the first argument to begin with an @ character, and pass it by reference." The second @ says "the rest of the arguments are a (possibly empty) list." A backslash in a prototype requires that the argument actually begin with the literal type character, which can sometimes be annoying. You can't even use the conditional ?: construct to pick which array to pass: mypush( $x > 10 ? @a : @b , 3, 5 ); # WRONG Instead, you must play games with references: mypush( @{ $x > 10 ? \@a : \@b }, 3, 5 );

# RIGHT

Here's an hpush function that works like push, but on hashes. It appends a list of key/value pairs to an existing hash, overwriting previous contents for those keys. sub hpush(\%@) { my $href = shift; while ( my ($k, $v) = splice(@_, 0, 2) ) { $href->{$k} = $v; } } hpush(%pieces, "queen" => 9, "rook" => 5);

See Also The prototype function in perlfunc (1); the section on "Prototypes" in Chapter 2 of Programming Perl and in perlsub (1); Recipe 10.5 Previous: 10.10. Returning Failure

10.10. Returning Failure

Perl Cookbook Book Index

Next: 10.12. Handling Exceptions

10.12. Handling Exceptions

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.11. Prototyping Functions

Chapter 10 Subroutines

Next: 10.13. Saving Global Values

10.12. Handling Exceptions Problem How do you safely call a function that might raise an exception? How do you create a function that raises an exception?

Solution Sometimes you encounter a problem so exceptional that merely returning an error isn't strong enough, because the caller could ignore the error. Use die STRING from your function to trigger an exception: die "some message"; # raise exception The caller can wrap the function call in an eval to intercept that exception, and then consult the special variable $@ to see what happened: eval { func() }; if ($@) { warn "func raised an exception: $@"; }

Discussion Raising exceptions is not a facility to be used lightly. Most functions should return an error using a bare return statement. Wrapping every call in a trap is tedious and unsightly, removing the appeal of using exceptions in the first place. But on rare occasion, failure in a function should cause the entire program to abort. Rather than calling the irrecoverable exit function, you should call die instead, which at least gives the programmer the chance to cope. If no exception handler has been installed via eval, then the program aborts at that point. To detect such a failure program, wrap the call to the function with a block eval. The $@ variable will be set to the offending exception if one occurred; otherwise, it will be false. eval { $val = func() }; warn "func blew up: $@" if $@;

Any eval catches all exceptions, not just specific ones. Usually you should propagate unexpected exceptions to an enclosing hander. For example, suppose your function raised an exception containing the string "Full moon!". You could safely trap that exception while letting the others through by inspecting the $@ variable. Calling die without an argument uses the contents of $@ and the current context to construct a new exception string. eval { $val = func() }; if ($@ && $@ !~ /Full moon!/) { die; # re-raise unknown errors } If the function is part of a module, consider using the Carp module and call croak or confess instead of die. The only difference between die and croak is that with croak, the error appears to be from the caller's perspective, not the module's. The confess function, on the other hand, creates a full stack backtrace of who called whom and with what arguments. Another intriguing possibility is for the function to detect that its return value is being completely ignored; that is, it is being called in a void context. In that case, returning an error indication would be useless, so raise an exception instead. Of course, just because it's not voided doesn't mean the return value is being dealt with appropriately. But if it is voided, it's certainly not being checked. if (defined wantarray()) { return; } else { die "pay attention to my error!"; }

See Also The $@ variable in Chapter 2 of Programming Perl and perlvar (1); the die and eval functions in Chapter 3 of Programming Perl and perlfunc (1); Recipe 10.15; Recipe 12.2; Recipe 16.21 Previous: 10.11. Prototyping Functions

Perl Cookbook

10.11. Prototyping Functions

Book Index

Next: 10.13. Saving Global Values

10.13. Saving Global Values

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.12. Handling Exceptions

Chapter 10 Subroutines

Next: 10.14. Redefining a Function

10.13. Saving Global Values Problem You need to temporarily save away the value of a global variable.

Solution Use the local operator to save a previous global value, automatically restoring it when the current block exits: $age = 18; # global variable if (CONDITION) { local $age = 23; func(); # sees temporary value of 23 } # restore old value at block exit

Discussion Unfortunately, Perl's local operator does not create a local variable. That's what my does. Instead, local merely preserves an existing value for the duration of its enclosing block. Hindsight shows that if local had been called save_value instead, much confusion could have been avoided. Still, there are three places where you must use local instead of my: 1. You need to give a global variable a temporary value, especially $_. 2. You need to create a local file or directory handle or a local function. 3. You want to temporarily change just one element of an array or hash. Using local( ) for temporary values for globals The first situation is more apt to happen with predefined, built-in variables than it is with user variables. These are often variables that Perl will use as hints for its high-level operations. In particular, any function that uses $_, implicitly or explicitly, should certainly have a local $_. This is annoyingly easy to forget to do. See Recipe 13.15 for one solution to this.

Here's an example of using a lot of global variables. The $/ variable is a global that implicitly affects the behavior of the readline operator used in operations. $para = get_paragraph(*FH); # pass filehandle glob $para = get_paragraph(\*FH); # pass filehandle by glob reference $para = get_paragraph(*IO{FH}); # pass filehandle by IO reference sub get_paragraph { my $fh = shift; local $/ = ''; my $paragraph = ; chomp($paragraph); return $paragraph; } Using local( ) for local handles The second situation arises when you need a local filehandle or directory handle, or, rarely, a local function. You can, in post 5.000 Perls, use one of the standard Symbol, Filehandle, or IO::Handle modules, but this simple typeglob technique still works. For example: $contents = get_motd(); sub get_motd { local *MOTD; open(MOTD, "/etc/motd") or die "can't open motd: $!"; local $/ = undef; # slurp full file; local $_ = ; close (MOTD); return $_; } If you wanted to return the open filehandle, you'd use: return *MOTD; Using local( ) on parts of aggregates The third situation almost never occurs. Because the local operator is really a "save value" operator, you can use it to save off just one element of an array or hash, even if that array or hash is itself a lexical! my @nums = (0 .. 5); sub first { local $nums[3] = 3.14159; second(); } sub second { print "@nums\n"; } second(); 0 1 2 3 4 5

first(); 0 1 2 3.14159 4 5 The only common use for this kind of thing is for temporary signal handlers. sub first { local $SIG{INT} = 'IGNORE'; second(); } Now while second() is running, interrupt signals will be ignored. When first() returns, the previous value of $SIG{INT} will be automatically restored. Although a lot of old code uses local, it's definitely something to steer clear of when it can be avoided. Because local still manipulates the values of global variables, not local variables, you'll run afoul of use strict. The local operator produces dynamic scoping or run-time scoping. This is in contrast with the other kind of scoping Perl supports, which is much more intuitive. That's the kind of scoping that my provides, known as lexical scoping, or sometimes as static or compile-time scoping. With dynamic scoping, a variable is accessible if it's in the current scope - or the scope of any frames (blocks) in its subroutine call stack, as determined at run time. Any functions called have full access to dynamic variables, because they're still globals, just ones with temporary values. Only lexical variables are safe from tampering. If that's not enough reason to change, you might be interested to know that lexicals are about 10 percent faster to access than dynamics. Old code that says: sub func { local($x, $y) = @_; #.... } can almost always be replaced without ill effect by the following: sub func { my($x, $y) = @_; #.... } The only case where code can't be so upgraded is when it relies on dynamic scoping. That would happen if one function called another, and the latter relied upon access to the former's temporary versions of the global variables $x and $y. Code that handles global variables and expects strange action at a distance instead of using proper parameters is fragile at best. Good programmers avoid this kind of thing like the plague. If you come across old code that uses: &func(*Global_Array); sub func { local(*aliased_array) = shift;

for (@aliased_array) { .... } } this should probably be changed into something like this: func(\@Global_Array); sub func { my $array_ref = shift; for (@$array_ref) { .... } } They're using the old pass-the-typeglob strategy devised before Perl support proper references. It's not a pretty thing.

See Also The local and my functions in Chapter 3 of Programming Perl and perlfunc (1); the section on "Subroutines" in Chapter 2 of Programming Perl; the sections on "Private Variables via my( )" "Temporary Values via local( )" in perlsub (1); Recipe 10.2; Recipe 10.16 Previous: 10.12. Handling Exceptions

Perl Cookbook

10.12. Handling Exceptions

Book Index

Next: 10.14. Redefining a Function

10.14. Redefining a Function

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.13. Saving Global Values

Chapter 10 Subroutines

Next: 10.15. Trapping Undefined Function Calls with AUTOLOAD

10.14. Redefining a Function Problem You want to temporarily or permanently redefine a function, but functions can't be assigned to.

Solution To redefine a function, assign a new code reference to the typeglob of the name of the function. Use a local if you want it to be temporary. undef &grow; # silence -w complaints of redefinition *grow = \&expand; grow(); # calls expand() { local *grow = \&shrink; grow();

# only until this block exists # calls shrink()

}

Discussion Unlike a variable but like a handle, a function cannot be directly assigned to. It's just a name. You can manipulate it almost as though it were a variable, because you can directly manipulate the run-time symbol table using typeglobs like *foo to produce interesting aliasing effects. Assigning a reference to a typeglob changes what is accessed the next time a symbol of that type is needed. This is what the Exporter does when you import a function or variable from one package into another. Since this is direct manipulation of the package symbol table, it only works on package variables (globals), not lexicals. *one::var = \%two::Table; # make %one::var alias for %two::Table *one::big = \&two::small; # make &one::big alias for &two::small A typeglob is something you can use local on, but not my. Because of the local, this aliasing effect is then limited to the duration of the current block.

local *fred = \&barney;

# temporarily alias &fred to &barney

If the value assigned to a typeglob is not a reference but itself another typeglob, then all types by that name are aliased. The types aliased in a full typeglob assignment are scalar, array, hash, function, filehandle, directory handle, and format. That means that assigning *Top = *Bottom would make the current package variable $Top an alias for $Bottom, @Top for @Bottom, %Top for %Bottom, and &Top for &Bottom. It would even alias the corresponding file and directory handles and formats! You probably don't want to do this. Use assignments to typeglobs together with closures to clone a bunch of similar functions cheaply and easily. Imagine you wanted a function for HTML generation to help with colors. For example: $string = red("careful here"); print $string; careful here You could write the red function this way: sub red { "@_" } If you need more colors, you could do something like this: sub color_font { my $color = shift; return "@_"; } sub red { color_font("red", @_) } sub green { color_font("green", @_) } sub blue { color_font("blue", @_) } sub purple { color_font("purple", @_) } # etc The similar nature of these functions suggests that there may be a way to factor out the common bit. To do this, use an assignment to an indirect typeglob. If you're running with the highly recommended use strict pragma, you must first disable strict 'refs' for that block. @colors = qw(red blue green yellow orange purple violet); for my $name (@colors) { no strict 'refs'; *$name = sub { "@_" }; } These functions all seem independent, but the real code was in fact only compiled once. This technique saves on both compile time and memory use. To create a proper closure, any variables in the anonymous subroutine must be lexicals. That's the reason for the my on the loop iteration variable. This is one of the few places where giving a prototype to a closure is sensible. If you wanted to impose scalar context on the arguments of these functions (probably not a wise idea), you could have written it this way instead: *$name = sub ($) { "$_[0]" };

However, since prototype checking happens at compile time, the preceding assignment happens too late to be useful. So, put the whole loop of assignments within a BEGIN block, forcing it to occur during compilation.

See Also The sections on "Symbol Tables" in Chapter 5 of Programming Perl and in perlmod (1); the section on "Closures" in Chapter 4 of Programming Perl and the discussion of closures in perlref (1); Recipe 10.11; Recipe 11.4 Previous: 10.13. Saving Global Values

10.13. Saving Global Values

Perl Cookbook Book Index

Next: 10.15. Trapping Undefined Function Calls with AUTOLOAD

10.15. Trapping Undefined Function Calls with AUTOLOAD

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.14. Redefining a Function

Chapter 10 Subroutines

Next: 10.16. Nesting Subroutines

10.15. Trapping Undefined Function Calls with AUTOLOAD Problem You want to intercept calls to undefined functions so you can handle them gracefully.

Solution Declare a function called AUTOLOAD for the package whose undefined function calls you'd like to trap. While running, that package's $AUTOLOAD variable contains the name of the undefined function being called.

Discussion Another strategy for creating similar functions is to use a proxy function. If you call an undefined function, instead of automatically raising an exception, you can trap the call. If the function's package has a function named AUTOLOAD, then this function is called in its place, with the special package global $AUTOLOAD set to the fully qualified function name. The AUTOLOAD subroutine can then do whatever that function would do. sub AUTOLOAD { use vars qw($AUTOLOAD); my $color = $AUTOLOAD; $color =~ s/.*:://; return "@_"; } #note: sub chartreuse isn't defined. print chartreuse("stuff"); When the nonexistent main::chartreuse function is called, rather than raising an exception, main::AUTOLOAD is called with the same arguments as you passed chartreuse . The package variable $AUTOLOAD would contain the string main::chartreuse because that's the function it's proxying. The technique using typeglob assignments shown in Recipe 10.14 is faster and more flexible than using

AUTOLOAD. It's faster because you don't have to run the copy and substitute. It's more flexible because it lets you do this: { local *yellow = \&violet; local (*red, *green) = (\&green, \&red); print_stuff(); } While print_stuff() is running, or while in any functions it calls, anything printed in yellow will come out violet, and the red and green texts will exchange colors. Aliasing subroutines like this won't handle calls to undefined subroutines. AUTOLOAD does.

See Also The section on "Autoloading" in Chapter 5 of Programming Perl and in perlsub (1); the documentation for the standard modules AutoLoader and AutoSplit, also in Chapter 7 of Programming Perl; Recipe 10.12; Recipe 12.10, Recipe 13.11 Previous: 10.14. Redefining a Function

Perl Cookbook

10.14. Redefining a Function

Book Index

Next: 10.16. Nesting Subroutines

10.16. Nesting Subroutines

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.15. Trapping Undefined Function Calls with AUTOLOAD

Chapter 10 Subroutines

Next: 10.17. Program: Sorting Your Mail

10.16. Nesting Subroutines Problem You want to have nested subroutines, such that one subroutine is only visible and callable from another. When you try the obvious approach of nesting sub FOO { sub BAR { } ... } Perl gives you warnings about variables that will not stay shared.

Solution Instead of having the inner functions be normal subroutines, make them closures and temporarily assign them to the typeglob of the right name to create a localized function.

Discussion If you use nested subroutines in other programming languages with their own private variables, you'll have to work at it a bit in Perl. The intuitive coding of this kind of thing gives the warning "will not stay shared". For example, this won't work: sub outer { my $x = $_[0] + 35; sub inner { return $x * 19 } # WRONG return $x + inner(); } The following is a workaround: sub outer { my $x = $_[0] + 35; local *inner = sub { return $x * 19 }; return $x + inner(); } Now inner() can only be called from within outer() because of the temporary assignments of the closure. But when it does, it has normal access to the lexical variable $x from the scope of outer(). This essentially creates a function local to another function, something not directly supported in Perl;

however, the programming isn't always clear.

See Also The sections on "Symbol Tables" in Chapter 5 of Programming Perl and in perlmod (1); the section on "Closures" in Chapter 4 of Programming Perl and the discussion of closures in perlref (1); Recipe 10.13; Recipe 11.4 Previous: 10.15. Trapping Undefined Function Calls with AUTOLOAD

10.15. Trapping Undefined Function Calls with AUTOLOAD

Perl Cookbook

Next: 10.17. Program: Sorting Your Mail

Book Index

10.17. Program: Sorting Your Mail

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.16. Nesting Subroutines

Chapter 10 Subroutines

Next: 11. References and Records

10.17. Program: Sorting Your Mail The program in Example 10.1 sorts a mailbox by subject by reading input a paragraph at a time, looking for one with a "From" at the start of a line. When it finds one, it searches for the subject, strips it of any "Re: " marks, and stores its lowercased version in the @sub array. Meanwhile, the messages themselves are stored in a corresponding @msgs array. The $msgno variable keeps track of the message number. Example 10.1: bysub1 #!/usr/bin/perl # bysub1 - simple sort by subject my(@msgs, @sub); my $msgno = -1; $/ = ''; # paragraph reads while () { if (/^From/m) { /^Subject:\s*(?:Re:\s*)*(.*)/mi; $sub[++$msgno] = lc($1) || ''; } $msgs[$msgno] .= $_; } for my $i (sort { $sub[$a] cmp $sub[$b] || $a $b } (0 .. $#msgs)) { print $msgs[$i]; } That sort is only sorting array indices. If the subjects are the same, cmp returns 0, so the second part of the || is taken, which compares the message numbers in the order they originally appeared. If sort were fed a list like (0,1,2,3), that list would get sorted into a different permutation, perhaps (2,1,3,0). We iterate across them with a for loop to print out each message. Example 10.2 shows how an awk programmer might code this program, using the -00 switch to read paragraphs instead of lines. Example 10.2: bysub2 #!/usr/bin/perl -n00 # bysub2 - awkish sort-by-subject BEGIN { $msgno = -1 } $sub[++$msgno] = (/^Subject:\s*(?:Re:\s*)*(.*)/mi)[0] if /^From/m; $msg[$msgno] .= $_; END { print @msg[ sort { $sub[$a] cmp $sub[$b] || $a $b } (0 .. $#msg) ] }

Perl has kept parallel arrays since its early days. Keeping each message in a hash is a more elegant solution. We'll sort on each field in the hash, by making an anonymous hash as described in Chapter 11. Example 10.3 is a program similar in spirit to Example 10.1 and Example 10.2. Example 10.3: bysub3 #!/usr/bin/perl -00 # bysub3 - sort by subject using hash records use strict; my @msgs = (); while () { push @msgs, { SUBJECT => /^Subject:\s*(?:Re:\s*)*(.*)/mi, NUMBER => scalar @msgs, # which msgno this is TEXT => '', } if /^From/m; $msgs[-1]{TEXT} .= $_; } for my $msg (sort { $a->{SUBJECT} cmp $b->{SUBJECT} || $a->{NUMBER} $b->{NUMBER} } @msgs ) { print $msg->{TEXT}; } Once we have real hashes, adding further sorting criteria is simple. A common way to sort a folder is subject major, date minor order. The hard part is figuring out how to parse and compare dates. Date::Manip does this, returning a string we can compare; however, the datesort program in Example 10.4, which uses Date::Manip, runs more than 10 times slower than the previous one. Parsing dates in unpredictable formats is extremely slow. Example 10.4: datesort (continued) #!/usr/bin/perl -00 # datesort - sort mbox by subject then date use strict; use Date::Manip; my @msgs = (); while () { next unless /^From/m; my $date = ''; if (/^Date:\s*(.*)/m) { ($date = $1) =~ s/\s+\(.*//; # library hates (MST) $date = ParseDate($date); } push @msgs, { SUBJECT => /^Subject:\s*(?:Re:\s*)*(.*)/mi,

DATE NUMBER TEXT

=> $date, => scalar @msgs, => '',

}; } continue { $msgs[-1]{TEXT} .= $_; } for my $msg (sort { $a->{SUBJECT} cmp $b->{SUBJECT} || $a->{DATE} cmp $b->{DATE} || $a->{NUMBER} $b->{NUMBER} } @msgs ) { print $msg->{TEXT}; } Example 10.4 is written to draw attention to the continue block. When a loop's end is reached, either because it fell through to that point or got there from a next, the whole continue block is executed. It corresponds to the third portion of a three-part for loop, except that the continue block isn't restricted to an expression. It's a full block, with separate statements.

See Also The sort function in Chapter 3 of Programming Perl and in perlfunc (1); the discussion of the $/ variable in Chapter 2 of Programming Perl, perlvar (1), and the Introduction to Chapter 8, File Contents; Recipe 3.7; Recipe 4.15; Recipe 5.9; Recipe 11.9 Previous: 10.16. Nesting Subroutines

10.16. Nesting Subroutines

Perl Cookbook Book Index

Next: 11. References and Records

11. References and Records

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 10.17. Program: Sorting Your Mail

Chapter 11

Next: 11.1. Taking References to Arrays

11. References and Records Contents: Introduction Taking References to Arrays Making Hashes of Arrays Taking References to Hashes Taking References to Functions Taking References to Scalars Creating Arrays of Scalar References Using Closures Instead of Objects Creating References to Methods Constructing Records Reading and Writing Hash Records to Text Files Printing Data Structures Copying Data Structures Storing Data Structures to Disk Transparently Persistent Data Structures Program: Binary Trees With as little a web as this will I ensnare as great a fly as Cassio. - Shakespeare Othello, Act II, scene i

11.0. Introduction Perl provides three fundamental data types: scalars, arrays, and hashes. It's certainly possible to write many programs without recourse to complex records, but most programs need something more complex than simple variables and lists. Perl's three built-in types combine with references to produce arbitrarily complex and powerful data structures, the records that users of ancient versions of Perl desperately yearned for. Selecting the proper data structure and algorithm can make the difference between an elegant program that does its job quickly and an ungainly concoction that's glacially slow to execute and consumes system resources voraciously. The first part of this chapter shows how to create and use plain references. The second part shows how to use references to create higher order data structures.

References To grasp the concept of references, you must first understand how Perl stores values in variables. Each defined variable has a name and the address of a chunk of memory associated with it. This idea of storing addresses is fundamental to references because a reference is a value that holds the location of another value. The scalar value that contains the memory address is called a reference. Whatever value lives at that memory address is called a referent. (You may also call it a "thingie" if you prefer to live a whimsical existence.) See Figure 11.1. The referent could be any of Perl's built-in types (scalar, array, hash, ref, code, or glob) or a user-defined type based on one of the built-in ones. Figure 11.1: Reference and referent

Referents in Perl are typed. This means you can't treat a reference to an array as though it were a reference to a hash, for example. Attempting to do so produces a runtime exception. No mechanism for type casting exists in Perl. This is considered a feature. So far, it may look as though a reference were little more than a raw address with strong typing. But it's far more than that. Perl takes care of automatic memory allocation and deallocation (garbage collection) for references, just as it does for everything else. Every chunk of memory in Perl has a reference count associated with it, representing how many places know about that referent. The memory used by a referent is not returned to the process's free pool until its reference count reaches zero. This ensures that you never have a reference that isn't valid - no more core dumps and general protection faults from mismanaged pointers as in C. Freed memory is returned to Perl for later use, but few operating systems reclaim it and decrease the process's memory footprint. This is because most memory allocators use a stack, and if you free up memory in the middle of the stack, the operating system can't take it back without moving the rest of the allocated memory around. That would destroy the integrity of your pointers and blow XS code out of the water. To follow a reference to its referent, preface the reference with the appropriate type symbol for the data you're accessing. For instance, if $sref is a reference to a scalar, you can say: print $$sref; # prints the scalar value that the reference $sref refers to $$sref = 3; # assigns to $sref's referent To access one element of an array or hash whose reference you have, use the infix pointer-arrow notation, as in $rv->[37] or $rv->{"wilma"}. Besides dereferencing array references and hash references, the arrow is also used to call an indirect function through its reference, as in $code_ref->("arg1", "arg2"); this is discussed Recipe 11.4. If you're using an object, use an arrow to call a method, $object->methodname("arg1", "arg2"), as shown in Chapter 13, Classes, Objects, and Ties. Perl's syntax rules make dereferencing complex expressions tricky - it falls into the category of "hard things that should be possible." Mixing right associative and left associative operators doesn't work out well. For example, $$x[4] is the same as $x->[4]; that is, it treats $x as a reference to an array and then extracts element number four from that. This could also have been written ${$x}[4]. If you really meant "take the fifth element of @x and dereference it as a scalar reference," then you need to use ${$x[4]}. You should avoid putting two type signs

($@%&) side-by-side, unless it's simple and unambiguous like %hash = %$hashref. In the simple cases using $$sref above, you could have written: print ${$sref}; # prints the scalar $sref refers to ${$sref} = 3; # assigns to $sref's referent For safety, some programmers use this notation exclusively. When passed a reference, the ref function returns a string describing its referent. (It returns false if passed a non-reference.) This string is usually one of SCALAR, ARRAY, HASH, or CODE, although the other built-in types of GLOB, REF, IO, Regexp, and LVALUE also occasionally appear. If you call ref on a non-reference, it returns an empty string. If you call ref on an object (a reference whose referent has been blessed), it returns the class the object was blessed into: CGI, IO::Socket, or even ACME::Widget. You can create references in Perl by taking references to things that are already there or by using the [ ], { }, and sub { } composers. The backslash operator is simple to use: put it before the thing you want a reference to. For instance, if you want a reference to the contents of @array, just say: $aref = \@array; You can even create references to constant values; future attempts to change the value of the referent will cause a runtime error: $pi = \3.14159; $$pi = 4; # runtime error

Anonymous Data Taking references to existing data is helpful when you're using pass-by-reference in a function call, but for dynamic programming, it becomes cumbersome. You need to be able to grow data structures at will, to allocate new arrays and hashes (or scalars or functions) on demand. You don't want to be bogged down with having to give them names each time. Perl can explicitly create anonymous arrays and hashes, which allocate a new array or hash and return a reference to that memory: $aref = [ 3, 4, 5 ]; # new anonymous array $href = { "How" => "Now", "Brown" => "Cow" }; # new anonymous hash Perl can also create a reference implicitly by autovivification. This is what happens when you try to assign through an undefined references and Perl automatically creates the reference you're trying to use. undef $aref; @$aref = (1, 2, 3); print $aref; ARRAY(0x80c04f0) Notice how we went from an undefined variable to one with an array reference in it without actually assigning anything? Perl filled in the undefined reference for you. This is the property that permits something like this to work as the first statement in your program: $a[4][23][53][21] = "fred"; print $a[4][23][53][21]; fred print $a[4][23][53]; ARRAY(0x81e2494)

print $a[4][23]; ARRAY(0x81e0748) print $a[4]; ARRAY(0x822cd40) The following table shows mechanisms for producing references to both named and anonymous scalars, arrays, hashes, and functions. (Anonymous typeglobs are too scary to show - and virtually never used. It's best to use Symbol::gensym() or IO::Handle->new() for them.) Reference to Named

Anonymous

Scalar

\$scalar

\do{my $anon}

Array

\@array

[ LIST ]

Hash

\%hash

{ LIST }

Code

\&function sub { CODE }

These diagrams illustrate the differences between named and anonymous values. Figure 11.2 shows named values. Figure 11.2: Named values

In other words, saying $a = \$b makes $$a and $b the same piece of memory. If you say $$a = 3, then the value of $b is set to 3. Figure 11.3 shows anonymous values. Figure 11.3: Anonymous values

Every reference evaluates as true, by definition, so if you write a subroutine that returns a reference, you can return undef on error and check for it with: $op_cit = cite($ibid) or die "couldn't make a reference"; The undef operator can be used on any variable or function in Perl to free its memory. This does not necessarily free memory, call object destructors, etc. It just decrements the reference count by one. Without an argument, undef produces an undefined value.

Records The classic use of references in Perl is to circumvent the restriction that arrays and hashes may hold scalars only. References are scalars, so to make an array of arrays, make an array of array references. Similarly, hashes of hashes are implemented as hashes of hash references, arrays of hashes as arrays of hash references, hashes of arrays as hashes of array references, and so on. Once you have these complex structures, you can use them to implement records. A record is a single logical unit composed of different attributes. For instance, a name, an address, and a birthday might comprise a record representing a person. C calls such things structs, and Pascal calls them RECORDs. Perl doesn't have a particular name for these because you can implement this notion in different ways. The most common technique in Perl is to treat a hash as a record, where the keys of the hash are the record's field names and the values of the hash are those fields' values. For instance, we might create a "person" record like this: $Nat = { "Name" => "Leonhard Euler", "Address" => "1729 Ramanujan Lane\nMathworld, PI 31416", "Birthday" => 0x5bb5580, }; Because $Nat is a scalar, it can be stored in an array or hash element, thus creating create groups of people. Now apply the array and hash techniques from Chapters 4 and 5 to sort the sets, merge hashes, pick a random record, and so on. The attributes of a record, including the "person" record, are always scalars. You can certainly use numbers as readily as strings there, but that's no great trick. The real power play happens when you use even more references for values in the record. "Birthday", for instance, might be stored as an anonymous array with three elements: day, month, and year. You could then say $person->{"Birthday"}->[0] to access just the day field. Or a

date might be represented as a hash record, which would then lend itself to access such as $person->{"Birthday"}->{"day"}. Adding references to your collection of skills makes possible many more complex and useful programming strategies. At this point, we've conceptually moved beyond simple records. We're now creating elaborate data structures that represent complicated relationships between the data they hold. Although we can use these to implement traditional data structures like linked lists, the recipes in the second half of this chapter don't deal specifically with any particular structure. Instead, they give generic techniques for loading, printing, copying, and saving generic data structures. The final program example demonstrates how to manipulate binary trees.

See Also Chapter 4 of Programming Perl; perlref (1), perllol (1), and perldsc (1) Previous: 10.17. Program: Sorting Your Mail

10.17. Program: Sorting Your Mail

Perl Cookbook Book Index

Next: 11.1. Taking References to Arrays

11.1. Taking References to Arrays

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 11.0. Introduction

Chapter 11 References and Records

Next: 11.2. Making Hashes of Arrays

11.1. Taking References to Arrays Problem You need to manipulate an array by reference.

Solution To get a reference to an array: $aref = $anon_array = $anon_copy = @$implicit_creation =

\@array; [1, 3, 5, 7, 9]; [ @array ]; (2, 4, 6, 8, 10);

To deference an array reference, precede it with an at sign (@): push(@$anon_array, 11); Or use a pointer arrow plus a bracketed subscript for a particular element: $two = $implicit_creation->[0]; To get the last index number by reference, or the number of items in that referenced array: $last_idx = $#$aref; $num_items = @$aref; Or defensively embracing and forcing context: $last_idx = $#{ $aref }; $num_items = scalar @{ $aref };

Discussion Here are array references in action: # check whether $someref contains a simple array reference if (ref($someref) ne 'ARRAY') { die "Expected an array reference, not $someref\n"; } print "@{$array_ref}\n";

# print original data

@order = sort @{ $array_ref };

# sort it

push @{ $array_ref }, $item;

# append new element to orig array

If you can't decide whether to use a reference to a named array or to create a new one, here's a simplistic guideline that will prove right more often than not. Only take a reference to an existing array either to return the reference out of scope, thereby creating an anonymous array, or to pass the array by reference to a function. For virtually all other cases, use [@array] to create a new array reference with a copy of the old values. Automatic reference counting and the backslash operator make a powerful combination: sub array_ref { my @array; return \@array; } $aref1 = array_ref(); $aref2 = array_ref(); Each time array_ref is called, the function allocates a new piece of memory for @array. If we hadn't returned a reference to @array, its memory would have been freed when its block, the subroutine, ended. However, because a reference to @array is still accessible, Perl doesn't free that storage, and we end up with a reference to a piece of memory that can no longer be accessed through the symbol table. Such a piece of memory is called anonymous because no name is associated with it. To access a particular element of the array referenced by $aref, you could write $$aref[4], but writing $aref->[4] is the same thing, and it is clearer. print $array_ref->[$N]; # access item in position N (best) print $$array_ref[$N]; # same, but confusing print ${$array_ref}[$N]; # same, but still confusing, and ugly to boot If you have an array reference, you can only access a slice of the referenced array in this way: @$pie[3..5]; # array slice, but a little confusing to read @{$pie}[3..5]; # array slice, easier (?) to read Array slices, even when accessed through array references, are assignable. In the next line, the array dereference happens first, and then the slice: @{$pie}[3..5] = ("blackberry", "blueberry", "pumpkin"); An array slice is exactly the same as a list of individual array elements. Because you can't take a reference to a list, you can't take a reference to an array slice: $sliceref = \@{$pie}[3..5]; # WRONG! To iterate through the entire array, use either a foreach loop or a for loop: foreach $item ( @{$array_ref} ) { # $item has data } for ($idx = 0; $idx [$idx] has data }

See Also Chapter 4 of Programming Perl; perlref (1) and perllol (1); Recipe 2.14; Recipe 4.5 Previous: 11.0. Introduction

11.0. Introduction

Perl Cookbook Book Index

Next: 11.2. Making Hashes of Arrays

11.2. Making Hashes of Arrays

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 11.1. Taking References to Arrays

Chapter 11 References and Records

Next: 11.3. Taking References to Hashes

11.2. Making Hashes of Arrays Problem For each key in a hash, only one scalar value is allowed, but you'd like to use one key to store and retrieve multiple values. That is, you'd like the value to be a list.

Solution Use references to arrays as the hash values. Use push to append: push(@{ $hash{"KEYNAME"} }, "new value"); Then, dereference the value as an array reference when printing out the hash: foreach $string (keys %hash) { print "$string: @{$hash{$string}}\n"; }

Discussion You can only store scalar values in a hash. References, however, are scalars. This solves the problem of storing multiple values for one key by making $hash{$key} a reference to an array containing the values for $key. The normal hash operations (insertion, deletion, iteration, and testing for existence) can now be written in terms of array operations like push, splice, and foreach. Here's how to give a key many values: $hash{"a key"} = [ 3, 4, 5 ];

# anonymous array

Once you have a key with many values, here's how to use them: @values = @{ $hash{"a key"} }; To append a new value to the array of values associated with a particular key, use push: push @{ $hash{"a key"} }, $value; The classic application of these data structures is inverting a hash that has many keys with the same associated value. When inverted, you end up with a hash that has many values for the same key. This is addressed in Recipe 5.8.

Be warned that this: @residents = @{ $phone2name{$number} }; causes a runtime exception under use strict because you're dereferencing an undefined reference where autovivification won't occur. You must do this instead: @residents = exists( $phone2name{$number} ) ? @{ $phone2name{$number} } : ();

See Also The section on "Hashs of Arrays" in Chapter 4 of Programming Perl and in perldsc (1); Recipe 5.8; the example "Tie Example: Make a Hash That Always Appends" in Recipe 13.15 Previous: 11.1. Taking References to Arrays

11.1. Taking References to Arrays

Perl Cookbook Book Index

Next: 11.3. Taking References to Hashes

11.3. Taking References to Hashes

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 11.2. Making Hashes of Arrays

Chapter 11 References and Records

Next: 11.4. Taking References to Functions

11.3. Taking References to Hashes Problem You need to manipulate a hash by reference. This might be because it was passed into a function that way or because it's part of a larger data structure.

Solution To get a hash reference: $href = \%hash; $anon_hash = { "key1" => "value1", "key2" => "value2", ... }; $anon_hash_copy = { %hash }; To dereference a hash reference: %hash = %$href; $value = $href->{$key}; @slice = @$href{$key1, $key2, $key3}; @keys = keys %$href;

# note: no arrow!

To check whether something is a hash reference: if (ref($someref) ne 'HASH') { die "Expected a hash reference, not $someref\n"; }

Discussion This example prints out all the keys and values in two predefined hashes: foreach $href ( \%ENV, \%INC ) { # OR: for $href ( \(%ENV,%INC) ) { foreach $key ( keys %$href ) { print "$key => $href->{$key}\n"; } } Accessing slices of hashes by reference works just as it does with slices of arrays by reference. For example: @values = @$hash_ref{"key1", "key2", "key3"};

for $val (@$hash_ref{"key1", "key2", "key3"}) { $val += 7; # add 7 to each value in hash slice }

See Also Recipe 5.0; Chapter 4 of Programming Perl; perlref (1); Recipe 11.9 Previous: 11.2. Making Hashes of Arrays

Perl Cookbook

11.2. Making Hashes of Arrays

Book Index

Next: 11.4. Taking References to Functions

11.4. Taking References to Functions

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 11.3. Taking References to Hashes

Chapter 11 References and Records

Next: 11.5. Taking References to Scalars

11.4. Taking References to Functions Problem You need to manipulate a subroutine by reference. This might happen if you need to create a signal handler, a Tk callback, or a hash of function pointers.

Solution To get a code reference: $cref = \&func; $cref = sub { ... }; To call a code reference: @returned = $cref->(@arguments); @returned = &$cref(@arguments);

Discussion If the name of a function is func, you can produce a reference to this code by preceding that name with \&. You can also create anonymous functions using the sub {} notation. These code references can be stored just like any other reference. Perl 5.004 introduced the postfix arrow notation for dereferencing a code reference. Prior to that, to call a subroutine by reference, you had to say &$funcname(@ARGS), where $funcname contained the name of a function. Although it is still possible to store the name of a function in a variable, such as: $funcname = "thefunc"; &$funcname(); that's not a very good solution for several reasons. First, it uses symbolic references, not real (hard) references, so it is forbidden under the use strict 'refs' pragma. Symbolic references to variables are usually a bad idea, since they can't access lexical variables, only globals, and aren't reference counted. Second, it doesn't include package information, so if executed in a different package, it would try to call the wrong function. Finally, in the odd case that the function were redefined at some point, the symbolic

reference would get whatever the current definition for the function was, whereas the hard reference would retain its old definition. Instead of placing the name of the function in the variable, use the backslash operator to create a reference to the function. This is the normal way to store a function in a variable or pass it to another function. You can mix and match references to named functions with references to unnamed ones: my %commands = ( "happy" => \&joy, "sad" => \&sullen, "done" => sub { die "See ya!" }, "mad" => \&angry, ); print "How are you? "; chomp($string = ); if ($commands{$string}) { $commands{$string}->(); } else { print "No such command: $string\n"; } If you create an anonymous function that refers to a lexical (my) variable from an enclosing scope, Perl's reference counting ensures that the lexical variable is never deallocated so long as that function reference exists: sub counter_maker { my $start = 0; return sub { # this is a closure return $start++; # lexical from enclosing scope }; } $counter = counter_maker(); for ($i = 0; $i < 5; $i ++) { print &$counter, "\n"; } Even though counter_maker has ended and $start has gone out of scope, Perl doesn't free it because the anonymous subroutine referenced by $counter still has a reference to $start. If we call counter_maker again, it'll return another anonymous subroutine reference that uses a different $start: $counter1 = counter_maker(); $counter2 = counter_maker(); for ($i = 0; $i < 5; $i ++) { print &$counter1, "\n";

} print &$counter1, " ", &$counter2, "\n"; 0 1 2 3 4 5 0 Closures are often used in callback routines. In graphical and other event-based programming, you associate code with a keypress, mouse click, window expose event, etc. The code will be called much later, probably from an entirely different scope. Variables mentioned in the closure must be available when it's finally called. To work properly, such variables must be lexicals, not globals. Another use for closures is function generators, that is, functions that create and return brand new functions. counter_maker is a function generator. Here's another simple one: sub timestamp { my $start_time = time(); return sub { return time() - $start_time }; } $early = timestamp(); sleep 20; $later = timestamp(); sleep 10; printf "It's been %d seconds since early.\n", $early->(); printf "It's been %d seconds since later.\n", $later->(); It's been 30 seconds since early. It's been 10 seconds since later. Each call to timestamp generates and returns a brand new function. The timestamp function creates a lexical called $start_time that contains the current clock time (in epoch seconds). Every time that closure is called, it returns how many seconds have passed since it was created by subtracting its starting time from the current time.

See Also The section on "Closures" in Chapter 4 of Programming Perl and the discussion on closures in perlref (1); Recipe 10.11; Recipe 11.4 Previous: 11.3. Taking References to Hashes

11.3. Taking References to Hashes

Perl Cookbook Book Index

Next: 11.5. Taking References to Scalars

11.5. Taking References to Scalars

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 11.4. Taking References to Functions

Chapter 11 References and Records

Next: 11.6. Creating Arrays of Scalar References

11.5. Taking References to Scalars Problem You want to create and manipulate a reference to a scalar value.

Solution To create a reference to a scalar variable, use the backslash operator: $scalar_ref = \$scalar; # get reference to named scalar To create a reference to an anonymous scalar value (a value that isn't in a variable), assign through a dereference of an undefined variable: undef $anon_scalar_ref; $$anon_scalar_ref = 15; This creates a reference to a constant scalar: $anon_scalar_ref = \15; Use ${...} to dereference: print ${ $scalar_ref }; # dereference it ${ $scalar_ref } .= "string"; # alter referent's value

Discussion If you want to create many new anonymous scalars, use a subroutine that returns a reference to a lexical variable out of scope, as explained in the Introduction: sub new_anon_scalar { my $temp; return \$temp; } Perl almost never implicitly dereferences for you. Exceptions include references to filehandles, code references to sort, and the reference argument to bless. Because of this, you can only dereference a scalar reference by prefacing it with $ to get at its contents:

$sref = new_anon_scalar(); $$sref = 3; print "Three = $$sref\n"; @array_of_srefs = ( new_anon_scalar(), new_anon_scalar() ); ${ $array[0] } = 6.02e23; ${ $array[1] } = "avocado"; print "\@array contains: ", join(", ", map { $$_ } @array ), "\n"; Notice we have to put braces around $array[0] and $array[1]. If we tried to say $$array[0], the tight binding of dereferencing would turn it into $array->[0]. It would treat $array as an array reference and return the element at index zero. Here are other examples where it is safe to omit the braces: $var = `uptime`; # $var holds text $vref = \$var; # $vref "points to" $var if ($$vref =~ /load/) {} # look at $var, indirectly chomp $$vref; # alter $var, indirectly As mentioned in the introduction, you may use the ref built-in to inspect a reference for its referent's type. Calling ref on a scalar reference returns the string "SCALAR": # check whether $someref contains a simple scalar reference if (ref($someref) ne 'SCALAR') { die "Expected a scalar reference, not $someref\n"; }

See Also Chapter 4 of Programming Perl and perlref (1) Previous: 11.4. Taking References to Functions

11.4. Taking References to Functions

Perl Cookbook Book Index

Next: 11.6. Creating Arrays of Scalar References

11.6. Creating Arrays of Scalar References

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 11.5. Taking References to Scalars

Chapter 11 References and Records

Next: 11.7. Using Closures Instead of Objects

11.6. Creating Arrays of Scalar References Problem You want to create and manipulate an array of references to scalars. This arises when you pass variables by reference to a function to let the function change their values.

Solution To create an array, either backslash each scalar in the list to store in the array: @array_of_scalar_refs = ( \$a, \$b ); or simply backslash the entire list, taking advantage of the backslash operator's distributive property: @array_of_scalar_refs = \( $a, $b ); To get or set the value of an element of the list, use ${ ... }: ${ $array_of_scalar_refs[1] } = 12;

# $b = 12

Discussion In the following examples, @array is a simple array containing references to scalars (an array of references is not a reference to an array). To access the original data indirectly, braces are critical. ($a, $b, $c, $d) = (1 .. 4); # initialize @array = (\$a, \$b, \$c, \$d); # refs to each scalar @array = \( $a, $b, $c, $d); # same thing! @array = map { \my $anon } 0 .. 3; # allocate 4 anon scalarresf ${ $array[2] } += 9;

# $c now 12

${ $array[ $#array ] } *= 5; ${ $array[-1] } *= 5;

# $d now 20 # same; $d now 100

$tmp = $array[-1]; $$tmp *= 5;

# using temporary # $d now 500

The two assignments to @array are equivalent - the backslash operator is distributive across a list. So preceding a list (not an array) with a backslash is the same as applying a backslash to everything in that list. The ensuing code changes the values of the variables whose references were stored in the array. Here's how to deal with such an array without explicit indexing. use Math::Trig qw(pi); # load the constant pi foreach $sref (@array) { # prepare to change $a,$b,$c,$d ($$sref **= 3) *= (4/3 * pi); # replace with spherical volumes } This code uses the formula for deriving the volume of a sphere:

The $sref loop index variable is each reference in @array, and $$sref is the number itself, that is, the original variables $a, $b, $c, and $d. Changing $$sref in the loop changes those variables as well. First we replace $$sref with its cube, then multiply the resulting value by 4/3 [pi] . This takes advantage of the fact that assignment in Perl returns an lvalue, letting you chain assignment operators together as we've done using the **= and *= assignment operators. Actually, anonymous scalars are pretty useless, given that a scalar value fits in the same space as a scalar reference. That's why there's no explicit composer. Scalar references exist only to allow aliasing - which can be done in other ways.

See Also The section on "Assignment Operators" in Chapter 2 of Programming Perl and in perlop (1) Previous: 11.5. Taking References to Scalars

11.5. Taking References to Scalars

Perl Cookbook Book Index

Next: 11.7. Using Closures Instead of Objects

11.7. Using Closures Instead of Objects

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 11.6. Creating Arrays of Scalar References

Chapter 11 References and Records

Next: 11.8. Creating References to Methods

11.7. Using Closures Instead of Objects Problem You want records with private state, behavior, and identity, but you don't want to learn object-oriented programming to accomplish this.

Solution Write a function that returns (by reference) a hash of code references. These code references are all closures created in the same scope, so when they execute, they'll all share the same set of bindings to private variables.

Discussion Because a closure is a binding of code and data, it can implement what might be thought of as an object. Here's an example that creates and returns a hash of anonymous functions. mkcounter takes an argument of a seed counter and returns a hash reference that you can use to manipulate the counter indirectly. $c1 = mkcounter(20); $c2 = mkcounter(77); printf printf printf printf printf

"next "next "next "last "old

c1: c2: c1: c1: c2:

%d\n", %d\n", %d\n", %d\n", %d\n",

$c1->{NEXT}->(); $c2->{NEXT}->(); $c1->{NEXT}->(); $c1->{PREV}->(); $c2->{RESET}->();

# # # # #

21 78 22 21 77

The code values in the hash references in $c1 and $c2 maintain their own separate state. Here's how to set that up: sub mkcounter { my $count = shift; my $start = $count; my $bundle = {

"NEXT" "PREV" "GET" "SET" "BUMP" "RESET"

=> => => => => =>

sub sub sub sub sub sub

{ { { { { {

return return return $count $count $count

++$count --$count $count = shift += shift = $start

}, }, }, }, }, },

}; $bundle->{"LAST"} = $bundle->{"PREV"}; return $bundle; } Because the lexical variables used by the closures in the $bundle hash reference are returned by the function, they are not deallocated. The next time mkcounter is called, the closures get a different set of variable bindings for the same code. Because no one outside of those closures can access these two variables, this assures you of true privacy. The assignment right before the return makes both the "PREV" and "LAST" values point to the same closure. Depending on your object-oriented background, you might think of these as being two different messages, both implemented using the same method. The bundle we return is not an object in that it has no obvious inheritance and polymorphism. (Yet.) But it certainly does have state, behavior, and identity, as well as encapsulation.

See Also The section on "Closures" in Chapter 4 of Programming Perl and the discussion on closures in perlref (1); Recipe 11.4; Recipe 11.9; Chapter 13 Previous: 11.6. Creating Arrays of Scalar References

11.6. Creating Arrays of Scalar References

Perl Cookbook Book Index

Next: 11.8. Creating References to Methods

11.8. Creating References to Methods

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 11.7. Using Closures Instead of Objects

Chapter 11 References and Records

Next: 11.9. Constructing Records

11.8. Creating References to Methods Problem You want to store a reference to a method.

Solution Create a closure that makes the proper method call on the appropriate object.

Discussion When you ask for a reference to a method, you're asking for more than just a raw function pointer. You also need to record which object the method needs to be called upon as the object contains the data the method will work with. The best way to do this is using a closure. Assuming $obj is lexically scoped, you can say: $mref = sub { $obj->meth(@_) }; # later... $mref->("args", "go", "here"); Even when $obj goes out of scope, the closure stored in $mref has captured it. Later when it's called indirectly, the correct object is used for the method call. Be aware that the notation: $sref = \$obj->meth; doesn't do what you probably expected. It first calls the method on that object and gives you either a reference to the return value or a reference to the last of the return values if the method returns a list. The can method from the UNIVERSAL base class, while appealing, is also unlikely to produce what you want. $cref = $obj->can("meth"); This produces a code ref to the appropriate method (should one be found), one that carries no object information. Think of it as a raw function pointer. The information about the object is lost. That's why you need a closure to capture both the object state as well as the method to call.

See Also The discussion on methods in the Introduction to Chapter 13; Recipe 11.7; Recipe 13.7 Previous: 11.7. Using Closures Instead of Objects

Perl Cookbook

11.7. Using Closures Instead of Objects

Book Index

Next: 11.9. Constructing Records

11.9. Constructing Records

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 11.8. Creating References to Methods

Chapter 11 References and Records

Next: 11.10. Reading and Writing Hash Records to Text Files

11.9. Constructing Records Problem You want to create a record data type.

Solution Use a reference to an anonymous hash.

Discussion Suppose you wanted to create a data type that contained various data fields, akin to a C struct or a Pascal RECORD. The easiest way is to use an anonymous hash. For example, here's how to initialize and use that record: $record = { NAME => "Jason", EMPNO => 132, TITLE => "deputy peon", AGE => 23, SALARY => 37_000, PALS => [ "Norbert", "Rhys", "Phineas"], }; printf "I am %s, and my pals are %s.\n", $record->{NAME}, join(", ", @{$record->{PALS}}); Just having one of these records isn't much fun - you'd like to build larger structures. For example, you might want to create a %ByName hash that you could initialize and use this way: # store record $byname{ $record->{NAME} } = $record; # later on, look up by name

if ($rp = $byname{"Aron"}) { # false if missing printf "Aron is employee %d.\n", $rp->{EMPNO}; } # give jason a new pal push @{$byname{"Jason"}->{PALS}}, "Theodore"; printf "Jason now has %d pals\n", scalar @{$byname{"Jason"}->{PALS}}; That makes %byname a hash of hashes, because its values are hash references. Looking up employees by name would be easy using such a structure. If we find a value in the hash, we store a reference to the record in a temporary variable, $rp, which we then use to get any field we want. We can use our existing hash tools to manipulate %byname. For instance, we could use the each iterator to loop through it in an arbitrary order: # Go through all records while (($name, $record) = each %byname) { printf "%s is employee number %d\n", $name, $record->{EMPNO}; } What about looking employees up by employee number? Just build and use another data structure, an array of hashes called @employees. If your employee numbers aren't consecutive (for instance, they jump from 1 to 159997) an array would be a bad choice. Instead, you should use a hash mapping employee number to record. For consecutive employee numbers, use an array: # store record $employees[ $record->{EMPNO} ] = $record; # lookup by id if ($rp = $employee[132]) { printf "employee number 132 is %s\n", $rp->{NAME}; } With a data structure like this, updating a record in one place effectively updates it everywhere. For example, this gives Jason a 3.5% raise: $byname{"Jason"}->{SALARY} *= 1.035; This change is reflected in all views of these records. Remember that both $byname{"Jason"} and $employees[132] refer to the same record because the references they contain refer to the same anonymous hash. How would you select all records matching a particular criterion? This is what grep is for. Here's how to get everyone with "peon" in their titles or all the 27-year-olds: @peons = grep { $_->{TITLE} =~ /peon/i } @employees; @tsevens = grep { $_->{AGE} == 27 } @employees; Each element of @peons and @tsevens is itself a reference to a record, making them arrays of hashes, like @employees.

Here's how to print all records sorted in a particular order, say by age: # Go through all records foreach $rp (sort { $a->{AGE} $b->{AGE} } values %byname) { printf "%s is age %d.\n", $rp->{NAME}, $rp->{AGE}; # or with a hash slice on the reference printf "%s is employee number %d.\n", @$rp{'NAME','EMPNO'}; } Rather than take time to sort them by age, you could just create another view of these records, @byage. Each element in this array, $byage[27] for instance, would be an array of all the records with that age. In effect, this is an array of arrays of hashes. You would build it this way: # use @byage, an array of arrays of records push @{ $byage[ $record->{AGE} ] }, $record; Then you could find them all this way: for ($age = 0; $age {NAME}, " "; } print "\n"; } A similar approach is to use map to avoid the foreach loop: for ($age = 0; $age {NAME}} @{$byage[$age]}); }

See Also Recipe 4.13; Recipe 11.3 Previous: 11.8. Creating References to Methods

11.8. Creating References to Methods

Perl Cookbook Book Index

Next: 11.10. Reading and Writing Hash Records to Text Files

11.10. Reading and Writing Hash Records to Text Files

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 11.9. Constructing Records

Chapter 11 References and Records

Next: 11.11. Printing Data Structures

11.10. Reading and Writing Hash Records to Text Files Problem You want to read or write hash records to text files.

Solution Use a simple file format with one field per line: FieldName: Value and separate records with blank lines.

Discussion If you have an array of records that you'd like to store and retrieve from a text file, you can use a simple format based on mail headers. The format's simplicity requires that the keys have neither colons nor newlines, and the values not have newlines. This code writes them out: foreach $record (@Array_of_Records) { for $key (sort keys %$record) { print "$key: $record->{$key}\n"; } print "\n"; } Reading them in is easy, too. $/ = ""; # paragraph read mode while () { my @fields = split /^([^:]+):\s*/m; shift @fields; # for leading null field push(@Array_of_Records, { map /(.*)/, @fields }); }

The split acts upon $_ , its default second argument, which contains a full paragraph. The pattern looks for start of line (not just start of record, thanks to the /m) followed by one or more non-colons, followed by a colon and optional white space. When split's pattern contains parentheses, these are returned along with the values. The return values placed in @fields are in key-value order, with a leading null field we shift off. The braces in the call to push produces a reference to a new anonymous hash, which we copy @fields into. Since that array was stored in order of the needed key-value pairing, this makes for well-ordered hash contents. All you're doing is reading and writing a plain text file, so you can use related recipes for additional components. You could use Recipe 7.11 to ensure that you have clean, concurrent access; Recipe 1.13 to store colons and newlines in keys and values; and Recipe 11.3 store more complex structures. If you are willing to sacrifice the elegance of a plain textfile for a quick, random-access database of records, use a DBM file, as described in Recipe 11.14.

See Also The split function in perlfunc (1) and Chapter 3 of Programming Perl; Recipe 11.9; Recipe 11.13; Recipe 11.14 Previous: 11.9. Constructing Records

11.9. Constructing Records

Perl Cookbook Book Index

Next: 11.11. Printing Data Structures

11.11. Printing Data Structures

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 11.10. Reading and Writing Hash Records to Text Files

Chapter 11 References and Records

Next: 11.12. Copying Data Structures

11.11. Printing Data Structures Problem You want to print out a data structure.

Solution If the output's legibility and layout are important, write your own custom printing routine. If you are in the Perl debugger, use the x command: DB $reference = [ { "foo" => "bar" }, 3, sub { print "hello, world\n" } ]; DB x $reference 0 ARRAY(0x1d033c) 0 HASH(0x7b390) 'foo' = 'bar'> 1 3 2 CODE(0x21e3e4) - & in ???> From within your own programs, use the Dumper function from the CPAN module Data::Dumper: use Data::Dumper; print Dumper($reference);

Discussion Sometimes you'll want to make a dedicated function for your data structure that delivers a particular output format, but often this is overkill. If you're running under the Perl debugger, the x and X commands provide nice pretty-printing. The x command is more useful because it works on both global and lexical variables, whereas X only works on globals. Pass x a reference to the data structure you want to print. D x \@INC 0 ARRAY(0x807d0a8) 0 '/home/tchrist/perllib' 1 '/usr/lib/perl5/i686-linux/5.00403' 2 '/usr/lib/perl5' 3 '/usr/lib/perl5/site_perl/i686-linux' 4 '/usr/lib/perl5/site_perl' 5 '.'

These commands use the dumpvar.pl library. Here's an example: { package main; require "dumpvar.pl" } *dumpvar = \&main::dumpvar if __PACKAGE__ ne 'main'; dumpvar("main", "INC"); # show both @INC and %INC The dumpvar.pl library isn't a module, but we wish it were - so we cajole it into exporting its dumpvar function anyway. The first two lines forcibly import the main::dumpvar function from package main into the current package, assuming it's different. Here's the output of that call: @INC = ( 0 '/home/tchrist/perllib/i686-linux' 1 '/home/tchrist/perllib' 2 '/usr/lib/perl5/i686-linux/5.00404' 3 '/usr/lib/perl5' 4 '/usr/lib/perl5/site_perl/i686-linux' 5 '/usr/lib/perl5/site_perl' 6 '.' ) %INC = ( 'dumpvar.pl' = '/usr/lib/perl5/i686-linux/5.00404/dumpvar.pl' 'strict.pm' = '/usr/lib/perl5/i686-linux/5.00404/strict.pm' ) The Data::Dumper module, located on CPAN, has a more flexible solution. It provides a Dumper function that takes a list of references and returns a string with a printable (and evalable) form of those references. use Data::Dumper; print Dumper(\@INC); $VAR1 = [ '/home/tchrist/perllib', '/usr/lib/perl5/i686-linux/5.00403', '/usr/lib/perl5', '/usr/lib/perl5/site_perl/i686-linux', '/usr/lib/perl5/site_perl', '.' ]; Data::Dumper supports a variety of output formats. Check its documentation for details.

See Also The documentation for the CPAN module Data::Dumper; the section "The Perl Debugger" from Chapter 8 of Programming Perl or perldebug (1) Previous: 11.10. Reading and Writing Hash Records to Text Files

11.10. Reading and Writing Hash Records to Text Files

Perl Cookbook Book Index

Next: 11.12. Copying Data Structures

11.12. Copying Data Structures

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 11.11. Printing Data Structures

Chapter 11 References and Records

Next: 11.13. Storing Data Structures to Disk

11.12. Copying Data Structures Problem You need to copy a complex data structure.

Solution Use the dclone function from the Storable module from CPAN: use Storable; $r2 = dclone($r1);

Discussion Two types of "copy" are sometimes confused. A surface copy (also known as shallow copy) simply copies references without creating copies of the data behind them: @original = ( \@a, \@b, \@c ); @surface = @original; A deep copy creates an entirely new structure with no overlapping references. This copies references to 1 layer deep: @deep = map { [ @$_ ] } @original; If @a, @b, and @c themselves contain references, the preceding map is no longer adequate. Writing your own code to deep-copy structures is laborious and rapidly becomes tiresome. The Storable module, found on CPAN, provides a function called dclone that recursively copies its argument: use Storable qw(dclone); $r2 = dclone($r1); This only works on references or blessed objects of type SCALAR, ARRAY, or HASH; references of type CODE, GLOB, and IO and more esoteric types are not supported. The safeFreeze function from the FreezeThaw module supports these when used in the same address space by using a reference cache that could interfere with garbage collection and object destructors under some circumstances.

Because dclone takes and returns references, you must add extra punctuation if you have a hash of arrays that you want to copy: %newhash = %{ dclone(\%oldhash) };

See Also The documentation for the CPAN modules Storable, Data::Dumper, and FreezeThaw Previous: 11.11. Printing Data Structures

11.11. Printing Data Structures

Perl Cookbook Book Index

Next: 11.13. Storing Data Structures to Disk

11.13. Storing Data Structures to Disk

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 11.12. Copying Data Structures

Chapter 11 References and Records

Next: 11.14. Transparently Persistent Data Structures

11.13. Storing Data Structures to Disk Problem You want to save your large, complex data structure to disk so you don't have to build it up each time your program runs.

Solution Use the CPAN module Storable's store and retrieve functions: use Storable; store(\%hash, "filename"); # later on... $href = retrieve("filename"); %hash = %{ retrieve("filename") };

# by ref # direct to hash

Discussion The Storable module uses C functions and a binary format to walk Perl's internal data structures and lay out its data. It's more efficient than a pure Perl and string-based approach, but it's also more fragile. The store and retrieve functions expect binary data using the machine's own byte-ordering. This means files created with these functions cannot be shared across different architectures. nstore does the same job store does, but keeps data in canonical (network) byte order, at a slight speed cost: use Storable qw(nstore); nstore(\%hash, "filename"); # later ... $href = retrieve("filename"); No matter whether store or nstore was used, you need to call the same retrieve routine to restore the objects in memory. The producer must commit to portability, but the consumer doesn't have to. Code needs only to be changed in one place when the producer changes their mind and the code thus offers a consistent interface on the consumer side, who does not need to know or care. The store and nstore functions don't lock any of the files they work on. If you're worried about

concurrent access, open the file yourself, lock it using Recipe 7.11, and then use store_fd or its slower but machine-independent version nstore_fd. Here's code to save a hash to a file, with locking. We don't open with the O_TRUNC flag because we have to wait to get the lock before we can clobber the file. use Storable qw(nstore_fd); use Fcntl qw(:DEFAULT :flock); sysopen(DF, "/tmp/datafile", O_RDWR|O_CREAT, 0666) or die "can't open /tmp/datafile: $!"; flock(DF, LOCK_EX) or die "can't lock /tmp/datafile: $!"; nstore_fd(\%hash, *DF) or die "can't store hash\n"; truncate(DF, tell(DF)); close(DF); Here's code to restore that hash from a file, with locking: use Storable; use Fcntl qw(:DEFAULT :flock); open(DF, "< /tmp/datafile") or die "can't open /tmp/datafile: $!"; flock(DF, LOCK_SH) or die "can't lock /tmp/datafile: $!"; $href = retrieve(*DF); close(DF); With care, you can pass large data objects efficiently between processes with this strategy, since a filehandle connected to a pipe or socket is still a byte stream, just like a plain file. Unlike the various DBM bindings, Storable does not restrict you to using only hashes (or arrays, with DB_File). Arbitrary data structures, including objects, can be stored to disk. The whole structure must be read in or written out in its entirety.

See Also The section on "Remote Procedure Calls (RPC)" in Chapter 13 of Advanced Perl Programming; Recipe 11.14 Previous: 11.12. Copying Data Structures

11.12. Copying Data Structures

Perl Cookbook

Next: 11.14. Transparently Persistent Data Structures

Book Index

11.14. Transparently Persistent Data Structures

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 11.13. Storing Data Structures to Disk

Chapter 11 References and Records

Next: 11.15. Program: Binary Trees

11.14. Transparently Persistent Data Structures Problem You have a complex data structure that you want to persist outside your program.

Solution Use MLDBM and either (preferably) DB_File, or else GDBM_File: use MLDBM qw(DB_File); use Fcntl; tie(%hash, 'MLDBM', 'testfile.db', O_CREAT|O_RDWR, 0666) or die "can't open tie to testfile.db: $!"; # ... act on %hash untie %hash;

Discussion A hash with 100,000 items in it would undoubtably take considerable time to build. Storing this to disk, either slowly by hand or quickly with Storable, is still an expensive operation in memory and computation. The DBM modules solve this by tying hashes to disk database files. Rather than reading the whole structure in at once, they only pull in what they need, when they need it. To the user, it looks like a hash that persists across program invocations. Unfortunately, the values in this persistent hash must be plain strings. You cannot readily use a database file as a backing store for a hash of hashes, a hash of arrays, and so on, just for a hash of strings. However, the MLDBM module from CPAN allows you to store references in a database. It uses Data::Dumper to stringify these references for external storage: use MLDBM qw(DB_File); use Fcntl;

tie(%hash, 'MLDBM', 'testfile.db', O_CREAT|O_RDWR, 0666) or die "can't open tie to testfile.db: $!"; Now you can use %hash to fetch or store complex records from disk. The only drawback is that you can't access the references piecemeal. You have to pull in the reference from the database, work with it, and then store it back. # this doesn't work! $hash{"some key"}[4] = "fred"; # RIGHT $aref = $hash{"some key"}; $aref->[4] = "fred"; $hash{"some key"} = $aref;

See Also The documentation for the CPAN module MLDBM; Recipe 14.1; Recipe 14.7; Recipe 14.11 Previous: 11.13. Storing Data Structures to Disk

Perl Cookbook

Next: 11.15. Program: Binary Trees

11.13. Storing Data Structures to Disk

Book Index

11.15. Program: Binary Trees

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 11.14. Transparently Persistent Data Structures

Chapter 11 References and Records

Next: 12. Packages, Libraries, and Modules

11.15. Program: Binary Trees Because Perl's built-in data types are already powerful, high-level, dynamic data types in their own right, most code can use what's already provided. If you just want quick lookups, you nearly always want to use a simple hash. As Larry has said, "The trick is to use Perl's strengths rather than its weaknesses." However, hashes provide no inherent ordering. To traverse the hash in a particular order, you must first extract its keys and then sort them. If you find yourself doing so many times, performance will suffer, but probably not enough to justify the time required to craft a fancy algorithm. A tree structure provides ordered traversals. How do you write a tree in Perl? First, you grab one of your favorite textbooks on data structures; the authors recommend Cormen et al., as mentioned in the "Other Books" section of the Preface. Using an anonymous hash to represent each node in the tree, translate the algorithms in the book into Perl. This is usually much more straightforward than you would imagine. The program code in Example 11.1 demonstrates a simple binary tree implementation using anonymous hashes. Each node has three fields: a left child, a right child, and a value. The crucial property of an ordered binary tree is that all its left children have values less than the current node's value, and all right children have values greater than the current node's value. The main program does three things. First, it creates a tree with 20 random nodes. Then it shows the in-order, pre-order, and post-order traversals of that tree. Finally, it allows the user to enter a key, and it reports whether that key is in the tree. The insert function takes advantage of Perl's implicit pass-by-reference behavior on scalars to initialize an empty tree when asked to insert into an empty node. The assignment of the new node back to $_[0] alters the value in its caller. Although this data structure takes much more memory than a simple hash and the lookups are slower, the ordered traversals themselves are faster. If you want to learn more about binary trees, Introduction to Algorithms by Cormen, Leiserson, and Rivest and Algorithms in C by Robert Sedgewick both cover the material. A B-Tree is not a binary tree; it is a more flexible tree structure normally maintained on disk. DB_File has a BTREE interface (see DB_File (3)), and Mark-Jason Dominus has an excellent article on B-Trees in The Perl Journal, Volume 2, Issue 4, Winter 1997, pp. 35-42. The program is shown in Example 11.1. Example 11.1: bintree

#!/usr/bin/perl -w # bintree - binary tree demo program use strict; my($root, $n); # first generate 20 random inserts while ($n++ < 20) { insert($root, int(rand(1000)))} # now print print print

dump out the "Pre order: "In order: "Post order:

tree all three ways "; pre_order($root); print "\n"; "; in_order($root); print "\n"; "; post_order($root); print "\n";

# prompt until EOF for (print "Search? "; ; print "Search? ") { chomp; my $found = search($root, $_); if ($found) { print "Found $_ at $found, $found->{VALUE}\n" } else { print "No $_ in tree\n" } } exit; ######################################### # insert given value into proper point of # provided tree. If no tree provided, # use implicit pass by reference aspect of @_ # to fill one in for our caller. sub insert { my($tree, $value) = @_; unless ($tree) { $tree = {}; # allocate new node $tree->{VALUE} = $value; $tree->{LEFT} = undef; $tree->{RIGHT} = undef; $_[0] = $tree; # $_[0] is reference param! return; } if ($tree->{VALUE} > $value) { insert($tree->{LEFT}, $value) } elsif ($tree->{VALUE} < $value) { insert($tree->{RIGHT}, $value) } else { warn "dup insert of $value\n" } # XXX: no dups } # recurse on left child, # then show current value,

# then recurse on right child. sub in_order { my($tree) = @_; return unless $tree; in_order($tree->{LEFT}); print $tree->{VALUE}, " "; in_order($tree->{RIGHT}); } # show current value, # then recurse on left child, # then recurse on right child. sub pre_order { my($tree) = @_; return unless $tree; print $tree->{VALUE}, " "; pre_order($tree->{LEFT}); pre_order($tree->{RIGHT}); } # recurse on left child, # then recurse on right child, # then show current value. sub post_order { my($tree) = @_; return unless $tree; post_order($tree->{LEFT}); post_order($tree->{RIGHT}); print $tree->{VALUE}, " "; } # find out whether provided value is in the tree. # if so, return the node at which the value was found. # cut down search time by only looking in the correct # branch, based on current value. sub search { my($tree, $value) = @_; return unless $tree; if ($tree->{VALUE} == $value) { return $tree; } search($tree->{ ($value < $tree->{VALUE}) ? "LEFT" : "RIGHT"}, $value) } Previous: 11.14. Transparently Persistent Data Structures

Perl Cookbook

Next: 12. Packages, Libraries, and Modules

11.14. Transparently Persistent Data Structures

Book Index

12. Packages, Libraries, and Modules

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 11.15. Program: Binary Trees

Chapter 12

Next: 12.1. Defining a Module's Interface

12. Packages, Libraries, and Modules Contents: Introduction Defining a Module's Interface Trapping Errors in require or use Delaying use Until Run Time Making Variables Private to a Module Determining the Caller's Package Automating Module Clean-Up Keeping Your Own Module Directory Preparing a Module for Distribution Speeding Module Loading with SelfLoader Speeding Up Module Loading with Autoloader Overriding Built-In Functions Reporting Errors and Warnings Like Built-Ins Referring to Packages Indirectly Using h2ph to Translate C #include Files Using h2xs to Make a Module with C Code Documenting Your Module with Pod Building and Installing a CPAN Module Example: Module Template Program: Finding Versions and Descriptions of Installed Modules Like all those possessing a library, Aurelian was aware that he was guilty of not knowing his in its entirety. - Jorge Luis Borges The Theologians

12.0. Introduction Imagine that you have two separate programs, both of which work fine by themselves, and you decide to make a third program that combines the best features from the first two. You copy both programs into a new file or cut and paste selected pieces. You find that the two programs had variables and functions with the same names that should remain separate. For example, both might have an init function or a global $count variable. When merged into one program, these separate parts would interfere with each other. The solution to this problem is packages. Perl uses packages to partition the global namespace. The package is the basis for both traditional modules and object-oriented classes. Just as directories contain files, packages contain identifiers. Every global identifier (variables, functions, file and directory handles, and formats) has two parts: its package name and the identifier proper. These two pieces are separated from one another with a double colon. For example, the variable $CGI::needs_binmode is a global variable named $needs_binmode, which resides in package CGI. Where the filesystem uses slashes to separate the directory from the filename, Perl uses a double colon (prior to release 5.000, you could only use a single quote mark, as in $CGI'needs_bin_mode). $Names::startup is the variable named $startup in the package Names, whereas $Dates::startup is the $startup variable in package Dates. Saying $startup by itself without a package name means the global variable $startup in the current package. (This assumes that no lexical $startup variable is currently visible. Lexical variables are explained in Chapter 10, Subroutines.) When looking at an unqualified variable name, a lexical takes precedence over a global. Lexicals live in scopes; globals live in packages. If you really want the global instead, you need to fully qualify it. package is a compile-time declaration that sets the default package prefix for unqualified global identifiers, just as chdir sets the default directory prefix for relative pathnames. This effect lasts until the end of the current scope (a brace-enclosed block, file, or eval). The effect is also terminated by any subsequent package statement in the same scope. (See the following code.) All programs are in package main until they use a package statement to change this. package Alpha; $name = "first"; package Omega; $name = "last"; package main; print "Alpha is $Alpha::name, Omega is $Omega::name.\n"; Alpha is first, Omega is last. Unlike user-defined identifiers, built-in variables with punctuation names (like $_ and $.) and the identifiers STDIN, STDOUT, STDERR, ARGV, ARGVOUT, ENV, INC, and SIG are all forced to be in package main when unqualified. That way things like STDIN, @ARGV, %ENV, and $_ are always the same no matter what package you're in; for example, @ARGV always means @main::ARGV, even if you've used package to change the default package. A fully qualified @ElseWhere::ARGV would not (and carries no special built-in meaning). Make sure to localize $_ if you use it in your module.

Modules The unit of software reuse in Perl is the module, a file that has a collection of related functions designed to be used by other programs and library modules. Every module has a public interface, a set of variables and functions that outsiders are encouraged to use. From inside the module, the interface is defined by initializing certain package variables that the standard Exporter module looks at. From outside the module, the interface is accessed by importing symbols as a side effect of the use statement. The public interface of a Perl module is whatever is documented to be public. In the case of undocumented interfaces, it's whatever is vaguely intended to be public. When we talk about modules in this chapter, and traditional modules in general, we mean those that use the Exporter. The require or use statements both pull a module into your program, although their semantics are slightly different. require loads modules at runtime, with a check to avoid the redundant loading of a given module. use is like require, with two added properties: compile-time loading and automatic importing. Modules included with use are processed at compile time, but require processing happens at run time. This is important because if a module that a program needs is missing, the program won't even start because the use fails during compilation of your script. Another advantage of compile-time use over run-time require is that function prototypes in the module's subroutines become visible to the compiler. This matters because only the compiler cares about prototypes, not the interpreter. (Then again, we don't usually recommend prototypes except for replacing built-in commands, which do have them.) use is suitable for giving hints to the compiler because of its compile-time behavior. A pragma is a special module that acts as directive to the compiler to alter how Perl compiles your code. A pragma's name is always all lowercase, so when writing a regular module instead of a pragma, choose a name that starts with a capital letter. Pragmas supported by Perl 5.004 include autouse, constant, diagnostics, integer, lib, locale, overload, sigtrap, strict, subs, and vars. Each has its own manpage. The other difference between require and use is that use performs an implicit import on the included module's package. Importing a function or variable from one package to another is a form of aliasing; that is, it makes two different names for the same underlying thing. It's like linking in files from another directory to your current one by the command ln /somedir/somefile. Once it's linked in, you no longer have to use the full pathname to access the file. Likewise, an imported symbol no longer needs to be fully qualified by package name (or predeclared with use vars or use subs). You can use imported variables as though they were part of your package. If you imported $English::OUTPUT_AUTOFLUSH in the current package, you could refer to it as $OUTPUT_AUTOFLUSH. The required file extension for a Perl module is ".pm". The module named FileHandle would be stored in the file FileHandle.pm. The full path to the file depends on your include path, which is stored in the global @INC variable. Recipe 12.7 shows how to manipulate this array to your own purposes. If the module name itself contains one or more double colons, these are translated into your system's directory separator. That means that the File::Find module resides in the file File/Find.pm under most filesystems. For example: require "FileHandle.pm"; # run-time load

require FileHandle; use FileHandle;

# ".pm" assumed; same as previous # compile-time load

require "Cards/Poker.pm"; require Cards::Poker; use Cards::Poker;

# run-time load # ".pm" assumed; same as previous # compile-time load

Import/Export Regulations The following is a typical setup for a hypothetical module named Cards::Poker that demonstrates how to manage its exports. The code goes in the file named Poker.pm within the directory Cards: that is, Cards/Poker.pm. (See Recipe 12.7 for where the Cards directory should reside.) Here's that file, with line numbers included for reference: 1 package Cards::Poker; 2 use Exporter; 3 @ISA = ('Exporter'); 4 @EXPORT = qw(&shuffle @card_deck); 5 @card_deck = (); # initialize package global 6 sub shuffle { } # fill-in definition later 7 1; # don't forget this Line 1 declares the package that the module will put its global variables and functions in. Typically, a module first switches to a particular package so that it has its own place for global variables and functions, one that won't conflict with that of another program. This must be written exactly as the corresponding use statement will be written when the module is loaded. Don't say package Poker just because the basename of your file is Poker.pm. Rather, say package Cards::Poker because your users will say use Cards::Poker. This common problem is hard to debug. If you don't make the package and use statements exactly the same, you won't see a problem until you try to call imported functions or access imported variables, which will be mysteriously missing. Line 2 loads in the Exporter module, which manages your module's public interface as described below. Line 3 initializes the special, per-package array @ISA to contain the word "Exporter". When a user says use Cards::Poker, Perl implicitly calls a special method, Cards::Poker->import(). You don't have an import method in your package, but that's OK, because the Exporter package does, and you're inheriting from it because of the assignment to @ISA (is a). Perl looks at the package's @ISA for resolution of undefined methods. Inheritance is a topic of Chapter 13, Classes, Objects, and Ties. You may ignore it for now - so long as you put code as shown in lines 2 and 3 into each module you write. Line 4 assigns the list ('&shuffle', '@card_deck') to the special, per-package array @EXPORT. When someone imports this module, variables and functions listed in that array are aliased into the caller's own package. That way they don't have to call the function Poker::Deck::shuffle(23) after the import. They can just write shuffle(23) instead. This won't happen if they load Cards::Poker with require Cards::Poker; only a use imports. Lines 5 and 6 set up the package global variables and functions to be exported. (We presume you'll actually flesh out their initializations and definitions more than in these examples.) You're free to add

other variables and functions to your module as well, including ones you don't put in the public interface via @EXPORT. See Recipe 12.1 for more about using the Exporter. Finally, line 7 is a simple 1, indicating the overall return value of the module. If the last evaluated expression in the module doesn't produce a true value, an exception will be raised. Trapping this is the topic of Recipe 12.2. Any old true value will do, like 6.02e23 or "Because tchrist and gnat told us to put this here"; however, 1 is the canonical true value used by almost every module. Packages group and organize global identifiers. They have nothing to do with privacy. Code compiled in package Church can freely examine and alter variables in package State. Package variables are always global and are used for sharing. But that's okay, because a module is more than just a package; it's also a file, and files count as their own scope. So if you want privacy, use lexical variables instead of globals. This is the topic of Recipe 12.4.

Other Kinds of Library Files A library is a collection of loosely related functions designed to be used by other programs. It lacks the rigorous semantics of a Perl module. The file extension .pl indicates that it's a Perl library file. Examples include syslog.pl and chat2.pl. Perl libraries - or in fact, any arbitrary file with Perl code in it - can be loaded in using do 'file.pl' or with require 'file.pl'. The latter is preferred in most situations, because unlike do, require does implicit error checking. It raises an exception if the file can't be found in your @INC path, doesn't compile, or if it doesn't return a true value when any initialization code is run. (The last part is what the 1; was for earlier.) Another advantage of require is that it keeps track of which files have already been loaded in the global hash %INC. It doesn't reload the file if %INC indicates that the file has already been read in. Libraries work well when used by a program, but problems can arise when libraries use one another. Consequently, simple Perl libraries have been rendered mostly obsolete, replaced by the more modern modules. But some programs still use libraries, usually loading them in with require instead of do. Other file extensions are occasionally seen in Perl. A ".ph" is used for C header files that have been translated into Perl libraries using the h2ph tool, as discussed in Recipe 12.14. A ".xs" indicates an augmented C source file, possibly created by the h2xs tool, which will be compiled by the xsubpp tool and your C compiler into native machine code. This process of creating mixed-language modules is discussed in Recipe 12.15. So far we've only talked about traditional modules, which export their interface by allowing the caller direct access to particular subroutines and variables. Most modules fall into this category. But some problems - and some programmers - lend themselves to more intricately designed modules, those involving objects. An object-oriented module seldom uses the import-export mechanism at all. Instead, it provides an object-oriented interface full of constructors, destructors, methods, inheritance, and operator overloading. This is the subject of Chapter 13.

Not Reinventing the Wheel CPAN, the Comprehensive Perl Archive Network, is a gigantic repository of nearly everything about Perl you could imagine, including source, documentation, alternate ports, and above all, modules. Before you write a new module, check with CPAN to see whether one already exists that does what you need. Even if one doesn't, something close enough might give you ideas. You can access CPAN at http://www.perl.com/CPAN/CPAN.html (or ftp://www.perl.com/pub/perl/CPAN/CPAN.html ). This file briefly describes each of CPAN's modules, but because it's manually edited, it may not always have the very latest modules' descriptions. You can find out about those in the CPAN/RECENT or CPAN/RECENT.html file. The module directory itself is in CPAN/modules. It contains indices of all registered modules plus three convenient subdirectories: by-module, by-author, and by-category. All modules are available through each of these, but the by-category directory is probably the most useful. There you will find directories covering specific applications areas including operating system interfaces; networking, modems, and interprocess communication; database interfaces; user interfaces; interfaces to other programming languages; authentication, security, and encryption; World Wide Web, HTML, HTTP, CGI, and MIME; images, pixmap and bitmap manipulation, drawing, and graphing - just to name a few.

See Also The sections on "Packages" and on "Modules" in Chapter 5 of Programming Perl and in perlmod (1) Previous: 11.15. Program: Binary Trees

11.15. Program: Binary Trees

Perl Cookbook Book Index

Next: 12.1. Defining a Module's Interface

12.1. Defining a Module's Interface

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 12.0. Introduction

Chapter 12 Packages, Libraries, and Modules

Next: 12.2. Trapping Errors in require or use

12.1. Defining a Module's Interface Problem You want the standard Exporter module to define the external interface to your module.

Solution In module file YourModule.pm, place the following code. Fill in the ellipses as explained in the Discussion section. package YourModule; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION); use Exporter; $VERSION = 1.00; @ISA = qw(Exporter); @EXPORT = qw(...); @EXPORT_OK = qw(...); %EXPORT_TAGS = ( TAG1 => [...], TAG2 => [...], ... );

# Or higher

# Symbols to autoexport (:DEFAULT tag) # Symbols to export on request # Define names for sets of symbols

######################## # your code goes here ######################## 1;

# this should be your last line

In other files where you want to use YourModule, choose one of these lines: use YourModule; # Import default symbols into my package.

use YourModule qw(...); use YourModule (); use YourModule qw(:TAG1);

# Import listed symbols into my package. # Do not import any symbols # Import whole tag set

Discussion The standard Exporter module handles the module's external interface. Although you could define your own import method for your package, almost no one does this. When someone says use YourModule, this does a require "YourModule.pm" statement followed a YourModule->import() method call, both during compile time. The import method inherited from the Exporter package looks for global variables in your package to govern its behavior. Because they must be package globals, we've declared them with the use vars pragma to satisfy use strict. These variables are: $VERSION When a module is loaded, a minimal required version number can be supplied. If the version isn't at least this high, the use will raise an exception. use YourModule 1.86; # If $VERSION < 1.86, fail @EXPORT This array contains a list of functions and variables that will be exported into the caller's own namespace so they can be accessed without being fully qualified. Typically, a qw() list is used. @EXPORT = qw(&F1 &F2 @List); @EXPORT = qw( F1 F2 @List); # same thing When a simple use YourModule call is made, the function &F1 can be called as F1() rather than YourModule::F1() and the array can be accessed as @List instead of @YourModule::List. The ampersand is optional in front of an exported function specification. To load the module at compile time but request that no symbols be exported, use the special form use Exporter (), with empty parentheses. @EXPORT_OK This array contains symbols that can be imported if they're specifically asked for. If the array were loaded this way: @EXPORT_OK = qw(Op_Func %Table); Then the user could load the module like so: use YourModule qw(Op_Func %Table F1); and import only the Op_Func function, the %Table hash, and the F1 function. The F1 function was listed in the @EXPORT array. Notice that this does not automatically import F2 or @List, even though they're in @EXPORT. To get everything in @EXPORT plus extras from @EXPORT_OK, use the special :DEFAULT tag, such as: use YourModule qw(:DEFAULT %Table);

%EXPORT_TAGS This hash is used by large modules like CGI or POSIX to create higher-level groupings of related import symbols. Its values are references to arrays of symbol names, all of which must be in either @EXPORT or @EXPORT_OK. Here's a sample initialization: %EXPORT_TAGS = ( Functions => [ qw(F1 F2 Op_Func) ], Variables => [ qw(@List %Table) ], ); An import symbol with a leading colon means to import a whole group of symbols. Here's an example: use YourModule qw(:Functions %Table); That pulls in all the symbols from @{ $YourModule::EXPORT_TAGS{Functions} }, that is, it pulls in the F1, F2, and Op_Func functions and then the %Table hash. Although you don't list it in %EXPORT_TAGS, the implicit tag :DEFAULT automatically means everything in @EXPORT. You don't have to have all those variables defined in your module. You just need the ones that you expect people to be able to use.

See Also The documentation for the standard Exporter module, also found in Chapter 7 of Programming Perl; Recipe 12.7; Recipe 12.18 Previous: 12.0. Introduction

12.0. Introduction

Perl Cookbook Book Index

Next: 12.2. Trapping Errors in require or use

12.2. Trapping Errors in require or use

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 12.1. Defining a Module's Interface

Chapter 12 Packages, Libraries, and Modules

Next: 12.3. Delaying use Until Run Time

12.2. Trapping Errors in require or use Problem You need to load in a module that might not be present on your system. This normally results in a fatal exception. You want to detect and trap these failures.

Solution Wrap the require or use in an eval, and wrap the eval in a BEGIN block: # no import BEGIN { unless (eval "require $mod") { warn "couldn't load $mod: $@"; } } # imports into current package BEGIN { unless (eval "use $mod") { warn "couldn't load $mod: $@"; } }

Discussion You usually want a program to fail if it tries to load a module that is missing or doesn't compile. Sometimes, though, you'd like to recover from that error, perhaps trying an alternative module instead. As with any other exception, you insulate yourself from compilation errors with an eval. You don't want to use eval { BLOCK }, because this only traps run-time exceptions and use is a compile-time event. Instead, you must use eval "string", to catch compile-time problems as well. Remember, require on a bareword has a slightly different meaning than require on a variable. It adds a ".pm" and translates double-colons into your operating system's path separators, canonically /

(as in URLs), but sometimes \, :, or even . on some systems. If you need to try several modules in succession, stopping at the first one that works, you could do something like this: BEGIN { my($found, @DBs, $mod); $found = 0; @DBs = qw(Giant::Eenie Giant::Meanie Mouse::Mynie Moe); for $mod (@DBs) { if (eval "require $mod") { $mod->import(); # if needed $found = 1; last; } } die "None of @DBs loaded" unless $found; } We wrap the eval in a BEGIN block to ensure the module-loading happens at compile time instead of run time.

See Also The eval, die, use, and require functions in Chapter 3 of Programming Perl and in perlfunc (1); Recipe 10.12; Recipe 12.3 Previous: 12.1. Defining a Module's Interface

Perl Cookbook

Next: 12.3. Delaying use Until Run Time

12.1. Defining a Module's Interface

Book Index

12.3. Delaying use Until Run Time

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 12.2. Trapping Errors in require or use

Chapter 12 Packages, Libraries, and Modules

Next: 12.4. Making Variables Private to a Module

12.3. Delaying use Until Run Time Problem You have a module that you don't need to load each time the program runs, or whose inclusion you wish to delay until after the program starts up.

Solution Either break up the use into its separate require and import components, or else employ the use autouse pragma.

Discussion Programs that check their arguments and abort with a usage message on error have no reason to load modules they'll never use. This delays the inevitable and annoys users. But those use statements happen during compilation, not execution, as explained in the Introduction. Here, an effective strategy is to place argument checking in a BEGIN block before loading the modules. The following is the start of a program that checks to make sure it was called with exactly two arguments, which must be whole numbers, before going on to load the modules it will need: BEGIN { unless (@ARGV == 2 && (2 == grep {/^\d+$/} @ARGV)) { die "usage: $0 num1 num2\n"; } } use Some::Module; use More::Modules; A related situation arises in programs that don't always use the same set of modules every time they're run. For example, the factors program from Chapter 2, Numbers, needs the infinite precision arithmetic library only when the -b command-line flag is supplied. A use statement would be pointless within a conditional because it's evaluated at compile time, long before the if can be checked. So we'll use a require instead:

if ($opt_b) { require Math::BigInt; } Because Math::BigInt is an object-oriented module instead of a traditional one, no import was needed. If you have an import list, specify it with a qw() construct as you would with use. For example, rather than this: use Fcntl qw(O_EXCL O_CREAT O_RDWR); you might say this instead: require Fcntl; Fcntl->import(qw(O_EXCL O_CREAT O_RDWR)); Delaying the import until run time means that the rest of your program will not be subject to any imported semantic changes that the compiler would have seen if you'd used a use. In particular, subroutine prototypes and the overriding of built-in functions will not be seen in time. You might want to encapsulate this delayed loading in a subroutine. The following deceptively simple approach does not work: sub load_module { require $_[0]; #WRONG import $_[0]; #WRONG } It fails for subtle reasons. Imagine calling require with an argument of "Math::BigFloat". If that's a bareword, the double colon is converted into your operating system's path separator and a trailing .pm is added. But as a simple variable, it's a literal filename. Worse, Perl doesn't have a built-in import function. Instead, there's a class method named import that we're using the dubious indirect object syntax on. As with indirect filehandles, you can't use indirect objects on anything but a plain scalar variable, or a bareword or a block returning the object, not an expression or one element from an array or hash. A better implementation might look more like: load_module('Fcntl', qw(O_EXCL O_CREAT O_RDWR)); sub load_module { eval "require $_[0]"; die if $@; $_[0]->import(@_[1 .. $#_]); } But this still isn't perfectly correct in the general case. It really shouldn't import those symbols into its own package. It should put them into its caller's package. We could account for this, but the whole procedure is getting increasingly messy. A convenient alternative is the use autouse pragma. New as of Perl 5.004, this directive can save time on infrequently loaded functions by delaying their loading until they're actually used:

use autouse Fcntl => qw( O_EXCL() O_CREAT() O_RDWR() ); We put parentheses after O_EXCL , O_CREAT , and O_RDWR when we autoused them but not when we used them or imported them. The autouse pragma doesn't just take function names, it can also take a prototype for the function. The Fcntl constants are prototyped to take no arguments, so we can use them as barewords in our program without use strict kvetching. Remember, too, that use strict's checks take place at compile time. If we use Fcntl, the prototypes in the Fcntl module will be compiled and we can use the constants without parentheses. If we require or wrap the use in an eval, as we did earlier, we prevent the compiler from reading the prototypes, so we can't use the Fcntl constants without parentheses. Read the autouse pragma's online documentation to learn its various caveats and provisos.

See Also Recipe 12.2; the discussion on the import method in the documentation for the standard Exporter module, also found in Chapter 7 of Programming Perl; the documentation for the standard use autouse pragma Previous: 12.2. Trapping Errors in require or use

Perl Cookbook

12.2. Trapping Errors in require or use

Book Index

Next: 12.4. Making Variables Private to a Module

12.4. Making Variables Private to a Module

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 12.3. Delaying use Until Run Time

Chapter 12 Packages, Libraries, and Modules

Next: 12.5. Determining the Caller's Package

12.4. Making Variables Private to a Module Problem You want to make a variable or function private to a package.

Solution You can't. But you can make them private to the file that the module sits in, which usually suffices.

Discussion Remember that a package is just a way of grouping variables and functions together, conferring no privacy. Anything in a package is by definition global and accessible from anywhere. Packages only group; they don't hide. For privacy, only lexical variables will do. A module is implemented in a Module.pm, with all its globals in the package named Module. Because that whole file is by definition a scope and lexicals are private to a scope, creating file-scoped lexicals is effectively the same thing as a module-private variable. If you alternate packages within a scope, though, you may be surprised that the scope's lexicals are visible no matter where you are. That's because a package statement only sets a different prefix for a global identifier. package Alpha; my $aa = 10; $x = "azure"; package Beta; my $bb = 20; $x = "blue"; package main; print "$aa, $bb, $x, $Alpha::x, $Beta::x\n"; 10, 20, , azure, blue

Was that the output you expected? The two lexicals, $aa and $bb, are still in scope because we haven't left the current block, file, or eval. You might think of globals and lexicals as existing in separate dimensions, forever unrelated to each other. Package statements have nothing to do with lexicals. By setting the current prefix, the first global variable $x is really $Alpha::x, whereas the second $x is now $Beta::x because of the intervening package statement changing the default prefix. Package identifiers, if fully qualified, can be accessed from anywhere, as we've done in the print statement. So, packages can't have privacy - but modules can because they're in a file, which is always its own scope. Here's a simple module, placed in the file Flipper.pm, that exports two functions, flip_words and flip_boundary. The module provides code to reverse words in a line, and to change the definition of a word boundary. # Flipper.pm package Flipper; use strict; require Exporter; use vars qw(@ISA @EXPORT $VERSION); @ISA = qw(Exporter); @EXPORT = qw(flip_words flip_boundary); $VERSION = 1.0; my $Separatrix = ' ';

# default to blank; must precede functions

sub flip_boundary { my $prev_sep = $Separatrix; if (@_) { $Separatrix = $_[0] } return $prev_sep; } sub flip_words { my $line = $_[0]; my @words = split($Separatrix, $line); return join($Separatrix, reverse @words); } 1; This module sets three package variables needed by the Exporter and also initializes a lexical variable at file level called $Separatrix. Again, this variable is private to the file, not to the package. All code beneath its declaration in the same scope (or nested within that scope, as are the functions' blocks) can see $Separatrix perfectly. Even though they aren't exported, global variables could be accessed using the fully qualified name, as in $Flipper::VERSION. A scope's lexicals cannot be examined or tinkered with from outside that scope, which in this case is the entire file below their point of declaration. You cannot fully qualify lexicals or export them either; only globals can be exported. If someone outside the module needs to look at or change the file's lexicals, they must ask the module itself. That's where the flip_boundary function comes into play, allowing indirect access to the module's private parts.

This module would work the same even if its $Separatrix variable were a package global rather than a file lexical. Someone from the outside could theoretically play with it without the module realizing this. On the other hand, if they really want to that badly, perhaps you should let them do so. Peppering your module with file-scoped lexicals is not necessary. You already have your own namespace (Flipper, in this case) where you can store all the identifiers you want. That's what it's there for, after all. Good Perl programming style nearly always avoids fully qualified identifiers. Speaking of style, the case of identifiers used in the Flipper module was not random. Following the Perl style guide, identifiers in all capitals are reserved for those with special meaning to Perl itself. Functions and local variables are all lowercase. The module's persistent variables (either file lexicals or package globals) are capitalized. Identifiers with multiple words have each of these separated by an underscore to make it easier to read. Please don't use mixed capitals without underscores - you wouldn't like reading this book without spaces, either.

See Also The discussion on file-scoped lexicals in perlmod (1); the "Scoped Declarations" section in Chapter 2 of Programming Perl; the section on "Programming with Style" in Chapter 8 of Programming Perl or perlstyle (1); Recipe 10.2; Recipe 10.3 Previous: 12.3. Delaying use Until Run Time

Perl Cookbook

12.3. Delaying use Until Run Time

Book Index

Next: 12.5. Determining the Caller's Package

12.5. Determining the Caller's Package

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 12.4. Making Variables Private to a Module

Chapter 12 Packages, Libraries, and Modules

Next: 12.6. Automating Module Clean-Up

12.5. Determining the Caller's Package Problem You need to find out the current or calling package.

Solution To find the current package: $this_pack = __PACKAGE__; To find the caller's package: $that_pack = caller();

Discussion The __PACKAGE__ symbol returns the package that the code is currently being compiled into. This doesn't interpolate into double-quoted strings: print "I am in package __PACKAGE__\n"; # WRONG! I am in package __PACKAGE__ Needing to figure out the caller's package arose more often in older code that received as input a string of code to be evaluated, or a filehandle, format, or directory handle name. Consider a call to a hypothetical runit function: package Alpha; runit('$line = '); package Beta; sub runit { my $codestr = shift; eval $codestr; die if $@; } Because runit was compiled in a different package than was currently executing, when the eval runs,

it will act as though it were passed $Beta::line and Beta::TEMP. The old workaround was to include your caller's package first: package Beta; sub runit { my $codestr = shift; my $hispack = caller; eval "package $hispack; $codestr"; die if $@; } That approach only works when $line is a global variable. If it's lexical, that won't help at all. Instead, arrange for runit to accept a reference to a subroutine: package Alpha; runit( sub { $line = } ); package Beta; sub runit { my $coderef = shift; &$coderef(); } This not only works with lexicals, it has the added benefit of checking the code's syntax at compile time, which is a major win. If all that's being passed in is a filehandle, it's more portable to use the Symbol::qualify function. This function takes a name and package to qualify the name into. If the name needs qualification, it fixes it; otherwise, it's left alone. But that's considerably less efficient than a * prototype. Here's an example that reads and returns n lines from a filehandle. The function qualifies the handle before working with it. open (FH, "< /etc/termcap") or die "can't open /etc/termcap: $!"; ($a, $b, $c) = nreadline(3, 'FH'); use Symbol (); use Carp; sub nreadline { my ($count, $handle) = @_; my(@retlist,$line); croak "count must be > 0" unless $count > 0; $handle = Symbol::qualify($handle, (caller())[0]); croak "need open filehandle" unless defined fileno($handle); push(@retlist, $line) while defined($line = ) && $count--; return @retlist; }

If everyone who called your nreadline function passed in the filehandle as a typeglob *FH, as a glob reference \*FH, or using FileHandle or IO::Handle objects, you wouldn't need to do this. It's only the possibility of a bare "FH" that requires qualification.

See Also The documentation for the standard Symbol module, also found in Chapter 7 of Programming Perl; the descriptions of the special symbols __FILE__ , __LINE__ , and __PACKAGE__ in perldata (1); Recipe 12.12 Previous: 12.4. Making Variables Private to a Module

12.4. Making Variables Private to a Module

Perl Cookbook Book Index

Next: 12.6. Automating Module Clean-Up

12.6. Automating Module Clean-Up

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 12.5. Determining the Caller's Package

Chapter 12 Packages, Libraries, and Modules

Next: 12.7. Keeping Your Own Module Directory

12.6. Automating Module Clean-Up Problem You need to create setup code and clean-up code for a module that gets called automatically, without user intervention.

Solution For setup code, put executable statements outside subroutine definitions in the module file. For clean-up code, use an END subroutine in that module.

Discussion In some languages, the programmer must call a module's initialization code before any of that module's regular functions can be safely accessed. Similarly, when the program is done, the programmer may have to call module-specific finalization code. Not so in Perl. For per-module initialization code, executable statements outside of any subroutines in your module suffice. When the module is loaded in, that code runs right then and there. The user never has to remember to do this, because it's done automatically. Now, why would you want automatic clean-up code? It depends on the module. You might want to write a shutdown message to a logfile, tell a database server to commit any pending state, refresh a screen, or return the tty to its original state. Suppose you want a module to log quietly whenever a program using it starts up or finishes. Add code in an END subroutine to run after your program finishes: $Logfile = "/tmp/mylog" unless defined $Logfile; open(LF, ">>$Logfile") or die "can't append to $Logfile: $!"; select(((select(LF), $|=1))[0]); # unbuffer LF logmsg("startup"); sub logmsg {

my $now = scalar gmtime; print LF "$0 $$ $now: @_\n" or die "write to $Logfile failed: $!"; } END { logmsg("shutdown"); close(LF) or die "close $Logfile failed: $!"; } The first part of code, outside any subroutine declaration, is executed at module load time. The module user doesn't have to do anything special to make this happen. Someone might be unpleasantly surprised, however, if the file can't be accessed, since the die would make the use or require fail. END routines work like exit handlers, such as trap 0 in the shell, atexit in C programming, or global destructors or finalizers in object-oriented languages. All the ENDs in a program are run in the opposite order that they were loaded; that is, last seen, first run. These get called whether the program finishes through normal process termination by implicitly reaching the end of your main program, through an explicit call to the exit function, or via an uncaught exception such as die or a mistake involving division by zero. Uncaught signals are a different matter, however. Death by signal does not run your exit handlers. The following pragma takes care of them: use sigtrap qw(die normal-signals error-signals); END also isn't called when a process polymorphs itself via the exec function because you are still in the same process, just a different program. All normal process attributes remain, like process ID and parent PID, user and group IDs, umask, current directory, environment variables, resource limits and accumulated statistics, open file descriptors (however, see the $^F variable in perlvar (1) or Camel:2). If it didn't work this way, exit handlers would execute redundantly in programs managing fork and exec manually. This would not be good.

See Also The standard use sigtrap pragma, also in Chapter 7 of Programming Perl; the section on "Package Constructors and Destructors" in Chapter 5 of Programming Perl and in perlmod (1); the $^F variable in the section on "Special Global Variables" in Chapter 2 of Programming Perl and in perldata (1); the fork and exec functions in Chapter 3 of Programming Perl and in perlmod (1) Previous: 12.5. Determining the Caller's Package

12.5. Determining the Caller's Package

Perl Cookbook

Next: 12.7. Keeping Your Own Module Directory

Book Index

12.7. Keeping Your Own Module Directory

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl

Programming | Perl Cookbook ]

Previous: 12.6. Automating Module Clean-Up

Chapter 12 Packages, Libraries, and Modules

Next: 12.8. Preparing a Module for Distribution

12.7. Keeping Your Own Module Directory Problem You don't want to install your own personal modules in the standard per-system extension library.

Solution You have several choices: use Perl's -I command line switch; set your PERL5LIB environment variable; or employ the use lib pragma, possibly in conjunction with the FindBin module.

Discussion The @INC array contains a list of directories that are consulted every time a do, require, or use compiles code from another file, library, or module. You can print these out easily from the command line: % perl -e 'for (@INC) { printf "%d %s\n", $i++, $_ }' 0 /usr/local/perl/lib/i686-linux/5.004 1 /usr/local/perl/lib 2 /usr/local/perl/lib/site_perl/i686-linux 3 /usr/local/perl/lib/site_perl 4 . The first two directories, elements 0 and 1 of @INC, are the standard architecture-dependent and architecture-independent directories, which all standard libraries, modules, and pragmas will go into. You have two of them because some modules contain information or formatting that makes sense only on that particular architecture. For example, the Config module contains information that cannot be shared across several architectures, so it goes in the 0th array element. Modules that include compiled C components, such as Socket.so, are also placed there. Most modules, however, go in the platform-independent directory in the 1st element. The next pair, elements 2 and 3 above, fulfills roles analogous to elements 0 and 1, but on a site-specific basis. Suppose you have a module that didn't come with Perl, like a module from CPAN or one you wrote yourself. When you or (more likely) your system administrator installs this module, its components go into one of the site-specific directories. You are encouraged to use these for any modules that your

entire site should be able to access conveniently. The last standard component, "." (your current working directory), is useful only when developing and testing your software, not when deploying it. If your modules are in the same directory that you last chdired to, you're fine. If you're anywhere else, it doesn't work. So sometimes none of the @INC directories work out. Maybe you have your own personal modules. Perhaps your project group has particular modules that are relevant only to that project. In these cases, you need to augment the standard @INC search. The first approach involves using a command-line flag, -Idirlist. The dirlist is a colon-separated[1] list of one or more directories, which will be prepended to the front of the @INC array. This works well for simple command lines, and thus can be used on a per-command basis, such as when you call a quick one-liner from a shell script. [1] Comma-separated on MacOS. This technique should not be included in the #! (pound-bang) line. First, it's not much fun to modify each program. More importantly, some older operating systems have bugs related to how long that line can be, typically 32 characters, including the #! part. That means if you have a very long path, such as #!/opt/languages/free/extrabits/perl, you may get the mysterious "Command not found" error. Perl does its best to rescan the line manually, but it's still too dicey to rely on. Often, a better solution is to set the PERL5LIB environment variable. This can be done in your shell start-up file. Or, your system administrator may want to do so in a systemwide start-up file so all users can benefit. For example, suppose you have all your own modules in a directory called ~/perllib. You would place one of the following lines in your shell start-up file, depending on which shell you use: # syntax for sh, bash, ksh, or zsh $ export PERL5LIB=$HOME/perllib # syntax for csh or tcsh % setenv PERL5LIB ~/perllib Probably the most convenient solution from your users' perspective is for you to add a use lib pragma near the top of your script. That way the users of the program don't need to take any special action to run your program. Imagine a hypothetical project called Spectre whose programs rely on its own set of libraries. Those programs could have a statement like this at their start: use lib "/projects/spectre/lib"; What happens when you don't know the exact path to the library? Perhaps you've allowed the whole project to be installed in an arbitrary path. You could create an elaborate installation procedure to dynamically update the script, but even if you did, paths would still be frozen at installation time. If someone moved the files later, the libraries wouldn't be found. The FindBin module conveniently solves this problem. This module tries to compute the full path to the executing script's enclosing directory, setting an importable package variable called $Bin to that directory. Typical usage is either to look for modules in the same directory as the program or in a lib directory at the same level.

To demonstrate the first case, suppose you have a program called /wherever/spectre/myprog that needs to look in /wherever/spectre for its modules, but you don't want to hardcode that path. use FindBin; use lib $FindBin::Bin; The second case would be used if your program lives in /wherever/spectre/bin/myprog but needs to look at /wherever/spectre/lib for its modules. use FindBin qw($Bin); use lib "$Bin/../lib";

See Also The documentation for the standard use lib pragma and the standard FindBin module; the discussion of the PERL5LIB environment in perl (1); your shell's syntax for setting environment variables Previous: 12.6. Automating Module Clean-Up

12.6. Automating Module Clean-Up

Perl Cookbook Book Index

Next: 12.8. Preparing a Module for Distribution

12.8. Preparing a Module for Distribution

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 12.7. Keeping Your Own Module Directory

Chapter 12 Packages, Libraries, and Modules

Next: 12.9. Speeding Module Loading with SelfLoader

12.8. Preparing a Module for Distribution Problem You want to prepare your module in standard distribution format so you can easily send your module to a friend. Better yet, you plan to contribute your module to CPAN so everyone can use it.

Solution It's best to start with Perl's standard h2xs tool. Let's say you want to make a Planets module or an Astronomy::Orbits module. You'd type: % h2xs -XA -n Planets % h2xs -XA -n Astronomy::Orbits These commands make subdirectories called . /Planets/ and . /Astronomy/Orbits/ respectively, where you will find all the components you need to get you started. The -n flag names the module you want to make, -X suppresses creation of XS (external subroutine) components, and -A means the module won't use the AutoLoader.

Discussion Writing modules is easy - once you know how. Writing a proper module is like filling out a legal contract: it's full of places to initial, sign, and date exactly right. If you miss any, it's not valid. Instead of hiring a contract lawyer, you can get a quick start on writing modules using the h2xs program. This tool gives you a skeletal module file with all the right parts filled in, and it also gives you the other files needed to correctly install your module and its documentation or to bundle it up for inclusion in CPAN or sending off to a friend. h2xs is something of a misnomer because XS is Perl's external subroutine interface for linking with C or C ++. But the h2xs tool is also extremely convenient for preparing a distribution even when you aren't using the XS interface. Let's look at one of the modules file that h2xs has made. Because the module is to be called Astronomy::Orbits, the user will specify not use Orbits but rather use Astronomy::Orbits. Therefore an extra Astronomy subdirectory is made, in which an Orbits directory is placed. Here is the

first and perhaps most important line of Orbit.pm: package Astronomy::Orbits; This sets the package - the default prefix - on all global identifiers (variables, functions, filehandles, etc.) in the file. Therefore a variable like @ISA is really the global variable @Astronomy::Orbits::ISA. As we said in the Introduction, you must not make the mistake of saying package Orbits because it's in the file Orbits.pm. The package statement in the module must be exactly match the target of the use or require statement, which means the leading directory portion needs to be there and the characters' case must be the same. Furthermore, it must be installed in an Astronomy subdirectory. The h2xs command will set this all up properly, including the installation rule in the Makefile. But if you're doing this by hand, you must keep this in mind. See Recipe 12.1 for that. If you plan to use autoloading, described in Recipe 12.10, omit the -A flag to h2xs, which produces lines like this: require Exporter; require AutoLoader; @ISA = qw(Exporter AutoLoader); If your module is bilingual in Perl and C as described in Recipe 12.15, omit the -X flag to h2xs to produce lines like this: require Exporter; require DynaLoader; @ISA = qw(Exporter DynaLoader); Following this is the Exporter's variables as explained in Recipe 12.1. If you're writing an object-oriented module as described in Chapter 13, you probably won't use the Exporter at all. That's all there is for setup. Now, write your module code. When you're ready to ship it off, use the make dist directive from your shell to bundle it all up into a tar archive for easy distribution. (The name of the make program may vary from system to system.) % make dist This will leave you with a file whose name is something like Astronomy-Orbits-1.03.tar.Z. To register as a CPAN developer, check out http://www.perl.com/CPAN/modules/04pause.html.

See Also http://www.perl.com/CPAN to find a mirror near you and directions for submission; h2xs (1); the documentation for the standard Exporter, AutoLoader, AutoSplit, and ExtUtils::MakeMaker modules, also found in Chapter 7 of Programming Perl Previous: 12.7. Keeping Your Own Module Directory

Perl Cookbook

Next: 12.9. Speeding Module Loading with SelfLoader

12.7. Keeping Your Own Module Directory

Book Index

12.9. Speeding Module Loading with SelfLoader

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 12.8. Preparing a Module for Distribution

Chapter 12 Packages, Libraries, and Modules

Next: 12.10. Speeding Up Module Loading with Autoloader

12.9. Speeding Module Loading with SelfLoader Problem You'd like to load a very large module quickly.

Solution Use the SelfLoader module: require Exporter; require SelfLoader; @ISA = qw(Exporter SelfLoader); # # other initialization or declarations here # __DATA__ sub abc { .... } sub def { .... }

Discussion When you load a module using require or use, the entire module file must be read and compiled (into internal parse trees, not into byte code or native machine code) right then. For very large modules, this annoying delay is unnecessary if you need only a few functions from a particular file. To address this problem, the SelfLoader module delays compilation of each subroutine until it is actually called. SelfLoader is easy to use: just place your module's subroutines underneath the __DATA__ marker so the compiler will ignore them, use a require to pull in the SelfLoader, and include SelfLoader in the module's @ISA array. That's all there is to it. When your module is loaded, the SelfLoader creates stub functions for all the routines below __DATA__. The first time a function gets called, the stub replaces itself by compiling the real function and then calling it. There is one significant restriction on modules that employ the SelfLoader (or the AutoLoader for that matter, which is described in Recipe 12.10). SelfLoaded or AutoLoaded subroutines have no access to lexical variables in the file whose __DATA__ block they are in because they are compiled via eval in

an imported AUTOLOAD block. Such dynamically generated subroutines are therefore compiled in the scope of SelfLoader's or AutoLoader's AUTOLOAD. Whether using the SelfLoader helps or hinders performance depends on how many subroutines the module has, how large they are, and whether they'll all end up getting called over the lifetime of the program or not. You should initially develop and test your module without the SelfLoader. Commenting out the __DATA__ line will take care of that, allowing those functions to be visible at compile time.

See Also The documentation for the standard module SelfLoader, also in Chapter 7 of Programming Perl; Recipe 12.10 Previous: 12.8. Preparing a Module for Distribution

Perl Cookbook

12.8. Preparing a Module for Distribution

Book Index

Next: 12.10. Speeding Up Module Loading with Autoloader

12.10. Speeding Up Module Loading with Autoloader

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 12.9. Speeding Module Loading with SelfLoader

Chapter 12 Packages, Libraries, and Modules

Next: 12.11. Overriding Built-In Functions

12.10. Speeding Up Module Loading with Autoloader Problem You want to use the AutoLoader module.

Solution The easiest solution is to use the h2xs facility to create a directory and all the files you'll need. Here we assume you have your own directory, ~/perllib/, which contains your personal library modules. % h2xs -Xn Sample % cd Sample % perl Makefile.PL LIB=~/perllib % (edit Sample.pm) % make install

Discussion The AutoLoader addresses the same performance issues as the SelfLoader. It also provides stub functions that get replaced by the real ones the first time they're called. But instead of looking for functions all in the same file, hidden below a __DATA__ marker, the AutoLoader expects to find the real definition for each function in its own file. If your Sample.pm module had two functions, foo and bar, then the AutoLoader would expect to find them in Sample/auto/foo.al and Sample/auto/bar.al, respectively. Modules employing the AutoLoader load faster than those using the SelfLoader, but at the cost of extra files, disk space, and complexity. This setup sounds complicated. If you were doing it manually, it probably would be. Fortunately, h2xs helps out tremendously here. Besides creating a module directory with templates for your Sample.pm file and other files you'll need, it also generates a Makefile that uses the AutoSplit module to break your module's functions into little files, one function per file. The make install rule installs these so they will be found automatically. All you have to do is put the module functions down below an __END__ line (rather than a __DATA__ line as in SelfLoader) that you'll find has already been created.

As with the SelfLoader, it's easier to develop and test your module without the AutoLoader. Just comment out the __END__ line while developing it. The same restrictions about the invisibility of file lexicals that apply to modules using the SelfLoader also apply when using the AutoLoader, so using file lexicals to maintain private state doesn't work. If state is becoming that complex and significant issue, consider writing an object module instead of a traditional one.

See Also The documentation for the standard module AutoLoader, also in Chapter 7 of Programming Perl; h2xs (1); Recipe 12.9 Previous: 12.9. Speeding Module Loading with SelfLoader

Perl Cookbook

12.9. Speeding Module Loading with SelfLoader

Book Index

Next: 12.11. Overriding Built-In Functions

12.11. Overriding Built-In Functions

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 12.10. Speeding Up Module Loading with Autoloader

Chapter 12 Packages, Libraries, and Modules

Next: 12.12. Reporting Errors and Warnings Like Built-Ins

12.11. Overriding Built-In Functions Problem You want to replace a standard, built-in function with your own version.

Solution Import that function from another module into your own namespace.

Discussion Many (but not all) of Perl's built-in functions may be overridden. This is not something to be attempted lightly, but it is possible. You might do this, for example, if you are running on a platform that doesn't support the function that you'd like to emulate. Or, you might want to add your own wrapper around the built-in. Not all reserved words have the same status. Those that return a negative number in the C-language keyword() function in the toke.c file in your Perl source kit may be overridden. Keywords that cannot be overridden as of 5.004 are chop, defined, delete, do, dump, each, else, elsif, eval, exists, for, foreach, format, glob, goto, grep, if, keys, last, local, m, map, my, next, no, package, pop, pos, print, printf, prototype, push, q, qq, qw, qx, redo, return, s, scalar, shift, sort, splice, split, study, sub, tie, tied, tr, undef, unless, unshift, untie, until, use, while, and y. The rest can. A standard Perl module that does this is Cwd, which can overload chdir. Others are the by-name versions of the functions returning lists: File::stat, Net::hostent, Net::netent, Net::protoent, Net::servent, Time::gmtime, Time::localtime, Time::tm, User::grent, and User::pwent. These modules all override built-in functions like stat or getpwnam to return an object that can be accessed using a name, like getpwnam("daemon")->dir. To do this, they have to override the original, list-returning versions of those functions. Overriding may be done uniquely by importing the function from another package. This import only takes effect in the importing package, not in all possible packages. It's not enough simply to predeclare the function. You have to import it. This is a guard against accidentally redefining built-ins.

Let's say that you'd like to replace the built-in time function, whose answer is in integer seconds, with one that returns a floating point number instead. You could make a FineTime module with an optionally exported time function as follows: package FineTime; use strict; require Exporter; use vars qw(@ISA @EXPORT_OK); @ISA = qw(Exporter); @EXPORT_OK = qw(time); sub time() { ..... }

# TBA

Then the user who wants to use this augmented version of time would say something like: use FineTime qw(time); $start = time(); 1 while print time() - $start, "\n"; This code assumes that your system has a function you can stick in the "TBA" definition above. See Recipe 12.14 for strategies that may work on your system. For overriding of methods and operators, see Chapter 13.

See Also The section on "Overriding Built-in Functions" in Chapter 5 of Programming Perl and in perlsub (1) Previous: 12.10. Speeding Up Module Loading with Autoloader

12.10. Speeding Up Module Loading with Autoloader

Perl Cookbook Book Index

Next: 12.12. Reporting Errors and Warnings Like Built-Ins

12.12. Reporting Errors and Warnings Like Built-Ins

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 12.11. Overriding Built-In Functions

Chapter 12 Packages, Libraries, and Modules

Next: 12.13. Referring to Packages Indirectly

12.12. Reporting Errors and Warnings Like Built-Ins Problem You want to generate errors and warnings in your modules, but when you use warn or die, the user sees your own filename and line number. You'd like your functions to act like built-ins and report messages from the perspective of the user's code not your own.

Solution The standard Carp module provides functions to do this. Use carp instead of warn. Use croak (for a short message) and confess (for a long message) instead of die.

Discussion Like built-ins, some of your module's functions generate warnings or errors if all doesn't go well. Think about sqrt: when you pass it a negative number (and you haven't used the Math::Complex module), an exception is raised, producing a message such as "Can't take sqrt of -3 at /tmp/negroot line 17", where /tmp/negroot is the name of your own program. But if you write your own function that dies, perhaps like this: sub even_only { my $n = shift; die "$n is not even" if $n & 1; # one way to test #.... } then the message will say it's coming from the file your even_only function was itself compiled in, rather than from the file the user was in when they called your function. That's where the Carp module comes in handy. Instead of using die, use croak instead: use Carp; sub even_only { my $n = shift; croak "$n is not even" if $n % 2; # here's another #....

} If you just want to complain about something, but have the message report where in the user's code the problem occurred, call carp instead of warn. (carp and croak do not share warn's and die's sensitivity to a trailing newline on the message.) For example: use Carp; sub even_only { my $n = shift; if ($n & 1) { # test whether odd number carp "$n is not even, continuing"; ++$n; } #.... } Many built-ins emit warnings only when the -w command-line switch has been used. The $^W variable (which is not meant to be a control character but rather a ^ followed by a W) reflects whether that switch was used. You could choose to grouse only if the user asked for complaints: carp "$n is not even, continuing" if $^W; Finally, the Carp module provides a third function: confess. This works just like croak, except that it provides a full stack backtrace as it dies, reporting who called whom and with what arguments.

See Also The warn and die functions in Chapter 3 of Programming Perl and in perlmod (1); the documentation for the standard Carp module, also in Chapter 7 of Programming Perl; Recipe 19.2; the discussion on __WARN__ and __DIE__ in the section on "Global Special Arrays" in Chapter 2 of Programming Perl, in perlvar (1), and in Recipe 16.15 Previous: 12.11. Overriding Built-In Functions

12.11. Overriding Built-In Functions

Perl Cookbook Book Index

Next: 12.13. Referring to Packages Indirectly

12.13. Referring to Packages Indirectly

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 12.12. Reporting Errors and Warnings Like Built-Ins

Chapter 12 Packages, Libraries, and Modules

Next: 12.14. Using h2ph to Translate C #include Files

12.13. Referring to Packages Indirectly Problem You want to refer to a variable or function in a package unknown until runtime, but syntax like $packname::$varname is illegal.

Solution Use symbolic references: { no strict 'refs'; $val = ${ $packname . "::" . $varname }; @vals = @{ $packname . "::" . $aryname }; &{ $packname . "::" . $funcname }("args"); ($packname . "::" . $funcname) -> ("args"); }

Discussion A package declaration has meaning at compile time. If you don't know the name of the package or variable until run time, you'll have to resort to symbolic references for direct access to the package symbol table. Assuming you normally run with use strict in effect, you must disable part of it to use symbolic references. Once you've used the no strict 'refs' directive in that block, build up a string with the fully qualified name of the variable or function you're interested in. Then dereference this name as though it were a proper Perl reference. Prior to version 5 of Perl, programmers were forced to use an eval for this kind of thing: eval "package $packname; \$'$val = \$$varname"; # set $main'val die if $@; As you see, this approach makes quoting difficult. It's also comparatively slow. Fortunately, you never need to do this just to access variables indirectly by name. Symbolic references are a necessary compromise.

Similarly, eval could be used to define functions on the fly. Suppose you wanted to be able to get the base 2 or base 10 logs of numbers: printf "log2 of 100 is %.2f\n", log2(100); printf "log10 of 100 is %.2f\n", log10(100); Perl has only the natural log function. Here's how one could use eval to create these functions at run time. Here we'll create functions named log2 up through log999: $packname = 'main'; for ($i = 2; $i < 1000; $i++) { $logN = log($i); eval "sub ${packname}::log$i { log(shift) / $logN }"; die if $@; } Here, at least, you don't need to do that. The following code does the same thing, but instead of compiling a new function 998 times, we compile it only once, as a closure. Then we use symbolic dereferencing of the symbol table to assign the same subroutine reference to many function names: $packname = 'main'; for ($i = 2; $i < 1000; $i++) { my $logN = log($i); no strict 'refs'; *{"${packname}::log$i"} = sub { log(shift) / $logN }; } When you assign a reference to a typeglob, you create an alias just for the type of that name. That's how the Exporter does its job. The first line in the next code sample manually imports the function name Colors::blue into the current package. The second makes the main::blue function an alias for the Colors::azure function. *blue = \&Colors::blue; *main::blue = \&Colors::azure; Given the flexibility of typeglob assignments and symbolic references, a full-blown eval "STRING" is nearly always unnecessary, the last resort of the desperate programmer. The only thing worse would be if it weren't available at all.

See Also The section on "Symbolic References" in Chapter 4 of Programming Perl and in the start of perlsub (1); Recipe 11.4 Previous: 12.12. Reporting Errors and Warnings Like Built-Ins

Perl Cookbook

Next: 12.14. Using h2ph to Translate C #include Files

12.12. Reporting Errors and Warnings Like Built-Ins

Book Index

12.14. Using h2ph to Translate C #include Files

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 12.13. Referring to Packages Indirectly

Chapter 12 Packages, Libraries, and Modules

Next: 12.15. Using h2xs to Make a Module with C Code

12.14. Using h2ph to Translate C #include Files Problem Someone gave you code that generates the bizarre error message: Can't locate sys/syscall.ph in @INC (did you run h2ph?) (@INC contains: /usr/lib/perl5/i686-linux/5.00404 /usr/lib/perl5 /usr/lib/perl5/site_perl/i686-linux /usr/lib/perl5/site_perl .) at some_program line 7. You want to know what it means and how to fix it.

Solution Get your system administrator to do this, running as the superuser: % cd /usr/include; h2ph sys/syscall.h However, most include files require other include files, which means you should probably just translate them all: % cd /usr/include; h2ph *.h */*.h If that reports too many filenames or misses some that are more deeply nested, try this instead: % cd /usr/include; find . -name '*.h' -print | xargs h2ph

Discussion A file whose name ends in ".ph" has been created by the h2ph tool, which translates C preprocessor directives from C #include files into Perl. The goal is to allow Perl code to access the same constants as C code. The h2xs tool is a better approach in most cases because it provides compiled C code for your modules, not Perl code simulating C code. However, using h2xs requires a lot more programming savvy (at least, for accessing C code) than h2ph does. When h2ph's translation process works, it's wonderful. When it doesn't, you're probably out of luck. As system architectures and include files become more complex, h2ph fails more frequently. If you're lucky, the constants you need are already in the Fcntl, Socket, or POSIX modules. The POSIX module

implements constants from sys/file.h, sys/errno.h, and sys/wait.h, among others. It also allows fancy tty handling, as described in Recipe 15.8. So what can you do with these .ph files? Here are a few examples. The first uses the pessimally non-portable syscall function to access your operating system's gettimeofday system call. This implements the FineTime module described in Recipe 12.11. # file FineTime.pm package main; require 'sys/syscall.ph'; die "No SYS_gettimeofday in sys/syscall.ph" unless defined &SYS_gettimeofday; package FineTime; use strict; require Exporter; use vars qw(@ISA @EXPORT_OK); @ISA = qw(Exporter); @EXPORT_OK = qw(time); sub time() { my $tv = pack("LL", ()); # presize buffer to two longs syscall(&main::SYS_gettimeofday, $tv, undef) >= 0 or die "gettimeofday: $!"; my($seconds, $microseconds) = unpack("LL", $tv); return $seconds + ($microseconds / 1_000_000); } 1; If you are forced to require an old-style .pl or .ph file, do so from the main package (package main in the preceding code). These old libraries always put their symbols in the current package, and main serves as a reasonable rendezvous point. To use a symbol, use its fully qualified name, as we did with main::SYS_gettimeofday. The sys/ioctl.ph file, if you can get it to build on your system, is the gateway to your system's idiosyncratic I/O functions through the ioctl function. One such function is the TIOCSTI ioctl, shown in Example 12.1. That abbreviation stands for "terminal I/O control, simulate terminal input." On systems that implement this function, it will push one character into your device stream so that the next time any process reads from that device, it gets the character you put there. Example 12.1: jam #!/usr/bin/perl -w # jam - stuff characters down STDIN's throat require 'sys/ioctl.ph'; die "no TIOCSTI" unless defined &TIOCSTI;

sub jam { local $SIG{TTOU} = "IGNORE"; # "Stopped for tty output" local *TTY; # make local filehandle open(TTY, "+new } printf "There are %d people alive.\n", Person->population(); There are 10 people alive.

Discussion Normally, each object has its own complete state stored within itself. The value of a data attribute in one object is unrelated to the value that attribute might have in another instance of the same class. For example, setting her gender here does nothing to his gender, because they are different objects with distinct states: $him = Person->new(); $him->gender("male"); $her = Person->new(); $her->gender("female"); Imagine a classwide attribute where changing the attribute for one instance changes it for all of them. Just as some programmers prefer capitalized global variables, some prefer uppercase names when the method affects class data instead of instance data. Here's an example of using a class method called Max_Bounds: FixedArray->Max_Bounds(100); # set for whole class $alpha = FixedArray->new(); printf "Bound on alpha is %d\n", $alpha->Max_Bounds(); 100 $beta = FixedArray->new(); $beta->Max_Bounds(50); # still sets for whole class printf "Bound on alpha is %d\n", $alpha->Max_Bounds(); 50 The implementation is simple: package FixedArray; $Bounds = 7; # default sub new { bless( {}, shift ) } sub Max_Bounds { my $proto = shift; $Bounds = shift if @_; return $Bounds; }

# allow updates

To make the value effectively read only, simply remove the update possibility, as in: sub Max_Bounds { $Bounds } If you're deeply paranoid, make $Bounds a lexical variable private to the scope of the file containing the class. Then no one could say $FixedArray::Bounds to discover its values. They'd be forced to go through the method interface instead. Here's a tip to help build scalable classes: store object data on the object's namespace (in the hash), and store class data in the class namespace (package variables or file-scoped lexicals). Only class methods should directly access classwide attributes. Object methods should only access instance data. If the object method needs access to class data, its constructor should store a reference to that data in the object. Here's an example: sub new { my $class = shift;

my $self = bless({}, $class); $self->{Max_Bounds_ref} = \$Bounds; return $self; }

See Also perltoot (1), perlobj (1), and perlbot (1); the section on "Class Context and the Object" in Chapter 5 of Programming Perl; Recipe 13.3; the places method in the "Example: Overloaded FixNum Class" example in Recipe 13.14 Previous: 13.3. Managing Instance Data

13.3. Managing Instance Data

Perl Cookbook

Next: 13.5. Using Classes as Structs

Book Index

13.5. Using Classes as Structs

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 13.4. Managing Class Data

Chapter 13 Classes, Objects, and Ties

Next: 13.6. Cloning Objects

13.5. Using Classes as Structs Problem You're used to structured data types more complex than Perl's arrays and hashes, such as C's structs and Pascal's records. You've heard that Perl's classes are comparable, but you aren't an object-oriented programmer.

Solution Use the standard Class::Struct module to declare C-like structures: use Class::Struct; # load struct-building module struct Person name => age => peers => };

=> { '$', '$', '@',

my $p = Person->new();

# create a definition for a "Person" # name field is a scalar # age field is also a scalar # but peers field is an array (reference)

# allocate an empty Person struct

$p->name("Jason Smythe"); $p->age(13); $p->peers( ["Wilbur", "Ralph", "Fred" ] );

# set its name field # set its age field # set its peers field

# or this way: @{$p->peers} = ("Wilbur", "Ralph", "Fred"); # fetch various values, including the zeroth friend printf "At age %d, %s's first friend is %s.\n", $p->age, $p->name, $p->peers(0);

Discussion The Class::Struct::struct function builds struct-like classes on the fly. It creates a class of the name given in the first argument, and gives the class a constructor named new and per-field accessor methods. In the structure layout definition, the keys are the names of the fields and the values are the data type. This type can be one of the three base types, '$' for scalars, '@' for arrays, and '%' for hashes. Each accessor method can be called without arguments to fetch the current value, or with an argument to set the value. In the case of a field whose type is an array or hash, a zero-argument method call returns a reference to the entire array or hash, a one-argument call retrieves the value at that subscript,[1] and a two-argument call sets the value at that subscript. [1] Unless it's a reference, in which case it uses that as the new aggregate, with type checking. The type can even be the name of another named structure - or any class, for that matter - which provides a constructor named new. use Class::Struct; struct Person => {name => '$', age => '$'}; struct Family => {head => 'Person', address => '$', members => '@'}; $folks = Family->new(); $dad = $folks->head; $dad->name("John"); $dad->age(34); printf("%s's age is %d\n", $folks->head->name, $folks->head->age); If you'd like to impose more parameter checking on the fields' values, supply your own version for the accessor method to override the default version. Let's say you wanted to make sure the age value contains only digits, and that it falls within reasonably human age requirements. Here's how that function might be coded: sub Person::age { use Carp; my ($self, $age) = @_; if (@_ > 2) { confess "too many arguments" } elsif (@_ == 1) { return $struct->{'age'} } elsif (@_ == 2) { carp "age `$age' isn't numeric" if $age !~ /^\d+/; carp "age `$age' is unreasonable" if $age > 150; $self->{'age'} = $age; } } If you want to provide warnings only when the -w command-line flag is used, check the $^W variable: if ($^W) {

carp "age `$age' isn't numeric" if $age !~ /^\d+/; carp "age `$age' is unreasonable" if $age > 150; } If you want to complain if -w is set, but to raise an exception if the user doesn't ask for warnings, do something like the following. Don't be confused by the pointer arrow; it's an indirect function call, not a method call. my $gripe = $^W ? \&carp : \&croak; $gripe->("age `$age' isn't numeric") if $age !~ /^\d+/; $gripe->("age `$age' is unreasonable") if $age > 150; Internally, the class is implemented using a hash, as most classes are. This makes your code easy to debug and manipulate. Consider the effect of printing out a structure in the debugger, for example. But the Class::Struct module also supports an array representation. Just specify the fields within square brackets instead of curly ones: struct Family => [head => 'Person', address => '$', members => '@']; Empirical evidence suggests that selecting the array representation instead of a hash trims between 10% and 50% off the memory consumption of your objects, and up to 33% of the access time. The cost is less informative debugging information and more mental overhead when writing override functions, such as Person::age above. Choosing an array representation for the object would make it difficult to use inheritance. That's not an issue here, because C-style structures employ the much more easily understood notion of aggregation instead. The use fields pragma in the 5.005 release of Perl provides the speed and space arrays with the expressiveness of hashes, and adds compile-time checking of an object's field names. If all the fields are the same type, rather than writing it out this way: struct Card => { name => '$', color => '$', cost => '$', type => '$', release => '$', text => '$', }; you could use a map to shorten it: struct Card => map { $_ => '$' } qw(name color cost type release text); Or, if you're a C programmer who prefers to precede the field name with its type, rather than vice-versa, just reverse the order: struct hostent => { reverse qw{ $ name @ aliases $ addrtype $ length @ addr_list

}}; You can even make aliases, in the (dubious) spirit of #define, that allow the same field to be accessed under multiple aliases. In C you can say: #define h_type h_addrtype #define h_addr h_addr_list[0] In Perl, you might try this: # make (hostent object)->type() same as (hostent object)->addrtype() *hostent::type = \&hostent::addrtype; # make (hostenv object)->addr() same as (hostenv object)->addr_list(0) sub hostent::addr { shift->addr_list(0,@_) } As you see, you can add methods to a class - or functions to a package - simply by declaring a subroutine in the right namespace. You don't have to be in the file defining the class, subclass it, or do anything fancy and complicated. It would be much better to subclass it, however: package Extra::hostent; use Net::hostent; @ISA = qw(hostent); sub addr { shift->addr_list(0,@_) } 1; That one's already available in the standard Net::hostent class, so you needn't bother. Check out that module's source code as a form of inspirational reading. We can't be held responsible for what it inspires you to do, though.

See Also perltoot (1), perlobj (1), and perlbot (1); the documentation for the standard Class::Struct module; the source code for the standard Net::hostent module; the documentation for the Alias module from CPAN; Recipe 13.3 Previous: 13.4. Managing Class Data

Perl Cookbook

13.4. Managing Class Data

Book Index

Next: 13.6. Cloning Objects

13.6. Cloning Objects

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 13.5. Using Classes as Structs

Chapter 13 Classes, Objects, and Ties

Next: 13.7. Calling Methods Indirectly

13.6. Cloning Objects Problem You want to write a constructor method that might be called on an existing object.

Solution Start your constructor like this: my $proto = shift; my $class = ref($proto) || $proto; my $parent = ref($proto) && $proto; The $class variable will contain the class to bless into, and the $parent variable will either be false, or else the object you're cloning.

Discussion Sometimes you need another object of the same type as the current one. You could do this: $ob1 = SomeClass->new(); # later on $ob2 = (ref $ob1)->new(); but that's not very clear. It's clearer to have a single constructor that can be called on the class or an existing object. As a class method, it should return a new object with the default initialization. As an instance method, it should return a new object initialized from the object it was called on: $ob1 = Widget->new(); $ob2 = $ob1->new(); Here's a version of new that takes this into consideration: sub new { my $proto = shift; my $class = ref($proto) || $proto; my $parent = ref($proto) && $proto;

my $self; # check whether we're shadowing a new from @ISA if (@ISA && $proto->SUPER::can('new') ) { $self = $proto->SUPER::new(@_); } else { $self = {}; bless ($self, $proto); } bless($self, $class); $self->{PARENT} $self->{START} $self->{AGE} return $self;

= $parent; = time(); = 0;

# init data fields

} Initializing doesn't have to mean simply copying values from the parent. If you're writing a linked list or binary tree class, your constructor can return a new object linked into the list or tree, when called as an instance method.

See Also perlobj (1) and Chapter 5 of Programming Perl; Recipe 13.1; Recipe 13.9; Recipe 13.13 Previous: 13.5. Using Classes as Structs

13.5. Using Classes as Structs

Perl Cookbook Book Index

Next: 13.7. Calling Methods Indirectly

13.7. Calling Methods Indirectly

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 13.6. Cloning Objects

Chapter 13 Classes, Objects, and Ties

Next: 13.8. Determining Subclass Membership

13.7. Calling Methods Indirectly Problem You want to call a method by a name that isn't known until run time.

Solution Store the method name as a string in a scalar variable and use it where you would use the real method name to the right of the arrow operator: $methname = "flicker"; $obj->$methname(10); # calls $ob->flicker(10); # call three methods on the object, by name foreach $m ( qw(start run stop) ) { $obj->$m(); }

Discussion Sometimes you need to call a method whose name you've stored somewhere. You can't take the address of a method, but you can store its name. If you have a scalar variable $meth containing the method name, call the method on an object $crystal with $crystal->$meth(). @methods = qw(name rank serno); %his_info = map { $_ => $ob->$_() } @methods; # same as this: %his_info = 'name' 'rank' 'serno' );

( => $ob->name(), => $ob->rank(), => $ob->serno(),

If you're desperate to devise a way to get a method's address, you should try to rethink your algorithm.

For example, instead of incorrectly taking \$ob->method(), which simply applies the backslash to that method's return value or values, do this: my $fnref = sub { $ob->method(@_) }; Now when it's time to call that indirectly, you would use: $fnref->(10, "fred"); and have it correctly really call: $obj->method(10, "fred"); This works even if $ob has gone out of scope. This solution is much cleaner. The code reference returned by the UNIVERSAL can() method should probably not be used as an indirect method call. That's because you have no reason to believe that this will be a valid method when applied to an object of an arbitrary class. For example, this is highly dubious code: $obj->can('method_name')->($obj_target, @arguments) if $obj_target->isa( ref $obj ); The problem is that the code ref returned by can might not be a valid method to be called on $obj2. It's probably safest to only test the can() method in a boolean expression.

See Also perlobj (1); Recipe 11.8 Previous: 13.6. Cloning Objects

13.6. Cloning Objects

Perl Cookbook Book Index

Next: 13.8. Determining Subclass Membership

13.8. Determining Subclass Membership

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 13.7. Calling Methods Indirectly

Chapter 13 Classes, Objects, and Ties

Next: 13.9. Writing an Inheritable Class

13.8. Determining Subclass Membership Problem You want to know whether an object is an instance of a particular class or that class's subclasses. Perhaps you want to decide whether a particular method can be called on an arbitrary object.

Solution Use methods from the special UNIVERSAL class: $obj->isa("HTTP::Message"); HTTP::Response->isa("HTTP::Message"); if ($obj->can("method_name")) { .... }

# as object method # as class method # check method validity

Discussion Wouldn't it be convenient if all objects were rooted at some ultimate base class? That way you could give every object common methods without having to add to each @ISA. Well, you can. You don't see it, but Perl pretends there's an extra element at the end of @ISA - the package named UNIVERSAL. In version 5.003, no methods were predefined in UNIVERSAL, but you could put whatever you felt like into it. However, as of version 5.004, UNIVERSAL has a few methods in it already. These are built right into your Perl binary, so they don't take extra time to load. Predefined methods include isa, can, and VERSION. The isa method tells you whether an object or class "is" another one, without having to traverse the hierarchy yourself: $has_io = $fd->isa("IO::Handle"); $itza_handle = IO::Socket->isa("IO::Handle"); Arguably, it's usually best to try the method call. Explicit type checks like this are sometimes frowned upon as being too constraining. The can method, called on behalf of that object or class, reports back whether its string argument is a callable method name in that class. In fact, it gives you back a function reference to that method: $his_print_method = $obj->can('as_string');

Finally, the VERSION method checks whether the class (or the object's class) has a package global called $VERSION that's high enough, as in: Some_Module->VERSION(3.0); $his_vers = $obj->VERSION(); However, we don't usually call VERSION ourselves. Remember, in Perl an all-uppercase function name means that the function will be automatically called by Perl in some way. In this case, it happens when you say: use Some_Module 3.0; If you wanted to add version checking to your Person class explained above, add this to Person.pm: use vars qw($VERSION); $VERSION = '1.01'; Then, in the user code say use Person 1.01; to make sure that you have at least that version number or higher available. This is not the same as loading in that exact version number; it just has to be at least that high. Lamentably, no support currently exists for concurrent installation of multiple versions of a module.

See Also The documentation for the standard UNIVERSAL module; the use keyword in perlfunc (1) and in Chapter 3 of Programming Perl Previous: 13.7. Calling Methods Indirectly

Perl Cookbook

13.7. Calling Methods Indirectly

Book Index

Next: 13.9. Writing an Inheritable Class

13.9. Writing an Inheritable Class

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 13.8. Determining Subclass Membership

Chapter 13 Classes, Objects, and Ties

Next: 13.10. Accessing Overridden Methods

13.9. Writing an Inheritable Class Problem You're not sure whether you've designed your class robustly enough to be inherited.

Solution Use the "empty subclass test" on your class.

Discussion Imagine you've implemented a class called Person that supplies a constructor called new, and methods like age and name. Here's the straightforward implementation: package Person; sub new { my $class = shift; my $self = { }; return bless $self, $class; } sub name { my $self = shift; $self->{NAME} = shift if @_; return $self->{NAME}; } sub age { my $self = shift; $self->{AGE} = shift if @_; return $self->{AGE}; } You might use the class in this way: use Person; my $dude = Person->new(); $dude->name("Jason");

$dude->age(23); printf "%s is age %d.\n", $dude->name, $dude->age; Now, consider another class, the one called Employee: package Employee; use Person; @ISA = ("Person"); 1; There's not a lot to that one. All it's doing is loading in class Person and stating that Employee will inherit any needed methods from Person. Since Employee has no methods of its own, it will get all of its methods from Person. We rely upon an Employee to behave just like a Person. Setting up an empty class like this is called the empty base class test ; that is, it creates a derived class that does nothing but inherit from a base class. If the original base class has been designed properly, then the new derived class can be used as a drop-in replacement for the old one. This means you should be able to change just the class name and everything will still work: use Employee; my $empl = Employee->new(); $empl->name("Jason"); $empl->age(23); printf "%s is age %d.\n", $empl->name, $empl->age; By proper design, we mean using only the two-argument form of bless, avoiding any direct access of class data, and exporting nothing. In the Person::new() function defined above, we were careful to do these things. We use some package data in the constructor, but the reference to this is stored on the object itself. Other methods access package data via that reference, so we should be okay. Why did we say the Person::new function - is that not actually a method? A method is just a function that expects as its first argument a class name (package) or object (blessed reference). Person::new is the function that the Person->new method and the Employee->new method both end up calling. Although a method call looks a lot like a function call, they aren't the same. If you treat them as the same, very soon you'll be left with nothing but broken programs. First, the actual underlying calling conventions are different: method calls get an extra argument. Second, function calls don't do inheritance, but methods do. Method Call

Resulting Function Call

Person->new()

Person::new("Person")

Employee->new() Person::new("Employee") If you got in the habit of calling: $him = Person::new();

# WRONG

you'd have a subtle problem, because the function wouldn't get an argument of "Person" as it is expecting, and so it couldn't bless into the passed-in class. Still worse, you'd probably want to try to call Employee::new() also. But there is no such function! It's just an inherited method call.

So, don't use function calls when you mean to call a method.

See Also perltoot (1), perlobj (1), and perlbot (1); Chapter 5 of Programming Perl; Recipe 13.1; Recipe 13.10 Previous: 13.8. Determining Subclass Membership

Perl Cookbook

13.8. Determining Subclass Membership

Book Index

Next: 13.10. Accessing Overridden Methods

13.10. Accessing Overridden Methods

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 13.9. Writing an Inheritable Class

Chapter 13 Classes, Objects, and Ties

Next: 13.11. Generating Attribute Methods Using AUTOLOAD

13.10. Accessing Overridden Methods Problem Your constructor method overrides the constructor of a parent class. You want your constructor to call the parent class's constructor.

Solution Learn about the special class, SUPER. sub meth { my $self = shift; $self->SUPER::meth(); }

Discussion In languages like C++ where constructors don't actually allocate memory but just initialize the object, all base class constructors are automatically called for you. In languages like Java and Perl, you have to call them yourself. To call a method in a particular class, the notation $self->SUPER::meth() is used. This is an extension of the regular notation to start looking in a particular base class. It is only valid from within an overridden method. Here's a comparison of styles: $self->meth(); # Call wherever first meth is found $self->Where::meth(); # Start looking in package "Where" $self->SUPER::meth(); # Call overridden version Simple users of the class should probably limit themselves to the first one. The second is possible, but not suggested. The last must only be called from within the overridden method. An overriding constructor should call its SUPER's constructor to allocate and bless the object, limiting itself to instantiating any data fields needed. It makes sense here to separate the object allocation code from the object initialization code. We'll name it with a leading underscore, a convention indicating a nominally private method. Think of it as a "Do Not Disturb" sign.

sub new { my $classname = shift; # What class are we constructing? my $self = $classname->SUPER::new(@_); $self->_init(@_); return $self; # And give it back } sub _init { my $self = shift; $self->{START} = time(); $self->{AGE} = 0; $self->{EXTRA} = { @_ }; }

# init data fields # anything extra

Both SUPER::new and _init have been called with any remaining arguments. That way the user might pass other field initializers in, as in: $obj = Widget->new( haircolor => red, freckles => 121 ); Whether you store these user parameters in their own extra hash or not is up to you. Note that SUPER only works on the first overridden method. If your @ISA array has several classes, it only gets the first one. A manual traversal of @ISA is possible, but probably not worth the hassle. my $self = bless {}, $class; for my $class (@ISA) { my $meth = $class . "::_init"; $self->$meth(@_) if $class->can("_init"); } This fragile code assumes that all superclasses initialize their objects with _init instead of initializing in the constructor. It also assumes that a hash reference is used for the underlying object.

See Also The discussion on the SUPER class in perltoot (1) and perlobj (1), and in the section on "Method Invocation" in Chapter 5 of Programming Perl Previous: 13.9. Writing an Inheritable Class

Perl Cookbook

13.9. Writing an Inheritable Class

Book Index

Next: 13.11. Generating Attribute Methods Using AUTOLOAD

13.11. Generating Attribute Methods Using AUTOLOAD

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 13.10. Accessing Overridden Methods

Chapter 13 Classes, Objects, and Ties

Next: 13.12. Solving the Data Inheritance Problem

13.11. Generating Attribute Methods Using AUTOLOAD Problem Your object needs accessor methods to set or get its data fields, and you're tired of writing them all out one at a time.

Solution Carefully use Perl's AUTOLOAD mechanism as a proxy method generator so you don't have to create them all yourself each time you want to add a new data field.

Discussion Perl's AUTOLOAD mechanism intercepts all possible undefined method calls. So as not to permit arbitrary data names, we'll store the list of permitted fields in a hash. The AUTOLOAD method will check to verify that the accessed field is in that hash. package Person; use strict; use Carp; use vars qw($AUTOLOAD %ok_field); # Authorize four attribute fields for my $attr ( qw(name age peers parent) ) { $ok_field{$attr}++; } sub AUTOLOAD { my $self = shift; my $attr = $AUTOLOAD; $attr =~ s/.*:://; return unless $attr =~ /[^A-Z]/; # skip DESTROY and all-cap methods croak "invalid attribute method: ->$attr()" unless $ok_field{$attr}; $self->{uc $attr} = shift if @_; return $self->{uc $attr}; }

sub new { my $proto = shift; my $class = ref($proto) || $proto; my $parent = ref($proto) && $proto; my $self = {}; bless($self, $class); $self->parent($parent); return $self; } 1; This class supports a constructor named new, and four attribute methods: name, age, peers, and parent. Use the module this way: use Person; my ($dad, $kid); $dad = Person->new; $dad->name("Jason"); $dad->age(23); $kid = $dad->new; $kid->name("Rachel"); $kid->age(2); printf "Kid's parent is %s\n", $kid->parent->name; Kid's parent is Jason This is tricky when producing inheritance trees. Suppose you'd like an Employee class that had every data attribute of the Person class, plus two new ones, like salary and boss. Class Employee can't rely upon an inherited Person::AUTOLOAD to determine what Employee's attribute methods are. So each class would need its own AUTOLOAD function. This would check just that class's known attribute fields, but instead of croaking when incorrectly triggered, it would call its overridden superclass version. Here's a version that takes this into consideration: sub AUTOLOAD { my $self = shift; my $attr = $AUTOLOAD; $attr =~ s/.*:://; return if $attr eq 'DESTROY'; if ($ok_field{$attr}) { $self->{uc $attr} = shift if @_; return $self->{uc $attr}; } else { my $superior = "SUPER::$attr"; $self->$superior(@_); } } If the attribute isn't in our OK list, we'll pass it up to our superior, hoping that it can cope with it. But you can't inherit this AUTOLOAD; each class has to have its own, because it is unwisely accessing class data

directly, not through the object. Even worse, if a class A inherits from two classes B and C, both of which define their own AUTOLOAD, an undefined method call on A will hit the AUTOLOAD in only one of the two parent classes. We could try to cope with these limitations, but AUTOLOAD eventually begins to feel like a kludge piled on a hack piled on a workaround. There are better approaches for the more complex situations.

See Also The examples using AUTOLOAD in perltoot (1); Chapter 5 of Programming Perl; Recipe 10.15; Recipe 13.12 Previous: 13.10. Accessing Overridden Methods

Perl Cookbook

13.10. Accessing Overridden Methods

Book Index

Next: 13.12. Solving the Data Inheritance Problem

13.12. Solving the Data Inheritance Problem

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 13.11. Generating Attribute Methods Using AUTOLOAD

Chapter 13 Classes, Objects, and Ties

Next: 13.13. Coping with Circular Data Structures

13.12. Solving the Data Inheritance Problem Problem You want to inherit from an existing class, augmenting it with a few extra methods, but you don't know which data fields your parent class is using. How can you safely carve out your own namespace in the object hash without trampling on any ancestors?

Solution Prepend each of your fieldnames with your own class name and a distinctive separator, such as an underscore or two.

Discussion An irksome problem lurks within the normal Perl OO strategy. The exact class representation must be known, violating the veil of abstraction. The subclass has to get unnaturally chummy with all its parent classes, recursively. We'll pretend we're a big happy object-oriented family and that everyone always uses hashes for objects, thus dodging the problem of a class choosing an array representation but inheriting from one that instead uses a hash model. (The solution to that problem is aggregation and delegation, as shown in perlbot (1).) Even with this assumption, an inherited class can't safely use a key in the hash. Even if we agree to use only method calls to access attributes we don't ourselves set, how do we know that we aren't setting a key that a parent class is using? Imagine wanting to use a count field, but unbeknownst to you, your great-great-grandparent class is using the same thing. Using _count to indicate nominal privacy won't help, since gramps might try the same trick. One reasonable approach is to prefix your own data members with your package name. Thus if you were class Employee and wanted an age field, for safety's sake you could use Employee_age instead. Here's a sample access method: sub Employee::age { my $self = shift; $self->{Employee_age} = shift if @_; return $self->{Employee_age};

} In the spirit of the Class::Struct module described in Recipe 13.5, here's a more turnkey solution to the problem. Imagine one file with: package Person; use Class::Attributes; # see explanation below mkattr qw(name age peers parent); and another like this: package Employee; @ISA = qw(Person); use Class::Attributes; mkattr qw(salary age boss); Notice that they both have an age attribute? If those are to be logically separate, we can't use $self->{age}, even for ourselves inside the module! Here's an implementation of the Class::Attributes::mkattr function that solves this: package Class::Attributes; use strict; use Carp; use Exporter (); use vars qw(@ISA @EXPORT); @ISA = qw(Exporter); @EXPORT = qw(mkattr); sub mkattr { my $hispack = caller(); for my $attr (@_) { my($field, $method); $method = "${hispack}::$attr"; ($field = $method) =~ s/:/_/g; no strict 'refs'; # here comes the kluglich bit *$method = sub { my $self = shift; confess "too many arguments" if @_ > 1; $self->{$field} = shift if @_; return $self->{$field}; }; } } 1; This way $self->{Person_age} and $self->{Employee_age} remain separate. The only funniness is that $obj->age would only get the first one. Now, you could write $obj->Person::age and $obj->Employee::age to distinguish these, but well-written Perl code shouldn't use double colons to specify an exact package except under extreme duress. If you really are forced to, perhaps that library could have been better designed.

If you didn't want to write it that way, then from inside class Person, just use age($self) and you'll always get Person's version, whereas from inside class Employee, age($self) would get Employee's version. That's because it's a function call, not a method call.

See Also The documentation on the use fields and use base pragmas, standard as of Perl 5.005; Recipe 10.14 Previous: 13.11. Generating Attribute Methods Using AUTOLOAD

Perl Cookbook

13.11. Generating Attribute Methods Using AUTOLOAD

Book Index

Next: 13.13. Coping with Circular Data Structures

13.13. Coping with Circular Data Structures

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 13.12. Solving the Data Inheritance Problem

Chapter 13 Classes, Objects, and Ties

Next: 13.14. Overloading Operators

13.13. Coping with Circular Data Structures Problem You have an inherently self-referential data structure so Perl's reference-based garbage collection system won't notice when it's no longer being used. You want to prevent your program from leaking memory.

Solution Create a non-circular container object that holds a pointer to the self-referential data structure. Define a DESTROY method for the containing object's class that manually breaks the self-referential circularities.

Discussion Many interesting data structures include references back to themselves. This can occur in code as simple as this: $node->{NEXT} = $node; As soon as you do that, you've created a circularity that will hide the data structure from Perl's referenced-based garbage collection system. Destructors will eventually be called when your program exits, but you sometimes don't want to wait that long. A circular linked list is similarly self-referential. Each node contains a front pointer, a back pointer, and the node's value. If you implement it with references in Perl, you get a circular set of references and the data structure won't naturally be garbage collected when there are no external references to its nodes. Making each node an instance of class Ring doesn't solve the problem. What you want is for Perl to clean up this structure as it would any other structure - which it will do if you implement your object as a structure that contains a reference to the real circle. That reference will be stored in the "DUMMY" field: package Ring; # return an empty ring structure sub new { my $class = shift; my $node = { }; $node->{NEXT} = $node->{PREV} = $node;

my $self = { DUMMY => $node, COUNT => 0 }; bless $self, $class; return $self; } It's the nodes contained in the ring that are circular, not the returned ring object itself. That means code like the following won't cause a memory leak: use Ring; $COUNT = 1000; for (1 .. 20) { my $r = Ring->new(); for ($i = 0; $i < $COUNT; $i++) { $r->insert($i) } } Even though we create twenty rings of a thousand nodes each, each ring is thrown away before a new one is created. The user of the class need do no more to free the ring's memory than they would to free a string's memory. That is, this all happens automatically, just as it's supposed to. However, the implementer of the class does have to have a destructor for the ring, one that will manually delete the nodes: # when a Ring is destroyed, destroy the ring structure it contains sub DESTROY { my $ring = shift; my $node; for ( $node = $ring->{DUMMY}->{NEXT}; $node != $ring->{DUMMY}; $node = $node->{NEXT} ) { $ring->delete_node($node); } $node->{PREV} = $node->{NEXT} = undef; } # delete a node from the ring structure sub delete_node { my ($ring, $node) = @_; $node->{PREV}->{NEXT} = $node->{NEXT}; $node->{NEXT}->{PREV} = $node->{PREV}; --$ring->{COUNT}; } Here are a few other methods you might like in your ring class. Notice how the real work lies within the circularity hidden inside the object: # $node = $ring->search( $value ) : find $value in the ring # structure in $node

sub search { my ($ring, $value) = @_; my $node = $ring->{DUMMY}->{NEXT}; while ($node != $ring->{DUMMY} && $node->{VALUE} != $value) { $node = $node->{NEXT}; } return $node; } # $ring->insert( $value ) : insert $value into the ring structure sub insert_value { my ($ring, $value) = @_; my $node = { VALUE => $value }; $node->{NEXT} = $ring->{DUMMY}->{NEXT}; $ring->{DUMMY}->{NEXT}->{PREV} = $node; $ring->{DUMMY}->{NEXT} = $node; $node->{PREV} = $ring->{DUMMY}; ++$ring->{COUNT}; } # $ring->delete_value( $value ) : delete a node from the ring # structure by value sub delete_value { my ($ring, $value) = @_; my $node = $ring->search($value); return if $node == $ring->{DUMMY}; $ring->delete_node($node); } 1; Here's one for your fortune file: Perl's garbage collector abhors a naked circularity.

See Also The algorithms in this recipe derive in part from pages 206-207 of the wonderful textbook, Introduction to Algorithms, by Cormen, Leiserson, and Rivest (MIT Press/McGraw-Hill, 1990); see also the section "A Note on Garbage Collection" in Chapter 5 of Programming Perl and in perlobj (1) Previous: 13.12. Solving the Data Inheritance Problem

13.12. Solving the Data Inheritance Problem

Perl Cookbook Book Index

Next: 13.14. Overloading Operators

13.14. Overloading Operators

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl

Programming | Perl Cookbook ]

Previous: 13.13. Coping with Circular Data Structures

Chapter 13 Classes, Objects, and Ties

Next: 13.15. Creating Magic Variables with tie

13.14. Overloading Operators Problem You want to use familiar operators like == or + on objects from a class you've written, or you want to define the print interpolation value for objects.

Solution Use the use overload pragma. Here are two of the most common and useful operators to overload: use overload ('' => \&threeway_compare); sub threeway_compare { my ($s1, $s2) = @_; uc($s1->{NAME}) cmp uc($s2->{NAME}); } use overload ( '""' => \&stringify ); sub stringify { my $self = shift; return sprintf "%s (%05d)", ucfirst(lc($self->{NAME})), $self->{IDNUM}; }

Discussion When you use built-in types, certain operators apply, like + for addition or . for string catenation. With the use overload pragma, you can customize these operators so they do something special on your own objects. This pragma takes a list of operator/function call pairs, such as: package TimeNumber; use overload '+' => \&my_plus, '-' => \&my_minus, '*' => \&my_star,

'/' => \&my_slash; Now, those four operators can be used with objects of class TimeNumber, and the listed functions will be called. These functions can do anything you'd like. Here's a simple example of an overload of + for use with an object that holds hours, minutes, and seconds. It assumes that both operands are of a class that has a new method that can be called as an object method, and that the structure names are as shown: sub my_plus { my($left, $right) = @_; my $answer = $left->new(); $answer->{SECONDS} = $left->{SECONDS} + $right->{SECONDS}; $answer->{MINUTES} = $left->{MINUTES} + $right->{MINUTES}; $answer->{HOURS} = $left->{HOURS} + $right->{HOURS}; if ($answer->{SECONDS} >= 60) { $answer->{SECONDS} %= 60; $answer->{MINUTES} ++; } if ($answer->{MINUTES} >= 60) { $answer->{MINUTES} %= 60; $answer->{HOURS} ++; } return $answer; } It's a good idea to overload numeric operators only when the objects themselves are mirroring some sort of numeric construct, such as complex or infinite precision numbers, vectors, or matrices. Otherwise the code is too hard to understand, leading users to invalid assumptions. Imagine a class that modelled a country. If you can add one country to another, couldn't you subtract one country from another? As you see, using operator overloading for non-mathematical things rapidly becomes ridiculous. You may compare objects (and, in fact, any reference) using either == or eq, but this only tells you whether the addresses are the same. (Using == is about ten times faster than eq though.) Because an object is a higher-level notion that a raw machine address, you often want to define your own notion of what it takes for two of them to be equal to each other. Two operators frequently overloaded even for a non-numeric class are the comparison and string interpolation operators. Both the and the cmp operators can be overloaded, although the former is more prevalent. Once the spaceship operator , is defined for an object, you can also use ==, !=, = as well. This lets objects be compared. If ordering is not desired, only overload ==. Similarly, an overloaded cmp is used for lt, gt, and other string comparisons if they aren't explicitly overloaded.

The string interpolation operator goes by the unlikely name of "", that is, two double quotes. This operator is triggered whenever a conversion to a string is called for, such as within double or back quotes or when passed to the print function. Read the documentation on the overload pragma that comes with Perl. Perl's operator overloading has some elaborate features, such as string and numeric conversion methods, autogenerating missing methods, and reversing operands if needed, as in 5 + $a where $a is an object.

Example: Overloaded StrNum Class Here's a StrNum class that lets you use strings with numeric operators. Yes, we're about to do something we advised against - that is, use numeric operators on non-numeric entities - but programmers from other backgrounds are always expecting + and == to work on strings. This is a simple way to demonstrate operator overloading. We almost certainly wouldn't use this in a time-critical production program due to performance concerns. It's also an interesting illustration of using a constructor of the same name as the class, something that C++ and Python programmers may take comfort in. #!/usr/bin/perl # show_strnum - demo operator overloading use StrNum; $x = StrNum("Red"); $y = StrNum("Black"); $z = $x + $y; $r = $z * 3; print "values are $x, $y, $z, and $r\n"; print "$x is ", $x < $y ? "LT" : "GE", " $y\n"; values are Red, Black, RedBlack, and 0 Red is GE Black The class is shown in Example 13.1. Example 13.1: StrNum package StrNum; use Exporter (); @ISA = 'Exporter'; @EXPORT = qw(StrNum); use overload '' 'cmp' '""' 'bool' '0+' '+' '*'

=> => => => => => =>

# unusual

( \&spaceship, \&spaceship, \&stringify, \&boolify, \&numify, \&concat, \&repeat,

); # constructor sub StrNum { my ($value) = @_; return bless \$value; } sub stringify { ${ $_[0] } } sub numify { ${ $_[0] } } sub boolify { ${ $_[0] } } # providing gives us places(5); $x = FixNum->new(40);

$y = FixNum->new(12); print "sum of $x and $y is ", $x + $y, "\n"; print "product of $x and $y is ", $x * $y, "\n"; $z = $x / $y; printf "$z has %d places\n", $z->places; $z->places(2) unless $z->places; print "div of $x by $y is $z\n"; print "square of that is ", $z * $z, "\n"; sum of STRFixNum: 40 and STRFixNum: 12 is STRFixNum: 52 product of STRFixNum: 40 and STRFixNum: 12 is STRFixNum: 480 STRFixNum: 3 has 0 places div of STRFixNum: 40 by STRFixNum: 12 is STRFixNum: 3.33 square of that is STRFixNum: 11.11 The class itself is shown in Example 13.2. It only overloads the addition, multiplication, and division operations for math operators. Other operators are the spaceship operator, which handles all comparisons, the string-interpolation operator, and the numeric conversion operator. The string interpolation operator is given a distinctive look for debugging purposes. Example 13.2: FixNum package FixNum; use strict; my $PLACES = 0; sub new { my $proto my $class my $parent

= shift; = ref($proto) || $proto; = ref($proto) && $proto;

my $v = shift; my $self = { VALUE => $v, PLACES => undef, }; if ($parent && defined $parent->{PLACES}) { $self->{PLACES} = $parent->{PLACES}; } elsif ($v =~ /(\.\d*)/) { $self->{PLACES} = length($1) - 1; } else { $self->{PLACES} = 0;

} return bless $self, $class; } sub places { my $proto = shift; my $self = ref($proto) && $proto; my $type = ref($proto) || $proto; if (@_) { my $places = shift; ($self ? $self->{PLACES} : $PLACES) = $places; } return $self ? $self->{PLACES} : $PLACES; } sub _max { $_[0] > $_[1] ? $_[0] : $_[1] } use overload '+' '*' '/' '' '""' '0+'

=> => => => => =>

\&add, \&multiply, \÷, \&spaceship, \&as_string, \&as_number;

sub add { my ($this, $that, $flipped) = @_; my $result = $this->new( $this->{VALUE} + $that->{VALUE} ); $result->places( _max($this->{PLACES}, $that->{PLACES} )); return $result; } sub multiply { my ($this, $that, $flipped) = @_; my $result = $this->new( $this->{VALUE} * $that->{VALUE} ); $result->places( _max($this->{PLACES}, $that->{PLACES} )); return $result; } sub divide { my ($this, $that, $flipped) = @_; my $result = $this->new( $this->{VALUE} / $that->{VALUE} ); $result->places( _max($this->{PLACES}, $that->{PLACES} )); return $result; }

sub as_string { my $self = shift; return sprintf("STR%s: %.*f", ref($self), defined($self->{PLACES}) ? $self->{PLACES} : $PLACES, $self->{VALUE}); } sub as_number { my $self = shift; return $self->{VALUE}; } sub spaceship { my ($this, $that, $flipped) = @_; $this->{VALUE} $that->{VALUE}; }

1;

See Also The documentation for the standard use overload pragma and the Math::BigInt and Math::Complex modules, also in Chapter 7 of Programming Perl Previous: 13.13. Coping with Circular Data Structures

13.13. Coping with Circular Data Structures

Perl Cookbook Book Index

Next: 13.15. Creating Magic Variables with tie

13.15. Creating Magic Variables with tie

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 13.14. Overloading Operators

Chapter 13 Classes, Objects, and Ties

Next: 14. Database Access

13.15. Creating Magic Variables with tie Problem You want to add special processing to a variable or handle.

Solution Use the tie function to give your ordinary variables object hooks.

Discussion Anyone who's ever used a DBM file under Perl has already used tied objects. Perhaps the most excellent way of using objects is such that the user never notices them. With tie, you can bind a variable or handle to a class, after which all access to the tied variable or handle is transparently intercepted by specially named object methods. The most important tie methods are FETCH to intercept read access, STORE to intercept write access, and the constructor, which is one of TIESCALAR, TIEARRAY, TIEHASH, or TIEHANDLE. User Code

Executed Code

tie $s, "SomeClass" SomeClass->TIESCALAR() $p = $s

$p = $obj->FETCH()

$s = 10

$obj->STORE(10)

Where did that $obj come from? The tie triggers a call to the class's TIESCALAR constructor method. Perl squirrels away the object returned and surreptitiously uses it for later access. Here's a simple example of a tie class that implements a value ring. Every time the variable is read from, the next value on the ring is displayed. When it's written to, a new value is pushed on the ring. Here's an example: #!/usr/bin/perl # demo_valuering - show tie class use ValueRing;

tie $color, 'ValueRing', qw(red blue); print "$color $color $color $color $color $color\n"; red blue red blue red blue $color = 'green'; print "$color $color $color $color $color $color\n"; green red blue green red blue The simple implementation is shown in Example 13.3. Example 13.3: ValueRing package ValueRing; # this is the constructor for scalar ties sub TIESCALAR { my ($class, @values) = @_; bless \@values, $class; return \@values; } # this intercepts read accesses sub FETCH { my $self = shift; push(@$self, shift(@$self)); return $self->[-1]; } # this intercepts write accesses sub STORE { my ($self, $value) = @_; unshift @$self, $value; return $value; } 1; This example might not be compelling, but it illustrates how easy it is to write ties of arbitrary complexity. To the user, $color is just a plain old variable, not an object. All the magic is hidden beneath the tie. You don't have to use a scalar reference just because you're tying a scalar. Here we've used an array reference, but you can use anything you'd like. Usually a hash reference will be used irrespective of what's being tied to because it's the most flexible object representation. For arrays and hashes, more elaborate operations are possible. Tied handles didn't appear until the 5.004 release, and prior to 5.005 use of tied arrays was somewhat limited, but tied hashes have always been richly supported. Because so many object methods are needed to fully support tied hashes, most users choose to inherit from the standard Tie::Hash module, which provides default methods for these.

Following are numerous examples of interesting uses of ties.

Tie Example: Outlaw $_ This curious tie class is used to outlaw unlocalized uses of the implicit variable, $_. Instead of pulling it in with use, which implicitly invokes the class's import ( ) method, this one should be loaded with no to call the seldom-used unimport ( ) method. The user says: no UnderScore; Then, all uses of the unlocalized global $_ will raise an exception. Here's a little test suite for the module. #!/usr/bin/perl # nounder_demo - show how to ban $_ from your program no UnderScore; @tests = ( "Assignment" => sub { $_ = "Bad" }, "Reading" => sub { print }, "Matching" => sub { $x = /badness/ }, "Chop" => sub { chop }, "Filetest" => sub { -x }, "Nesting" => sub { for (1..3) { print } }, ); while ( ($name, $code) = splice(@tests, 0, 2) ) { print "Testing $name: "; eval { &$code }; print $@ ? "detected" : "missed!"; print "\n"; } The result is the following: Testing Assignment: detected Testing Reading: detected Testing Matching: detected Testing Chop: detected Testing Filetest: detected Testing Nesting: 123missed! The reason the last one was missed is that it was properly localized by the for loop, so it was considered safe. The UnderScore module itself is shown in Example 13.4. Notice how small it is. The module itself does the tie in its initialization code. Example 13.4: UnderScore (continued)

package UnderScore; use Carp; sub TIESCALAR { my $class = shift; my $dummy; return bless \$dummy => $class; } sub FETCH { croak "Read access to \$_ forbidden" } sub STORE { croak "Write access to \$_ forbidden" } sub unimport { tie($_, __PACKAGE__) } sub import { untie $_ } tie($_, __PACKAGE__) unless tied $_; 1; You can't usefully mix calls to use and no for this class in your program, because they all happen at compile time, not run time. To renege and let yourself use $_ again, localize it.

Tie Example: Make a Hash That Always Appends The class shown below produces a hash whose keys accumulate in an array. #!/usr/bin/perl # appendhash_demo - show magic hash that autoappends use Tie::AppendHash; tie %tab, 'Tie::AppendHash'; $tab{beer} = "guinness"; $tab{food} = "potatoes"; $tab{food} = "peas"; while (my($k, $v) = each %tab) { print "$k => [@$v]\n"; } Here is the result: food => [potatoes peas] beer => [guinness] To make this class easy, we will use the boilerplate hash tying module from the standard distribution, shown in Example 13.5. To do this, we load the Tie::Hash module and then inherit from the Tie::StdHash class. (Yes, those are different names. The file Tie/Hash.pm provides both the Tie::Hash and Tie::StdHash classes, which are slightly different.) Example 13.5: Tie::AppendHash package Tie::AppendHash; use strict;

use Tie::Hash; use Carp; use vars qw(@ISA); @ISA = qw(Tie::StdHash); sub STORE { my ($self, $key, $value) = @_; push @{$self->{$key}}, $value; } 1;

Tie Example: Case-Insensitive Hash Here's a fancier hash tie called Tie::Folded. It provides a hash with case-insensitive keys. #!/usr/bin/perl # folded_demo - demo hash that magically folds case use Tie::Folded; tie %tab, 'Tie::Folded'; $tab{VILLAIN} = "big "; $tab{herOine} = "red riding hood"; $tab{villain} .= "bad wolf"; while ( my($k, $v) = each %tab ) { print "$k is $v\n"; } The following is the output of this demo program: heroine is red riding hood villain is big bad wolf Because we have to trap more accesses, the class in Example 13.6 is slightly more complicated than the one in Example 13.5. Example 13.6: Tie::Folded package Tie::Folded; use strict; use Tie::Hash; use vars qw(@ISA); @ISA = qw(Tie::StdHash); sub STORE { my ($self, $key, $value) = @_; return $self->{lc $key} = $value; } sub FETCH { my ($self, $key) = @_;

return $self->{lc $key}; } sub EXISTS { my ($self, $key) = @_; return exists $self->{lc $key}; } sub DEFINED { my ($self, $key) = @_; return defined $self->{lc $key}; } 1;

Tie Example: Hash That Allows Look-Ups by Key or Value Here is a hash that lets you look up members by key or by value. It does this by having a store method that not only uses the key to store the value, it also uses the value to store the key. Normally there could be a problem if the value being stored were a reference, since you can't normally use a reference as a key. The standard distribution comes with the Tie::RefHash class that avoids this problem. We'll inherit from it so that we can also avoid this difficulty. #!/usr/bin/perl -w # revhash_demo - show hash that permits key *or* value lookups use strict; use Tie::RevHash; my %tab; tie %tab, 'Tie::RevHash'; %tab = qw{ Red Rojo Blue Azul Green Verde }; $tab{EVIL} = [ "No way!", "Way!!" ]; while ( my($k, $v) = each %tab ) { print ref($k) ? "[@$k]" : $k, " => ", ref($v) ? "[@$v]" : $v, "\n"; } When run, revhash_demo produces this: [No way! Way!!] => EVIL EVIL => [No way! Way!!] Blue => Azul Green => Verde Rojo => Red Red => Rojo Azul => Blue

Verde => Green The module is shown in Example 13.7. Notice how small it is! Example 13.7: Tie::RevHash package Tie::RevHash; use Tie::RefHash; use vars qw(@ISA); @ISA = qw(Tie::RefHash); sub STORE { my ($self, $key, $value) = @_; $self->SUPER::STORE($key, $value); $self->SUPER::STORE($value, $key); } sub DELETE { my ($self, $key) = @_; my $value = $self->SUPER::FETCH($key); $self->SUPER::DELETE($key); $self->SUPER::DELETE($value); } 1;

Tie Example: Handle That Counts Access Here's an example of tying a filehandle: use Counter; tie *CH, 'Counter'; while () { print "Got $_\n"; } When run, that program keeps printing Got 1, Got 2, and so on until the universe collapses, you hit an interrupt, or your computer reboots, whichever comes first. Its simple implementation is shown in Example 13.8. Example 13.8: Counter package Counter; sub TIEHANDLE { my $class = shift; my $start = shift; return bless \$start => $class; }

sub READLINE { my $self = shift; return ++$$self; } 1;

Tie Example: Multiple Sink Filehandles Finally, here's an example of a tied handle that implements a tee-like functionality by twinning standard out and standard error: use Tie::Tee; tie *TEE, 'Tie::Tee', *STDOUT, *STDERR; print TEE "This line goes both places.\n"; Or, more elaborately: #!/usr/bin/perl # demo_tietee use Tie::Tee; use Symbol; @handles = (*STDOUT); for $i ( 1 .. 10 ) { push(@handles, $handle = gensym()); open($handle, ">/tmp/teetest.$i"); } tie *TEE, 'Tie::Tee', @handles; print TEE "This lines goes many places.\n"; The Tie/Tee.pm file is shown in Example 13.9. Example 13.9: Tie::Tee package Tie::Tee; sub TIEHANDLE { my $class = shift; my $handles = [@_]; bless $handles, $class; return $handles; } sub PRINT { my $href = shift; my $handle;

my $success = 0; foreach $handle (@$href) { $success += print $handle @_; } return $success == @$href; } 1;

See Also The tie function in perlfunc (1); perltie (1); the section on "Using Tied Variables" in Chapter 5 of Programming Perl Previous: 13.14. Overloading Operators

Perl Cookbook

13.14. Overloading Operators

Book Index

Next: 14. Database Access

14. Database Access

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 13.15. Creating Magic Variables with tie

Chapter 14

Next: 14.1. Making and Using a DBM File

14. Database Access Contents: Introduction Making and Using a DBM File Emptying a DBM File Converting Between DBM Files Merging DBM Files Locking DBM Files Sorting Large DBM Files Treating a Text File as a Database Array Storing Complex Data in a DBM File Persistent Data Executing an SQL Command Using DBI and DBD Program: ggh - Grep Netscape Global History I only ask for information. - Charles Dickens David Copperfield

14.0. Introduction Everywhere you find data, you find databases. At the simplest level, every file can be considered a database. At the most complex level, expensive and complex relational database systems handle thousands of transactions per second. In between are countless improvised schemes for fast access to loosely structured data. Perl can work with all of them. Early in the history of computers, people noticed that flat file databases don't scale to large data sets. Flat files were tamed using fixed-length records or auxiliary indices, but updating became expensive, and previously simple applications bogged down with I/O overhead. After some head-scratching, clever programmers devised a better solution. As hashes in memory provide more flexible access to data than do arrays, hashes on disk offer more convenient kinds of access than array-like text files. These benefits in access time cost you space, but disk space is cheap these days (or

so the reasoning goes). The DBM library gives Perl programmers a simple, easy-to-use database. You use the same standard operations on hashes bound to DBM files as you do on hashes in memory. In fact, that's how you use DBM databases from Perl. You call dbmopen with the name of a hash and the filename holding the database. Then whenever you access the hash, Perl consults or changes the DBM database on disk. Recipe 14.1 shows how to create a DBM database and gives tips on using it efficiently. Although you can do with DBM files the same things you do with regular hashes, their disk-based nature leads to performance concerns that don't exist with in-memory hashes. Recipes Recipe 14.2 and Recipe 14.4 explain these concerns and show how to work around them. DBM files also make possible operations that aren't available using regular hashes. Recipes Recipe 14.6 and Recipe 14.7 explain two of these things. Various DBM implementations offer varying features. The old dbmopen function only lets you use the DBM library Perl was built with. If you wanted to use dbmopen to access from one type of database and write to another, you were out of luck. Version 5 of Perl remedied this by letting you tie a hash to an arbitrary object class, as detailed in Chapter 13, Classes, Objects, and Ties. The table below shows several possible DBM libraries you can choose from: Feature

NDBM SDBM GDBM DB

Linkage comes with Perl yes

yes

yes

yes

Source bundled with Perl no

yes

no

no

Source redistributable

no

yes

gpl[1]

yes

FTPable

no

yes

yes

yes

Easy to build

N/A

yes

yes

ok[2]

Often comes with Unix

yes[3]

no

no[4]

no[4]

Builds ok on Unix

N/A

yes

yes

yes[5]

Builds ok on Windows

N/A

yes

yes

yes[6]

Code size

[7]

small

big

big[8]

Disk usage

[7]

small

big

ok

Speed

[7]

slow

ok

fast

Block size limits

4k

1k[9]

none

none

Byte-order independent

no

no

no

yes

User-defined sort order

no

no

no

yes

Partial key lookups

no

no

no

yes

[1] Using GPLed code in your program places restrictions upon you. See www.gnu.org for more details. [2] See the DB_File library method. Requires symbolic links. [3] On mixed-universe machines, this may be in the BSD compatibility library, which is often shunned. [4] Except for free Unix ports like Linux, FreeBSD, OpenBSD, and NetBSD. [5] Providing you have an ANSI C compiler. [6] Prior to unification in 5.005, several divergent versions of Perl on Windows systems were widely available, including the standard port built from the normal Perl distribution and several proprietary ports. Like most CPAN modules, DB builds only on the standard port. [7] Depends on how much your vendor has tweaked it. [8] Can be reduced if you compile for one access method. [9] By default, but can be redefined (at the expense of compatibility with older files). NDBM comes with most BSD-derived machines. GDBM is a GNU DBM implementation. SDBM is part of the X11 distribution and also the standard Perl source distribution. DB refers to the Berkeley DB library. While the others are essentially reimplementations of the original DB library, the Berkeley DB code gives you three different types of database on disk and attempts to solve many of the disk, speed, and size limitations that hinder the other implementations. Code size refers to the size of the compiled libraries. Disk usage refers to the size of the database files it creates. Block size limits refer to the database's maximum key or value size. Byte-order independence refers to whether the database system relies on hardware byte order or whether it instead creates portable files. A user-defined sort order lets you tell the library what order to return lists of keys in. Partial key lookups let you make approximate searches on the database. Most Perl programmers prefer the Berkeley DB implementations. Many systems already have this library installed, and Perl can use it. For others, you are advised to fetch and install it from CPAN. It will make your life much easier. DBM files provide key/value pairs. In relational database terms, you get a database with one table that has only two columns. Recipe 14.8 shows you how to use the MLDBM module from CPAN to store arbitrarily complex data structures in a DBM file. As good as MLDBM is, it doesn't get around the limitation that you only retrieve rows based on one single column, the hash key. If you need complex queries, the difficulties can be overwhelming. In these cases, consider a separate database management system (DBMS). The DBI project provides modules to work with Oracle, Sybase, mSQL, MySQL, Ingres, and others. See http://www.hermetica.com/technologia/perl/DBI/index.html and http://www.perl.com/CPAN/modules/by-category/07_Database_Interfaces/, which currently contains:

AsciiDB CDB_File DBD

DBI Db DBZ_ File DB_File

Previous: 13.15. Creating Magic Variables with tie

13.15. Creating Magic Variables with tie

MLDBM Fame Ingperl

OLE Msql MySQL

Perl Cookbook Book Index

Pg ObjStore Oraperl

Sybase Postgres Sprite

XBase

Next: 14.1. Making and Using a DBM File

14.1. Making and Using a DBM File

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 14.0. Introduction

Chapter 14 Database Access

Next: 14.2. Emptying a DBM File

14.1. Making and Using a DBM File Problem You want to create, populate, inspect, or delete values in a DBM database.

Solution Use dbmopen or tie to open the database and make it accessible through a hash. Then use the hash as you normally would. When you're done, call dbmclose or untie. dbmopen use DB_File; # optional; overrides default dbmopen %HASH, $FILENAME, 0666 # open database, accessed through %HASH or die "Can't open $FILENAME: $!\n"; $V = $HASH{$KEY}; $HASH{$KEY} = $VALUE; if (exists $HASH{$KEY}) { # ... } delete $HASH{$KEY}; dbmclose %HASH;

# retrieve from database # put value into database # check whether in database

# remove from database # close the database

tie use DB_File;

# load database module

tie %HASH, "DB_File", $FILENAME # open database, to be accessed or die "Can't open $FILENAME:$!\n"; # through %HASH $V = $HASH{$KEY}; $HASH{$KEY} = $VALUE; if (exists $HASH{$KEY}) { # ... }

# retrieve from database # put value into database # check whether in database

delete $HASH{$KEY}; untie %hash;

# delete from database # close the database

Discussion Accessing a database as a hash is powerful but easy, giving you a persistent hash that sticks around after the program using it has finished running. It's also much faster than loading in a new hash every time; even if the hash has a million entries, your program starts up virtually instantaneously. The program in Example 14.1 treats the database as though it were a normal hash. You can even call keys or each on it. Likewise, exists and defined are implemented for tied DBM hashes. Unlike a normal hash, a DBM hash does not distinguish between those two functions. Example 14.1: userstats #!/usr/bin/perl -w # userstats - generates statistics on who is logged in. # call with an argument to display totals use DB_File; $db = '/tmp/userstats.db';

# where data is kept between runs

tie(%db, 'DB_File', $db)

or die "Can't open DB_File $db : $!\n";

if (@ARGV) { if ("@ARGV" eq "ALL") { @ARGV = sort keys %db; } foreach $user (@ARGV) { print "$user\t$db{$user}\n"; } } else { @who = `who`; # run who(1) if ($?) { die "Couldn't run who: $?\n"; # exited abnormally } # extract username (first thing on the line) and update foreach $line (@who) { $line =~ /^(\S+)/; die "Bad line from who: $line\n" unless $1; $db{$1}++; } } untie %db; We use who to get a list of users logged in. This typically produces output like:

gnat

ttyp1

May 29 15:39

(coprolith.frii.com)

If the userstats program is called without any arguments, it checks who's logged on and updates the database appropriately. If the program is called with arguments, these are treated as usernames whose information will be presented. The special argument "ALL" sets @ARGV to a sorted list of DBM keys. For large hashes with many keys, this is prohibitively expensive - a better solution would be to use the BTREE bindings of DB_File described in Recipe 14.6.

See Also The documentation for the standard modules GDBM_File, NDBM_File, SDBM_File, DB_File, also in Chapter 7 of Programming Perl; perltie (1); the section on "Using Tied Variables" in Chapter 5 of Programming Perl; the discussion on the effect of your umask on file creation in Recipe 7.1; Recipe 13.15 Previous: 14.0. Introduction

14.0. Introduction

Perl Cookbook

Next: 14.2. Emptying a DBM File

Book Index

14.2. Emptying a DBM File

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 14.1. Making and Using a DBM File

Chapter 14 Database Access

Next: 14.3. Converting Between DBM Files

14.2. Emptying a DBM File Problem You want to clear out a DBM file.

Solution Open the database and assign () to it. Use dbmopen: dbmopen(%HASH, $FILENAME, 0666) %HASH = (); dbmclose %HASH;

or die "Can't open FILENAME: $!\n";

or tie: use DB_File; tie(%HASH, "DB_File", $FILENAME) %HASH = (); untie %hash;

or die "Can't open FILENAME: $!\n";

Alternatively, delete the file and reopen with create mode: unlink $FILENAME or die "Couldn't unlink $FILENAME to empty the database: $!\n"; dbmopen(%HASH, $FILENAME, 0666) or die "Couldn't create $FILENAME database: $!\n";

Discussion It may be quicker to delete the file and create a new one than to reset it, but doing so opens you up to a race condition that trips up a careless program or makes it vulnerable to an attacker. The attacker could make a link pointing to the file /etc/precious with the same name as your file between the time when you deleted the file and when you recreated it. When the DBM library opens the file, it clobbers /etc/precious. If you delete a DB_File database and recreate it, you'll lose any customizable settings like page size, fill-factor, and so on. This is another good reason to assign the empty list to the tied hash.

See Also The documentation for the standard DB_File module, also in Chapter 7 of Programming Perl; the unlink function in perlfunc (1); Recipe 14.1 Previous: 14.1. Making and Using a DBM File

14.1. Making and Using a DBM File

Perl Cookbook Book Index

Next: 14.3. Converting Between DBM Files

14.3. Converting Between DBM Files

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 14.2. Emptying a DBM File

Chapter 14 Database Access

Next: 14.4. Merging DBM Files

14.3. Converting Between DBM Files Problem You have a file in one DBM format, but another program expects input in a different DBM format.

Solution Reads the keys and values from the initial DBM file and writes them to a new file in the different DBM format as in Example 14.2. Example 14.2: db2gdbm #!/usr/bin/perl -w # db2gdbm: converts DB to GDBM use strict; use DB_File; use GDBM_File; unless (@ARGV == 2) { die "usage: db2gdbm infile outfile\n"; } my ($infile, $outfile) = @ARGV; my (%db_in, %db_out); # open the files tie(%db_in, 'DB_File', $infile) or die "Can't tie $infile: $!"; tie(%db_out, 'GDBM_File', $outfile, GDBM_WRCREAT, 0666) or die "Can't tie $outfile: $!"; # copy (don't use %db_out = %db_in because it's slow on big databases)

while (my($k, $v) = each %db_in) { $db_out{$k} = $v; } # these unties happen automatically at program exit untie %db_in; untie %db_out; Call the program as: % db2gdbm /tmp/users.db /tmp/users.gdbm

Discussion When multiple types of DBM file are used in the same program, you have to use tie, not the dbmopen interface. That's because with dbmopen you can only use one database format, which is why its use is deprecated. Copying hashes by simple assignment, as in %new = %old , works on DBM files. However, it loads everything into memory first as a list, which doesn't matter with small hashes, but can be prohibitively expensive in the case of DBM files. For database hashes, use each to iterate through them instead.

See Also The documentation for the standard modules GDBM_File, NDBM_File, SDBM_File, DB_File, also in Chapter 7 of Programming Perl; Recipe 14.1 Previous: 14.2. Emptying a DBM File

Perl Cookbook

Next: 14.4. Merging DBM Files

14.2. Emptying a DBM File

Book Index

14.4. Merging DBM Files

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 14.3. Converting Between DBM Files

Chapter 14 Database Access

Next: 14.5. Locking DBM Files

14.4. Merging DBM Files Problem You want to combine two DBM files into a single DBM file with original key/value pairs.

Solution Either merge the databases by treating their hashes as lists: %OUTPUT = (%INPUT1, %INPUT2); or, more wisely, by iterating over each key-value pair. %OUTPUT = (); foreach $href ( \%INPUT1, \%INPUT2 ) { while (my($key, $value) = each(%$href)) { if (exists $OUTPUT{$key}) { # decide which value to use and set $OUTPUT{$key} if necessary } else { $OUTPUT{$key} = $value; } } }

Discussion This straightforward application of Recipe 5.10 comes with the same caveats. Merging hashes by treating them as lists requires that the hashes be preloaded into memory, creating a potentially humongous temporary list. If you're dealing with large hashes, have little virtual memory, or both, then you want to iterate over the keys with each to save memory. Another difference between these merging techniques is what to do if the same key exists in both input databases. The blind assignment merely overwrites the first value with the second value. The iterative merging technique lets you decide what to do. Possibilities include issuing a warning or error, choosing the first over the second, choosing the second over the first, or concatenating the new value to the old one. If you're using the MLDBM module, you can even store them both, using an array reference to the two values.

See Also Recipe 5.10; Recipe 14.8 Previous: 14.3. Converting Between DBM Files

Perl Cookbook

Next: 14.5. Locking DBM Files

14.3. Converting Between DBM Files

Book Index

14.5. Locking DBM Files

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 14.4. Merging DBM Files

Chapter 14 Database Access

Next: 14.6. Sorting Large DBM Files

14.5. Locking DBM Files Problem You need several concurrently running programs to have simultaneous access to a DBM file.

Solution Either use the DBM implementation's locking mechanism if it has one, lock the file with flock, or use an auxiliary locking scheme as in Recipe 7.21.

Discussion With SDBM or NDBM, you can't do much to lock the database itself. You must devise an auxiliary locking scheme using an extra lockfile. GDBM uses the concept of readers and writers: either many readers or one solitary writer may have a GDBM file open at any given time. You specify whether you're a reader or a writer when you open it. This can be annoying. Version 1 of Berkeley DB gives you access to the file descriptor of the open database, allowing you to flock it. The lock applies to the database as a whole, not to individual records. Version 2 implements its own full transaction system with locking. Example 14.3 shows an example of locking a database using Berkeley DB. Run this repeatedly in the background to see locks granted in proper order. Example 14.3: dblockdemo #!/usr/bin/perl # dblockdemo - demo locking dbm databases use DB_File; use strict; sub LOCK_SH { 1 } sub LOCK_EX { 2 }

# In case you don't have # the standard Fcntl module.

You

sub LOCK_NB { 4 } sub LOCK_UN { 8 }

# should, but who can tell # how those chips fall?

my($oldval, $fd, $db, %db, $value, $key); $key = shift || 'default'; $value = shift || 'magic'; $value .= " $$"; $db = tie(%db, 'DB_File', '/tmp/foo.db', O_CREAT|O_RDWR, 0666) or die "dbcreat /tmp/foo.db $!"; $fd = $db->fd; # need this for locking print "$$: db fd is $fd\n"; open(DB_FH, "+[0] eq $tom2->[0] && $tom1->[1] eq $tom2->[1]) { print "You're having runtime fun with one Tom made two.\n";

} else { print "No two Toms are ever alike.\n"; } This is more efficient than: if ($hash{$name1}->[0] eq $hash{$name2}->[0] && # INEFFICIENT $hash{$name1}->[1] eq $hash{$name2}->[1]) { print "You're having runtime fun with one Tom made two.\n"; } else { print "No two Toms are ever alike.\n"; } Each time we say $hash{...}, the DBM file is consulted. The inefficient code above accesses the database four times, whereas the code using the temporary variables $tom1 and $tom2 only accesses the database twice. Current limitations of Perl's tie mechanism prevent you from storing or modifying parts of a MLDBM value directly: $hash{"Tom Boutell"}->[0] = "Poet Programmer"; # WRONG Always get, change, and set pieces of the stored structure through a temporary variable: $entry = $hash{"Tom Boutell"}; # RIGHT $entry->[0] = "Poet Programmer"; $hash{"Tom Boutell"} = $entry; If MLDBM uses a database with size limits on values, like SDBM, you'll quickly hit those limits. To get around this, use GDBM_File or DB_File, which don't limit the size of keys or values. DB_File is the better choice because it is byte-order neutral, which lets the database be shared between both big- and little-endian architectures.

See Also The documentation for the Data::Dumper, MLDBM, and Storable modules from CPAN; Recipe 11.13; Recipe 14.9 Previous: 14.7. Treating a Text File as a Database Array

Perl Cookbook

14.7. Treating a Text File as a Database Array

Book Index

Next: 14.9. Persistent Data

14.9. Persistent Data

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 14.8. Storing Complex Data in a DBM File

Chapter 14 Database Access

Next: 14.10. Executing an SQL Command Using DBI and DBD

14.9. Persistent Data Problem You want your variables to retain their values between calls to your program.

Solution Use a MLDBM to store the values between calls to your program: use MLDBM 'DB_File'; my ($VARIABLE1,$VARIABLE2); my $Persistent_Store = '/projects/foo/data'; BEGIN { my %data; tie(%data, 'MLDBM', $Persistent_Store) or die "Can't tie to $Persistent_Store : $!"; $VARIABLE1 = $data{VARIABLE1}; $VARIABLE2 = $data{VARIABLE2}; # ... untie %data; } END { my %data; tie (%data, 'MLDBM', $Persistent_Store) or die "Can't tie to $Persistent_Store : $!"; $data{VARIABLE1} = $VARIABLE1; $data{VARIABLE2} = $VARIABLE2; # ... untie %data; }

Discussion An important limitation of MLDBM is that you can't add to or alter the structure in the reference without assignment to a temporary variable. We do this in the sample program in Example 14.6, assigning to $array_ref before we push. You simply can't do this: push(@{$db{$user}}, $duration); For a start, MLDBM doesn't allow it. Also, $db{$user} might not be in the database (the array reference isn't automatically created as it would be if %db weren't tied to a DBM file). This is why we test exists $db{$user} when we give $array_ref its initial value. We're creating the empty array for the case where it doesn't already exist. Example 14.6: mldbm-demo #!/usr/bin/perl -w # mldbm_demo - show how to use MLDBM with DB_File use MLDBM "DB_File"; $db = "/tmp/mldbm-array"; tie %db, 'MLDBM', $db or die "Can't open $db : $!"; while() { chomp; ($user, $duration) = split(/\s+/, $_); $array_ref = exists $db{$user} ? $db{$user} : []; push(@$array_ref, $duration); $db{$user} = $array_ref; } foreach $user (sort keys %db) { print "$user: "; $total = 0; foreach $duration (@{ $db{$user} }) { print "$duration "; $total += $duration; } print "($total)\n"; } __END__ gnat tchrist jules

15.3 2.5 22.1

tchrist gnat

15.9 8.7

Newer versions of MLDBM allow you to select not just the database module (we recommend DB_File), but also the serialization module (we recommend Storable). Previous versions limited you to Data::Dumper for serializing, which is slower than Storable. Here's how you use DB_File with Storable: use MLDBM qw(DB_File Storable);

See Also The documentation for the Data::Dumper, MLDBM, and Storable modules from CPAN; Recipe 11.13; Recipe 14.8 Previous: 14.8. Storing Complex Data in a DBM File

14.8. Storing Complex Data in a DBM File

Perl Cookbook

Next: 14.10. Executing an SQL Command Using DBI and DBD

Book Index

14.10. Executing an SQL Command Using DBI and DBD

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 14.9. Persistent Data

Chapter 14 Database Access

Next: 14.11. Program: ggh Grep Netscape Global History

14.10. Executing an SQL Command Using DBI and DBD Problem You want to send SQL queries to a database system such as Oracle, Sybase, mSQL, or MySQL, and process their results.

Solution Use the DBI (DataBase Interface) and DBD (DataBase Driver) modules available from CPAN: use DBI; $dbh = DBI->connect('DBI:driver:database', 'username', 'auth', { RaiseError => 1, AutoCommit => 1}); $dbh->do($SQL); $sth = $dbh->prepare($SQL); $sth->execute(); while (@row = $sth->fetchrow_array) { # ... } $sth->finish(); $dbh->disconnect();

Discussion DBI acts as an intermediary between your program and any number of DBMS-specific drivers. For most actions you need a database handle ($dbh in the example). This is attached to a specific database and driver using the DBI->connect call. The first argument to DBI->connect is a single string with three colon-separated fields. It represents the data source - the DBMS you're connecting to. The first field is always DBI, and the second is the name of the driver you're going to use (Oracle, mysql, etc.). The rest of the string is passed by the DBI module to the requested driver module (DBD::mysql, for example) where it identifies the database.

The second and third arguments authenticate the user. The fourth argument is an optional hash reference defining attributes of the connection. Setting PrintError to true makes DBI warn whenever a DBI method fails. Setting RaiseError is like PrintError except that die is used instead of warn. AutoCommit says that you don't want to deal with transactions (smaller DBMSs don't support them, and if you're using a larger DBMS then you can read about transactions in the DBMS documentation). You can execute simple SQL statements (those that don't return rows of data) with a database handle's do method. This returns Boolean true or false. SQL statements that return rows of data (like SELECT) require that you first use the database handle's prepare method to create a statement handle. Then call the execute method on the statement handle to perform the query, and retrieve rows with a fetch method like fetchrow_array or fetchrow_hashref (which returns a reference to a hash mapping column name to value). Statement handles and database handles often correspond to underlying connections to the database, so some care must be taken with them. A connection is automatically cleaned up when its handle goes out of scope. If a database handle goes out of scope while there are active statement handles for that database, though, you will get a warning like this: disconnect(DBI::db=HASH(0x9df84)) invalidates 1 active cursor(s) at -e line 1. The finish method ensures the statement handle is inactive (some old drivers need this). The disconnect method, er, disconnects from the database. The DBI module comes with a FAQ (perldoc DBI::FAQ) and regular documentation (perldoc DBI). The driver for your DBMS also has documentation (perldoc DBD::mysql, for instance). The DBI API is larger than the simple subset we've shown here; it provides diverse ways of fetching results, and it hooks into DBMS-specific features like stored procedures. Consult the driver module's documentation to learn about these. The program in Example 14.7 creates, populates, and searches a MySQL table of users. It uses the RaiseError attribute so it doesn't have to check the return status of every method call. Example 14.7: dbusers #!/usr/bin/perl -w # dbusers - manage MySQL user table use DBI; use User::pwent; $dbh = DBI->connect('DBI:mysql:dbname:mysqlserver.domain.com:3306', 'user', 'password', { RaiseError => 1, AutoCommit => 1 }) $dbh->do("CREATE TABLE users (uid INT, login CHAR(8))"); $sql_fmt = "INSERT INTO users VALUES( %d, %s )";

while ($user = getpwent) { $sql = sprintf($sql_fmt, $user->uid, $dbh->quote($user->name)); $dbh->do($sql); } $sth = $dbh->prepare("SELECT * FROM users WHERE uid < 50"); $sth->execute; while ((@row) = $sth->fetchrow_array) { print join(", ", map {defined $_ ? $_ : "(null)"} @row), "\n"; } $sth->finish; $dbh->do("DROP TABLE users"); $dbh->disconnect;

See Also The documentation for the DBI and relevant DBD modules from CPAN; http://www.hermetica.com/technologia/perl/DBI/ and http://www.perl.com/CPAN/modules/ by-category/07_Database_Interfaces/ Previous: 14.9. Persistent Data

14.9. Persistent Data

Perl Cookbook Book Index

Next: 14.11. Program: ggh Grep Netscape Global History

14.11. Program: ggh - Grep Netscape Global History

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 14.10. Executing an SQL Command Using DBI and DBD

Chapter 14 Database Access

Next: 15. User Interfaces

14.11. Program: ggh - Grep Netscape Global History This program divulges the contents of Netscape's history.db file. It can be called with full URLs or with a (single) pattern. If called without arguments, it displays every entry in the history file. The ~/.netscape/history.db file is used unless the -database option is given. Each output line shows the URL and its access time. The time is converted into localtime representation with -localtime (the default), gmtime representation with -gmtime - or left in raw form with -epochtime, which is useful for sorting by date. To specify a pattern to match against, give one single argument without a ://. To look up one or more URLs, supply them as arguments: % ggh http://www.perl.com/index.html To find out a link you don't quite recall, use a regular expression (a single argument without a :// is a pattern): % ggh perl To find out all the people you've mailed: % ggh mailto: To find out the FAQ sites you've visited, use a snazzy Perl pattern with an embedded /i modifier: % ggh -regexp '(?i)\bfaq\b' If you don't want the internal date converted to localtime, use -epoch: % ggh -epoch http://www.perl.com/perl/ If you prefer gmtime to localtime, use -gmtime: % ggh -gmtime http://www.perl.com/perl/ To look at the whole file, give no arguments (but perhaps redirect to a pager): % ggh | less If you want the output sorted by date, use the -epoch flag: % ggh -epoch | sort -rn | less If you want it sorted by date into your local time zone format, use a more sophisticated pipeline: % ggh -epoch | sort -rn | perl -pe 's/\d+/localtime $&/e' | less The Netscape release notes claim that they're using NDBM format. This is misleading: they're actually using

Berkeley DB format, which is why we require DB_File (not supplied standard with all systems Perl runs on) instead of NDBM_File (which is). The program is shown in Example 14.8. Example 14.8: ggh #!/usr/bin/perl -w # ggh -- grovel global history in netscape logs $USAGE = import(); $| = 1;

# delay loading until runtime # feed the hungry PAGERs

$dotdir = $ENV{HOME} || $ENV{LOGNAME}; $HISTORY = $opt_database || "$dotdir/.netscape/history.db";

die "no netscape history dbase in $HISTORY: $!" unless -e $HISTORY; die "can't dbmopen $HISTORY: $!" unless dbmopen %hist_db, $HISTORY, 0666; # the next line is a hack because the C programmers who did this # didn't understand strlen vs strlen+1. jwz told me so. :-) $add_nulls = (ord(substr(each %hist_db, -1)) == 0); # XXX: should now do scalar keys to reset but don't # want cost of full traverse, required on tied hashes. # better to close and reopen? $nulled_href = ""; $byte_order = "V";

# PC people don't grok "N" (network order)

if (@ARGV) { foreach $href (@ARGV) { $nulled_href = $href . ($add_nulls && "\0"); unless ($binary_time = $hist_db{$nulled_href}) { warn "$0: No history entry for HREF $href\n"; next; } $epoch_secs = unpack($byte_order, $binary_time); $stardate = $opt_epochtime ? $epoch_secs : $opt_gmtime ? gmtime $epoch_secs : localtime $epoch_secs; print "$stardate $href\n"; } } else { while ( ($href, $binary_time) = each %hist_db ) { chop $href if $add_nulls; next unless defined $href && defined $binary_time; # gnat reports some binary times are missing $binary_time = pack($byte_order, 0) unless $binary_time; $epoch_secs = unpack($byte_order, $binary_time); $stardate = $opt_epochtime ? $epoch_secs : $opt_gmtime ? gmtime $epoch_secs : localtime $epoch_secs; print "$stardate $href\n" unless $pattern && $href !~ /$pattern/o; } } sub usage { print STDERR "@_\n" if @_; die $USAGE; }

See Also Recipe 6.17 Previous: 14.10. Executing an SQL Command Using DBI and DBD

14.10. Executing an SQL Command Using DBI and DBD

Perl Cookbook Book Index

Next: 15. User Interfaces

15. User Interfaces

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 14.11. Program: ggh - Grep Netscape Global History

Chapter 15

Next: 15.1. Parsing Program Arguments

15. User Interfaces Contents: Introduction Parsing Program Arguments Testing Whether a Program Is Running Interactively Clearing the Screen Determining Terminal or Window Size Changing Text Color Reading from the Keyboard Ringing the Terminal Bell Using POSIX termios Checking for Waiting Input Reading Passwords Editing Input Managing the Screen Controlling Another Program with Expect Creating Menus with Tk Creating Dialog Boxes with Tk Responding to Tk Resize Events Removing the DOS Shell Window with Windows Perl/Tk Program: Small termcap program Program: tkshufflepod And then the Windows failed - and then I could not see to see - Emily Dickinson "I heard a Fly buzz - when I died"

15.0. Introduction Everything we use has a user interface: VCRs, computers, telephones, even books. Our programs have user interfaces: do we have to supply arguments on the command line? Can we drag and drop files into the program? Do we have to press Enter after every response we make, or can the program read a single keystroke at a time? This chapter won't discuss designing user interfaces: entire bookshelves are filled with books written on the subject. Instead, we'll focus on implementing user interfaces - parsing command-line arguments, reading a character at a time, writing anywhere on the screen, and writing a graphical user interface. The simplest user interface is what we'll call line mode interfaces. Line mode programs normally read lines at a time and write characters or entire lines. Filters like grep and utilities like mail exemplify this type of interface. We don't really talk much about this type of interface in this chapter, because so much of the rest of the book does. A more complex interface is what we'll call full-screen mode. Programs like vi, elm, and lynx have full-screen interfaces. They read single characters at a time and can write to any character position on the screen. We address this type of interface in Recipes Recipe 15.4, Recipe 15.6, Recipe 15.9, Recipe 15.10, and Recipe 15.11. The final class of interface is the GUI (graphical user interface). Programs with GUIs can address individual pixels, not just characters. GUIs often follow a windowing metaphor, in which a program creates windows that appear on the user's display device. The windows are filled with widgets, things like scrollbars to drag or buttons to click. Netscape Navigator provides a full graphical user interface, as does your window manager. Perl can use many GUI toolkits, but here we'll cover the Tk toolkit, since it's the most well-known and portable. See Recipes Recipe 15.14, Recipe 15.15, and Recipe 15.19. A program's user interface is different from the environment you run it in. Your environment determines the type of program you can run. If you're logged in through a terminal capable of full-screen I/O, you can run line mode applications but not GUI programs. Let's look briefly at the environments. Some environments only handle programs that have a bare line mode interface. This includes executing programs with backticks, over rsh, or from cron. Their simple interface allows them to be combined creatively and powerfully as reusable components in larger scripts. Line mode programs are wonderful for automation, because they don't rely on a keyboard or screen. They rely on only STDIN and STDOUT - if that. These are often the most portable programs because they use nothing but the basic I/O supported by virtually all systems. The typical login session, where you use a terminal with a screen and keyboard, permits both line mode and full-screen interfaces. Here the program with the full-screen interface talks to the terminal driver and has intimate knowledge of how to make the terminal write to various positions on the screen. To automate such a program you need to create a pseudo-terminal for the program to talk to, as shown in Recipe 15.13. Finally, some window systems let you run line mode and full-screen programs as well as programs that use a GUI. For instance, you can run grep (line-mode programs) from within vi (a full-screen program)

from an xterm window (a GUI program running in a window system environment). GUI programs are difficult to automate unless they provide an alternative interface through remote procedure calls. Toolkits exist for programming in full-screen and GUI environments. These toolkits (curses for full-screen programs; Tk for GUI programs) increase the portability of your programs by abstracting out system-specific details. A curses program can run on virtually any kind of terminal without the user worrying about which particular escape sequences they need to use. Tk programs will run unmodified on Unix and Windows systems - providing you don't use operating-system specific functions. There are other ways to interact with a user, most notably through the Web. We cover the Web in Chapters Chapter 19, CGI Programming and Chapter 20, Web Automation, so we make no further mention of it here. Previous: 14.11. Program: ggh - Grep Netscape Global History

Perl Cookbook

14.11. Program: ggh - Grep Netscape Global History

Book Index

Next: 15.1. Parsing Program Arguments

15.1. Parsing Program Arguments

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.0. Introduction

Chapter 15 User Interfaces

Next: 15.2. Testing Whether a Program Is Running Interactively

15.1. Parsing Program Arguments Problem You want to let users change your program's behavior by giving options on the command line. For instance, you want to allow the user to control the level of output that your program produces with a -v (verbose) option.

Solution Use the standard Getopt::Std module to permit single-character options: use Getopt::Std; # -v ARG, -D ARG, -o ARG, sets $opt_v, $opt_D, $opt_o getopt("vDo"); # -v ARG, -D ARG, -o ARG, sets $args{v}, $args{D}, $args{o} getopt("vDo", \%args); getopts("vDo:"); # -v, -D, -o ARG, sets $opt_v, $opt_D, $opt_o getopts("vDo:", \%args); # -v, -D, -o ARG, sets $args{v}, $args{D}, $args{o} Or, use the standard Getopt::Long module to permit named arguments: use Getopt::Long; GetOptions( "verbose" => \$verbose, "Debug" => \$debug, "output=s" => \$output );

# --verbose # --Debug # --output=string or --output=string

Discussion Most traditional programs like ls and rm take single-character options (also known as flags or switches), such as -l and -r. In the case of ls -l and rm -r, the argument is Boolean: either it is present or it isn't. Contrast this with gcc -o compiledfile source.c, where compiledfile is a value associated with the option -o. We can combine Boolean options into a single option in any order. For example: % rm -r -f /tmp/testdir Another way of saying this is: % rm -rf /tmp/testdir The Getopt::Std module, part of the standard Perl distribution, parses these types of traditional options. Its

getopt function takes a single string of characters, each corresponding to an option that takes a value, parses the command-line arguments stored in @ARGV, and sets a global variable for each option. For example, the value for the -D option will be stored in $opt_D. All options parsed though getopt are value options, not Boolean options. Getopt::Std also provides the getopts function, which lets you specify whether each option is Boolean or takes a value. Arguments that take a value, like the -o option to gcc, are indicated by a :, as in this code: use Getopt::Std; getopts("o:"); if ($opt_o) { print "Writing output to $opt_o"; } Both getopt and getopts can take a second argument, a reference to a hash. If present, option values are stored in $hash{X} instead of $opt_X: use Getopt::Std; %option = (); getopts("Do:", \%option); if ($option{D}) { print "Debugging mode enabled.\n"; } # if not set, set output to "-". opening "-" for writing # means STDOUT $option{o} = "-" unless defined $option{o}; print "Writing output to file $option{o}\n" unless $option{o} eq "-"; open(STDOUT, "> $option{o}") or die "Can't open $option{o} for output: $!\n"; You can specify some programs' options using full words instead of single characters. These options are (usually) indicated with two dashes instead of one: % gnutar --extract --file latest.tar The value for the - -file option could also be given with an equals sign: % gnutar --extract --file=latest.tar The Getopt::Long module's GetOptions function parses this style of options. It takes a hash whose keys are options and values are references to scalar variables: use Getopt::Long; GetOptions( "extract" => \$extract, "file=s" => \$file ); if ($extract) { print "I'm extracting.\n"; } die "I wish I had a file" unless defined $file;

print "Working on the file $file\n"; If a key in the hash is just an option name, it's a Boolean option. The corresponding variable will be set to false if the option wasn't given, or to 1 if it was. Getopt::Long provides fancier options than just the Boolean and value of Getopt::Std. Here's what the option specifier can look like: Specifier

Value? Comment

option

No

Given as - -option or not at all

option!

No

May be given as - -option or - -nooption

option=s Yes

Mandatory string parameter: - -option=somestring

option:s Yes

Optional string parameter: - -option or - -option=somestring

option=i Yes

Mandatory integer parameter: - -option=35

option:i Yes

Optional integer parameter: - -option or - -option=35

option=f Yes

Mandatory floating point parameter: - -option=3.141

option:f Yes

Optional floating point parameter: - -option or - -option=3.141

See Also The documentation for the standard Getopt::Long and Getopt::Std modules; examples of argument parsing by hand can be found in Recipe 1.5, Recipe 1.17, Recipe 6.22, Recipe 7.7, Recipe 8.19, and Recipe 15.12 Previous: 15.0. Introduction

15.0. Introduction

Perl Cookbook Book Index

Next: 15.2. Testing Whether a Program Is Running Interactively

15.2. Testing Whether a Program Is Running Interactively

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.1. Parsing Program Arguments

Chapter 15 User Interfaces

Next: 15.3. Clearing the Screen

15.2. Testing Whether a Program Is Running Interactively Problem You want to know whether your program is being called interactively or not. For instance, a user running your program from a shell is interactive, whereas the program being called from cron is not.

Solution Use -t to test STDIN and STDOUT: sub I_am_interactive { return -t STDIN && -t STDOUT; } If you're on a POSIX system, test process groups: use POSIX qw/getpgrp tcgetpgrp/; sub I_am_interactive { local *TTY; # local file handle open(TTY, "/dev/tty") or die "can't open /dev/tty: $!"; my $tpgrp = tcgetpgrp(fileno(TTY)); my $pgrp = getpgrp(); close TTY; return ($tpgrp == $pgrp); }

Discussion The -t operator tells whether the filehandle or file is a tty device. Such devices are signs of interactive use. This only tells you whether your program has been redirected. Running your program from the shell and redirecting STDIN and STDOUT makes the -t version of I_am_interactive return false. Called from cron, I_am_interactive also returns false. The POSIX test tells you whether your program has exclusive control over its tty. A program whose

input and output has been redirected still can control its tty if it wants to, so the POSIX version of I_am_interactive returns true. A program run from cron has no tty, so I_am_interactive returns false. Whichever I_am_interactive you choose to use, here's how you'd call it: while (1) { if (I_am_interactive()) { print "Prompt: "; } $line = ; last unless defined $line; # do something with the line } Or, more clearly: sub prompt { print "Prompt: " if I_am_interactive() } for (prompt(); $line = ; prompt()) { # do something with the line }

See Also The documentation for the standard POSIX module, also in Chapter 7 of Programming Perl; the -t file-test operator in Chapter 3 of Programming Perl and in perlop (1) Previous: 15.1. Parsing Program Arguments

15.1. Parsing Program Arguments

Perl Cookbook Book Index

Next: 15.3. Clearing the Screen

15.3. Clearing the Screen

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.2. Testing Whether a Program Is Running Interactively

Chapter 15 User Interfaces

Next: 15.4. Determining Terminal or Window Size

15.3. Clearing the Screen Problem You want to clear the screen.

Solution Use the Term::Cap module to send the appropriate character sequence. Use POSIX Termios to get the output speed of the terminal (or guess 9600 bps). Use eval to trap errors that may arise using POSIX Termios:: use Term::Cap; $OSPEED = 9600; eval { require POSIX; my $termios = POSIX::Termios->new(); $termios->getattr; $OSPEED = $termios->getospeed; }; $terminal = Term::Cap->Tgetent({OSPEED=>$OSPEED}); $terminal->Tputs('cl', 1, STDOUT); Or, just run the clear command: system("clear");

Discussion If you clear the screen a lot, cache the return value from the termcap or clear command: $clear = $terminal->Tputs('cl'); $clear = `clear`; Then you can clear the screen a hundred times without running clear a hundred times:

print $clear;

See Also Your system's clear (1) and termcap (5) manpages (if you have them); the documentation for the standard module Term::Cap module, also in Chapter 7 of Programming Perl; the documentation for the Term::Lib module from CPAN Previous: 15.2. Testing Whether a Program Is Running Interactively

Perl Cookbook

15.2. Testing Whether a Program Is Running Interactively

Book Index

Next: 15.4. Determining Terminal or Window Size

15.4. Determining Terminal or Window Size

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.3. Clearing the Screen

Chapter 15 User Interfaces

Next: 15.5. Changing Text Color

15.4. Determining Terminal or Window Size Problem You need to know the size of the terminal or window. For instance, you want to format text so that it doesn't pass the right-hand boundary of the screen.

Solution Either use the ioctl described in Recipe 12.14, or else use the CPAN module Term::ReadKey: use Term::ReadKey; ($wchar, $hchar, $wpixels, $hpixels) = GetTerminalSize();

Discussion GetTerminalSize returns four elements: the width and height in characters and the width and height in pixels. If the operation is unsupported for the output device (for instance, if output has been redirected to a file), it returns an empty list. Here's how you'd graph the contents of @values, assuming no value is less than 0: use Term::ReadKey; ($width) = GetTerminalSize(); die "You must have at least 10 characters" unless $width >= 10; $max = 0; foreach (@values) { $max = $_ if $max < $_; } $ratio = ($width-10)/$max; # chars per unit foreach (@values) { printf("%8.1f %s\n", $_, "*" x ($ratio*$_)); }

See Also The documentation for the Term::ReadKey module from CPAN; Recipe 12.14 Previous: 15.3. Clearing the Screen

15.3. Clearing the Screen

Perl Cookbook

Next: 15.5. Changing Text Color

Book Index

15.5. Changing Text Color

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.4. Determining Terminal or Window Size

Chapter 15 User Interfaces

Next: 15.6. Reading from the Keyboard

15.5. Changing Text Color Problem You want text to appear in different colors on the screen. For instance, you want to emphasize a mode line or highlight an error message.

Solution Use the CPAN module Term::ANSIColor to send the ANSI color-change sequences to the user's terminal: use Term::ANSIColor; print color("red"), "Danger, Will Robinson!\n", color("reset"); print "This is just normal text.\n"; print colored("Do you hurt yet?", "blink"); Or, you can use convenience functions from Term::ANSIColor: use Term::ANSIColor qw(:constants); print RED, "Danger, Will Robinson!\n", RESET;

Discussion Term::ANSIColor prepares escape sequences that some (but far from all) terminals will recognize. For example, if you normally launch a color-xterm, this recipe will work. If you normally use the normal xterm program, or have a vt100 in your kitchen, it won't. There are two ways of using the module: either by calling the exported functions color($attribute) and colored($text, $attribute), or by using convenience functions like BOLD, BLUE, and RESET. Attributes can be a combination of colors and controls. The colors are black, red, green, yellow, blue, magenta, on_block, on_red, on_green, on_yellow, on_blue, on_magenta, on_cyan, and on_white. (Apparently orange and purple don't matter.) The controls are clear, reset, bold, underline, underscore, blink, reverse, and concealed. Clear and reset are synonyms, as are underline and underscore. Reset

restores the colors to the way they were when the program started, and concealed makes foreground and background colors the same. You can combine attributes: # rhyme for the deadly coral snake print color("red on_black"), "venom lack\n"; print color("red on_yellow"), "kill that fellow\n"; print color("green on_cyan blink"), "garish!\n"; print color("reset"); We could have written this as: print colored("venom lack\n", "red", on_black"); print colored("kill that fellow\n", "red", "on_yellow"); print colored("garish!\n", "green", "on_cyan", "blink"); or as: use Term::ANSIColor qw(:constants); print print print print

BLACK, ON_WHITE, "black on white\n"; WHITE, ON_BLACK, "white on black\n"; GREEN, ON_CYAN, BLINK, "garish!\n"; RESET;

Here, BLACK is a function exported from Term::ANSIColor. It's important to print RESET or color("reset") at the end of your program if you're not calling colored for everything. Failure to reset your terminal will leave it displaying odd colors. You may want to use: END { print color("reset") } to ensure the colors will be reset when your program finishes. Attributes that span lines of text can confuse some programs or devices. If this becomes a problem, either manually set the attributes at the start of each line, or use colored after setting the variable $Term::ANSIColor::EACHLINE to the line terminator: $Term::ANSIColor::EACHLINE = $/; print colored(setcc(VTIME, 1); $term->setattr($fd_stdin, TCSANOW); } sub cooked { $term->setlflag($oterm);

$term->setcc(VTIME, 0); $term->setattr($fd_stdin, TCSANOW); } sub readkey { my $key = ''; cbreak(); sysread(STDIN, $key, 1); cooked(); return $key; } END { cooked() } 1;

See Also POSIX Programmer's Guide, by Donald Lewine; O'Reilly & Associates (1991); the documentation for the standard POSIX module, also in Chapter 7 of Programming Perl; Recipe 15.6; Recipe 15.9 Previous: 15.7. Ringing the Terminal Bell

Perl Cookbook

15.7. Ringing the Terminal Bell

Book Index

Next: 15.9. Checking for Waiting Input

15.9. Checking for Waiting Input

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.8. Using POSIX termios

Chapter 15 User Interfaces

Next: 15.10. Reading Passwords

15.9. Checking for Waiting Input Problem You want to know whether keyboard input is waiting without actually reading it.

Solution Use the CPAN module Term::ReadKey, and try to read a key in non-blocking mode by passing it an argument of -1: use Term::ReadKey; ReadMode ('cbreak'); if (defined ($char = ReadKey(-1)) ) { # input was waiting and it was $char } else { # no input was waiting } ReadMode ('normal');

# restore normal tty settings

Discussion The -1 parameter to ReadKey indicates a non-blocking read of a character. If no character is available, ReadKey returns undef.

See Also The documentation for the Term::ReadKey module from CPAN; Recipe 15.6 Previous: 15.8. Using POSIX termios

15.8. Using POSIX termios

Perl Cookbook Book Index

Next: 15.10. Reading Passwords

15.10. Reading Passwords

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.9. Checking for Waiting Input

Chapter 15 User Interfaces

Next: 15.11. Editing Input

15.10. Reading Passwords Problem You want to read input from the keyboard without the keystrokes being echoed on the screen. For instance, you want to read passwords as passwd does, i.e. without displaying the user's password.

Solution Use the CPAN module Term::ReadKey, set the input mode to noecho, and then use ReadLine: use Term::ReadKey; ReadMode('noecho'); $password = ReadLine(0);

Discussion Example 15.3 shows how to verify a user's password. If your system uses shadow passwords, only the superuser can get the encrypted form of the password with getpwuid. Everyone else just gets * as the password field of the database, which is useless for verifying passwords. Example 15.3: checkuser #!/usr/bin/perl -w # checkuser - demonstrates reading and checking a user's password use Term::ReadKey; print "Enter your password: "; ReadMode 'noecho'; $password = ReadLine 0; chomp $password; ReadMode 'normal'; print "\n";

($username, $encrypted) = ( getpwuid $< )[0,1]; if (crypt($password, $encrypted) ne $encrypted) { die "You are not $username\n"; } else { print "Welcome, $username\n"; }

See Also The documentation for the Term::ReadKey module from CPAN; the crypt and getpwuid functions in Chapter 3 of Programming Perl and in perlfunc (1), which demonstrate using the stty (1) command; your system's crypt (3) and passwd (5) manpages (if you have them) Previous: 15.9. Checking for Waiting Input

15.9. Checking for Waiting Input

Perl Cookbook Book Index

Next: 15.11. Editing Input

15.11. Editing Input

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.10. Reading Passwords

Chapter 15 User Interfaces

Next: 15.12. Managing the Screen

15.11. Editing Input Problem You want a user to be able to edit a line before sending it to you for reading.

Solution Use the standard Term::ReadLine library along with the Term::ReadLine::Gnu module from CPAN: use Term::ReadLine; $term = Term::ReadLine->new("APP DESCRIPTION"); $OUT = $term->OUT || *STDOUT; $term->addhistory($fake_line); $line = $term->readline(PROMPT); print $OUT "Any program output\n";

Discussion The program in Example 15.4 acts as a crude shell. It reads a line and passes it to the shell to execute. The readline method reads a line from the terminal, with editing and history recall. It automatically adds the user's line to the history. Example 15.4: vbsh #!/usr/bin/perl -w # vbsh - very bad shell use strict; use Term::ReadLine; use POSIX qw(:sys_wait_h); my $term = Term::ReadLine->new("Simple Shell");

my $OUT = $term->OUT() || *STDOUT; my $cmd; while (defined ($cmd = $term->readline('$ ') )) { my @output = `$cmd`; my $exit_value = $? >> 8; my $signal_num = $? & 127; my $dumped_core = $? & 128; printf $OUT "Program terminated with status %d from signal %d%s\n", $exit_value, $signal_num, $dumped_core ? " (core dumped)" : ""; print @output; $term->addhistory($cmd); } If you want to seed the history with your own functions, use the addhistory method: $term->addhistory($seed_line); You can't seed with more than one line at a time. To remove a line from the history, use the remove_history method, which takes an index into the history list. 0 is the first (least recent) entry, 1 the second, and so on up to the most recent history lines. $term->remove_history($line_number); To get a list of history lines, use the GetHistory method, which returns a list of the lines: @history = $term->GetHistory;

See Also The documentation for the standard Term::ReadLine module and the Term::ReadLine::Gnu from CPAN Previous: 15.10. Reading Passwords

Perl Cookbook

15.10. Reading Passwords

Book Index

Next: 15.12. Managing the Screen

15.12. Managing the Screen

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.11. Editing Input

Chapter 15 User Interfaces

Next: 15.13. Controlling Another Program with Expect

15.12. Managing the Screen Problem You want to control the screen layout or highlighting, detect when special keys are pressed, or present full-screen menus, but you don't want to think about what kind of display device the user has.

Solution Use the Curses module from CPAN, which makes use of your native curses (3) library.

Description The curses library provides easy access to the full screen display in an efficient and device-independent fashion. (By display, we mean any cursor-addressable monitor.) With Curses, you write high-level code to put data on the logical display, building it up character by character or string by string. When you want output to show up, call the refresh function. The library generates output consisting only of the changes on the virtual display since the last call to refresh. This is particularly appreciated on a slow connection. The example program in Example 15.5, called rep, demonstrates this. Call it with arguments of the program to run, like any of these: % rep ps aux % rep netstat % rep -2.5 lpq The rep script will repeatedly call the listed command, printing its output to the screen, updating only what has changed since the previous run. This is most effective when the changes between runs are small. It maintains the current date in reverse video at the bottom-right corner of your screen. By default, rep waits 10 seconds before rerunning the command. You can change this delay period by calling it an optional number of seconds (which can be a decimal number) as shown above when calling lpq. You may also hit any key during the pause for it to run the command right then. Example 15.5: rep #!/usr/bin/perl -w # rep - screen repeat command use strict;

use Curses; my $timeout = 10; if (@ARGV && $ARGV[0] =~ /^-(\d+\.?\d*)$/) { $timeout = $1; shift; } die "usage: $0 [ -timeout ] cmd args\n" unless @ARGV; initscr(); noecho(); cbreak(); nodelay(1);

# start screen

# so getch() is non-blocking

$SIG{INT} = sub { done("Ouch!") }; sub done { endwin(); print "@_\n"; exit; } while (1) { while ((my $key = getch()) ne ERR) { # maybe multiple keys done("See ya") if $key eq 'q' } my @data = `(@ARGV) 2>&1`; # gather output+errors for (my $i = 0; $i < $LINES; $i++) { addstr($i, 0, $data[$i] || ' ' x $COLS); } standout(); addstr($LINES-1, $COLS - 24, scalar localtime); standend(); move(0,0); refresh();

# flush new output to display

my ($in, $out) = ('', ''); vec($in,fileno(STDIN),1) = 1; # look for key on stdin select($out = $in,undef,undef,$timeout);# wait up to this long } Curses lets you tell whether the user typed one of the arrow keys or those other funny keys, like HOME or INSERT. This is normally difficult, because those keys send multiple bytes. With Curses, it's easy: keypad(1); # enable keypad mode $key = getch(); if ($key eq 'k' || # vi mode $key eq "\cP" || # emacs mode $key eq KEY_UP) # arrow mode {

# do something } Other Curses functions let you read the text at particular screen coordinates, control highlighting and standout mode, and even manage multiple windows. The perlmenu module, also from CPAN, is built on top of the lower-level Curses module. It provides high-level access to menus and fill-out forms. Here's a sample form from the perlmenu distribution: Template Entry Demonstration Address Data Example

Record # ___

Name: [________________________________________________] Addr: [________________________________________________] City: [__________________] State: [__] Zip: [\\\\\] Phone: (\\\) \\\-\\\\

Password: [^^^^^^^^]

Enter all information available. Edit fields with left/right arrow keys or "delete". Switch fields with "Tab" or up/down arrow keys. Indicate completion by pressing "Return". Refresh screen with "Control-L". Abort this demo here with "Control-X". The user types in the areas indicated, with regular text indicated by underline fields, numeric data by backslashed fields, and starred-out data with circumflexed fields. This is reminiscent of Perl's formats, except that forms are used for output, not input.

See Also Your system's curses (3) manpage (if you have it); the documentation for the Curses and the perlmenu modules from CPAN; the section on "Formats" in Chapter 2 of Programming Perl, or perlform (1); Recipe 3.10 Previous: 15.11. Editing Input

15.11. Editing Input

Perl Cookbook Book Index

Next: 15.13. Controlling Another Program with Expect

15.13. Controlling Another Program with Expect

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.12. Managing the Screen

Chapter 15 User Interfaces

Next: 15.14. Creating Menus with Tk

15.13. Controlling Another Program with Expect Problem You want to automate interaction with a full-screen program that expects to have a terminal behind STDIN and STDOUT.

Solution Use the Expect module from CPAN: use Expect; $command = Expect->spawn("program to run") or die "Couldn't start program: $!\n"; # prevent the program's output from being shown on our STDOUT $command->log_stdout(0); # wait 10 seconds for "Password:" to appear unless ($command->expect(10, "Password")) { # timed out } # wait 20 seconds for something that matches /[lL]ogin: ?/ unless ($command->expect(20, -re => '[lL]ogin: ?')) { # timed out } # wait forever for "invalid" to appear unless ($command->expect(undef, "invalid")) { # error occurred; the program probably went away } # send "Hello, world" and a carriage return to the program print $command "Hello, world\r";

# if the program will terminate by itself, finish up with $command->soft_close(); # if the program must be explicitly killed, finish up with $command->hard_close();

Discussion This module requires two other modules from CPAN: IO::Pty and IO::Stty. It sets up a pseudo-terminal to interact with programs that insist on using talking to the terminal device driver. People often use this for talking to passwd to change passwords. telnet (Net::Telnet, described in Recipe 18.6, is probably more suitable and portable) and ftp are also programs that expect a real tty. Start the program you want to run with Expect->spawn, passing a program name and arguments either in a single string or as a list. Expect starts the program and returns an object representing that program, or undef if the program couldn't be started. To wait for the program to emit a particular string, use the expect method. Its first argument is the number of seconds to wait for the string, or undef to wait forever. To wait for a string, give that string as the second argument to expect. To wait for a regular expression, give "-re" as the second argument and a string containing the pattern as the third argument. You can give further strings or patterns to wait for: $which = $command->expect(30, "invalid", "succes", "error", "boom"); if ($which) { # found one of those strings } In scalar context, expect returns the number of arguments it matched. In the example above, expect would return 1 if the program emitted "invalid", 2 if it emitted "succes", and so on. If none of the patterns or strings matches, expect returns false. In list context, expect returns a five-element list. The first element is the number of the pattern or string that matched, the same as its return value in scalar context. The second argument is a string indicating why expect returned. If there were no error, the second argument will be undef. Possible errors are "1:TIMEOUT", "2:EOF", "3:spawn id(...)died" and "4:...". (See the Expect (3) manpage for the precise meaning of these messages.) The third argument of expect's return list is the string matched. The fourth argument is text before the match, and the fifth argument is text after the match. Sending input to the program you're controlling with Expect is as simple as using print. The only catch is that terminals, devices, and sockets all vary in what they send and expect as the line terminator - we've left the sanctuary of the C standard I/O library, so the behind-the-scenes conversion to "\n" isn't taking place. We recommend trying "\r" at first. If that doesn't work, try "\n" and "\r\n". When you're finished with the spawned program, you have three options. One, you can continue with your main program, and the spawned program will be forcibly killed when the main program ends. This

will accumulate processes, though. Two, if you know the spawned program will terminate normally either when it has finished sending you output or because you told it to stop - for example, telnet after you exit the remote shell - call the soft_close method. If the spawned program could continue forever, like tail -f, then use the hard_close method; this kills the spawned program.

See Also The documentation for the Expect, IO::Pty, and IO::Stty modules from CPAN; Exploring Expect, by Don Libes, O'Reilly & Associates (1995). Previous: 15.12. Managing the Screen

Perl Cookbook

Next: 15.14. Creating Menus with Tk

15.12. Managing the Screen

Book Index

15.14. Creating Menus with Tk

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.13. Controlling Another Program with Expect

Chapter 15 User Interfaces

Next: 15.15. Creating Dialog Boxes with Tk

15.14. Creating Menus with Tk Problem You want to create a window that has a menu bar at the top.

Solution Use the Tk Menubutton and Frame widgets: use Tk; $main = MainWindow->new(); # Create a horizontal space at the top of the window for the # menu to live in. $menubar = $main->Frame(-relief => "raised", -borderwidth => 2) ->pack (-anchor => "nw", -fill => "x"); # Create a button labeled "File" that brings $file_menu = $menubar->Menubutton(-text -underline ->pack (-side # Create entries in the "File" menu $file_menu->command(-label => "Print", -command => \&Print);

up => => =>

This is considerably easier if you use the -menuitems shortcut: $file_menu = $menubar->Menubutton(-text => -underline => -menuitems => [ Button => "Print",-command => [ Button => "Save",-command => ->pack(-side =>

a menu "File", 1) "left" );

"File", 1, [ \&Print ], \&Save ] ]) "left");

Discussion Menus in applications can be viewed as four separate components working together: Frames, Menubuttons, Menus, and Menu Entries. The Frame is the horizontal bar at the top of the window that the menu resides in (the menubar). Inside the Frame are a set of Menubuttons, corresponding to Menus: File, Edit, Format, Buffers, and so on. When the user clicks on a Menubutton, the Menubutton brings up the corresponding Menu, a vertically arranged list of Menu Entries. Options on a Menu are labels (Open, for example) or separators (horizontal lines dividing one set of entries from another in a single menu). The command entry, like Print in the File menu above, has code associated with it. When the entry is selected, the command is run by invoking the callback. These are the most common: $file_menu->command(-label => "Quit Immediately", -command => sub { exit } ); Separators don't have any action associated with them: $file_menu->separator(); A checkbutton menu entry has an on value, an off value, and a variable associated with it. If the variable has the on value, the checkbutton menu entry has a check beside its label. If the variable has the off value, it does not. Selecting the entry on the menu toggles the state of the variable. $options_menu->checkbutton(-label => "Create Debugging File", -variable => \$debug, -onvalue => 1, -offvalue => 0); A group of radiobuttons is associated with a single variable. Only one radiobutton associated with that variable can be on at any time. Selecting a radiobutton gives the variable the value associated with it: $debug_menu->radiobutton(-label => "Level 1", -variable => \$log_level, -value => 1); $debug_menu->radiobutton(-label => "Level 2", -variable => \$log_level, -value => 2); $debug_menu->radiobutton(-label => "Level 3", -variable => \$log_level, -value => 3); Create nested menus with the cascade menu entry. For instance, under Netscape Navigator, the File menu button at the left has a cascade menu entry New that brings up a selection of new windows. Creating a cascading menu entry is trickier than creating the other menu entries. You must create a cascade menu entry, fetch the new menu associated with that menu entry, and create entries on that new menu.

# step 1: create the cascading menu entry $format_menu->cascade (-label => "Font"); # step 2: get the new Menu we just made $font_menu = $format_menu->cget("-menu"); # step 3: populate that Menu $font_menu->radiobutton

$font_menu->radiobutton

(-label -variable -value (-label -variable -value

=> => => => => =>

"Courier", \$font_name, "courier"); "Times Roman", \$font_name, "times");

A tear-off menu entry lets the user move the menu that it is on. By default, all Menubuttons and cascade menu entries make Menus that have a tear-off entry at the top of them. To create Menus without that default, use the -tearoff option: $format_menu = $menubar->Menubutton(-text => "Format", -underline => 1 -tearoff => 0) ->pack; $font_menu

= $format_menu->cascade(-label -tearoff

=> "Font", => 0);

The -menuitems option to Menubutton is a shorthand for creating these menubuttons. Pass it an array reference representing the options on the Menubutton. Each option is itself an anonymous array. The first two elements of the option array are the button type ("command", "radiobutton", "checkbutton", "cascade", or "tearoff") and the menu name. Here's how to use menuitems to make an Edit menu: my $f = $menubar->Menubutton(-text => "Edit", -underline => 0, -menuitems => [ [Button => 'Copy', -command => \&edit_copy ], [Button => 'Cut', -command => \&edit_cut ], [Button => 'Paste', -command => \&edit_paste ], [Button => 'Delete', -command => \&edit_delete ], [Separator => ''], [Cascade => 'Object ...', -tearoff => 0, -menuitems => [ [ Button => "Circle", -command => \&edit_circle ], [ Button => "Square", -command => \&edit_square ], [ Button => "Point", -command => \&edit_point ] ] ], ])->grid(-row => 0, -column => 0, -sticky => 'w');

See Also The documentation for the Tk module from CPAN Previous: 15.13. Controlling Another Program with Expect

15.13. Controlling Another Program with Expect

Perl Cookbook Book Index

Next: 15.15. Creating Dialog Boxes with Tk

15.15. Creating Dialog Boxes with Tk

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.14. Creating Menus with Tk

Chapter 15 User Interfaces

Next: 15.16. Responding to Tk Resize Events

15.15. Creating Dialog Boxes with Tk Problem You want to create a dialog box, i.e., a new top-level window with buttons to make the window go away. The dialog box might also have other items, such as labels and text entry widgets for creating a fill-out form. You could use such a dialog box to collect registration information, and you want it to go away when registration is sent or if the user chooses not to register.

Solution For simple jobs, use the Tk::DialogBox widget: use Tk::DialogBox; $dialog = $main->DialogBox( -title => "Register This Program", -buttons => [ "Register", "Cancel" ] ); # add widgets to the dialog box with $dialog->Add() # later, when you need to display the dialog box $button = $dialog->Show(); if ($button eq "Register") { # ... } elsif ($button eq "Cancel") { # ... } else { # this shouldn't happen }

Discussion A DialogBox has two parts: the bottom is a set of buttons, and the top has the widgets of your choosing. Showing a DialogBox pops it up and returns the button the user selected. Example 15.6 contains a complete program demonstrating the DialogBox. Example 15.6: tksample3

#!/usr/bin/perl -w # tksample3 - demonstrate dialog boxes use Tk; use Tk::DialogBox; $main = MainWindow->new(); $dialog = $main->DialogBox( -title => "Register", -buttons => [ "Register", "Cancel" ], ); # the top part of the dialog box will let people enter their names, # with a Label as a prompt $dialog->add("Label", -text => "Name")->pack(); $entry = $dialog->add("Entry", -width => 35)->pack(); # we bring up the dialog box with a button $main->Button( -text => "Click Here For Registration Form", -command => \®ister) ->pack(-side => "left"); $main->Button( -text => "Quit", -command => sub { exit } ) ->pack(-side => "left"); MainLoop; # # register # # Called to pop up the registration dialog box # sub register { my $button; my $done = 0; do { # show the dialog $button = $dialog->Show; # act based on what button they pushed if ($button eq "Register") { my $name = $entry->get; if (defined($name) && length($name)) { print "Welcome to the fold, $name\n"; $done = 1; } else {

print "You didn't give me your name!\n"; } } else { print "Sorry you decided not to register.\n"; $done = 1; } } until $done; } The top part of this DialogBox has two widgets: a label and a text entry. To collect more information from the user, we'd have more labels and text entries. A common use of dialog boxes is to display error messages or warnings. The program in Example 15.7 demonstrates how to display Perl's warn function in a DialogBox. Example 15.7: tksample4 #!/usr/bin/perl -w # tksample4 - popup dialog boxes for warnings use Tk; use Tk::DialogBox; my $main; # set up a warning handler that displays the warning in a Tk dialog box BEGIN { $SIG{__WARN__} = sub { if (defined $main) { my $dialog = $main->DialogBox( -title => "Warning", -buttons => [ "Acknowledge" ]); $dialog->add("Label", -text => $_[0])->pack; $dialog->Show; } else { print STDOUT join("\n", @_), "n"; } }; } # your program goes here $main = MainWindow->new(); $main->Button( -text => "Make A Warning", -command => \&make_warning) ->pack(-side => "left"); $main->Button( -text => "Quit", -command => sub { exit } ) ->pack(-side => "left");

MainLoop; # dummy subroutine to generate a warning sub make_warning { my $a; my $b = 2 * $a; }

See Also The Tk::DialogBox manpage in the documentation for the Tk module from CPAN; the menu (n) manpage (if you have it) Previous: 15.14. Creating Menus with Tk

15.14. Creating Menus with Tk

Perl Cookbook Book Index

Next: 15.16. Responding to Tk Resize Events

15.16. Responding to Tk Resize Events

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.15. Creating Dialog Boxes with Tk

Chapter 15 User Interfaces

Next: 15.17. Removing the DOS Shell Window with Windows Perl/Tk

15.16. Responding to Tk Resize Events Problem You've written a Tk program, but your widget layout goes awry when the user resizes their window.

Solution You can prevent the user from resizing the window by intercepting the Configure event: use Tk; $main = MainWindow->new(); $main->bind('' => sub { $xe = $main->XEvent; $main->maxsize($xe->w, $xe->h); $main->minsize($xe->w, $xe->h); }); Or you can use pack to control how each widget resizes and expands when the user resizes its container: $widget->pack( -fill => "both", -expand => 1 ); $widget->pack( -fill => "x", -expand => 1 );

Discussion By default, packed widgets resize if their container changes size - they don't scale themselves or their contents to the new size. This can lead to empty space between widgets, or cropped or cramped widgets if the user resizes the window. One solution is to prevent resizing. We bind to the event, which is sent when a widget's size or position changes, registering a callback to reset the window's size. This is how you'd ensure a popup error-message box couldn't be resized. You often want to let the user resize the application's windows. You must then define how each widget will react. Do this through the arguments to the pack method: -fill controls the dimensions the

widget will resize in, and -expand controls whether the widget's size will change to match available space. The -expand option takes a Boolean value, true or false. The -fill option takes a string indicating the dimensions the widget can claim space in: "x", "y", "both", or "none". The solution requires both options. Without -fill, -expand won't claim space to grow into. Without -expand , -fill will claim empty space but won't expand in it. Different parts of your application will behave differently. The main area of a web browser, for example, should probably change size in both dimensions when the window is resized. You'd pack the widget like this: $mainarea->pack( -fill => "both", -expand => 1); The menubar above the main area, though, should expand horizontally but not vertically. You'd pack the widget thus: $menubar->pack( -fill => "x", -expand => 1 ); Associated with resizing is the need to anchor a widget to part of its container. Here's how you'd anchor the menubar to the top left corner of its container when you call pack: $menubar->pack (-fill => "x", -expand => 1, -anchor => "nw" ); Now when you resize it, the menubar stays at the top of the window where it belongs, instead of being centered in wide open space.

See Also The pack (n), XEvent (3), and XConfigureEvent (3) manpages (if you have them); Tcl and the Tk Toolkit, by John Ousterhout, Addison-Wesley (1994) Previous: 15.15. Creating Dialog Boxes with Tk

15.15. Creating Dialog Boxes with Tk

Perl Cookbook Book Index

Next: 15.17. Removing the DOS Shell Window with Windows Perl/Tk

15.17. Removing the DOS Shell Window with Windows Perl/Tk

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.16. Responding to Tk Resize Events

Chapter 15 User Interfaces

Next: 15.18. Program: Small termcap program

15.17. Removing the DOS Shell Window with Windows Perl/Tk Problem You have written a Perl program for the Windows port of Perl and Tk, but you get a DOS shell window every time you start your program.

Solution Start your program through another Perl script. The Perl script in Example 15.8 is a loader that starts realprogram without the DOS window. Example 15.8: loader #!/usr/bin/perl -w # loader - starts Perl scripts without the annoying DOS window use strict; use Win32; use Win32::Process; # Create the process object. Win32::Process::Create($Win32::Process::Create::ProcessObj, 'C:/perl5/bin/perl.exe', # Whereabouts of Perl 'perl realprogram', # 0, # Don't inherit. DETACHED_PROCESS, # ".") or # current dir. die print_error(); sub print_error() { return Win32::FormatMessage( Win32::GetLastError() ); }

Description This program isn't as cryptic as it looks. You get the DOS box because your Perl binary was compiled as a console application. It needs a DOS window open to read STDIN and write STDOUT. This is fine for command-line applications, but there's no need for it if you're using Tk for all your user interaction. This loader uses the Win32::Process module to run the real program in a new process. The process is detached from the current one, so when the loader ends, its DOS window will go away. Your real program will continue on in glorious freedom without the shackles of the past. Should trouble strike and your real program not load, the loader dies with the Windows error message.

See Also The documentation for the Win32::Process module, which is included with distributions of Perl destined for Microsoft systems Previous: 15.16. Responding to Tk Resize Events

15.16. Responding to Tk Resize Events

Perl Cookbook Book Index

Next: 15.18. Program: Small termcap program

15.18. Program: Small termcap program

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.17. Removing the DOS Shell Window with Windows Perl/Tk

Chapter 15 User Interfaces

Next: 15.19. Program: tkshufflepod

15.18. Program: Small termcap program Description This program clears your screen and scribbles all over it until you interrupt it. It shows how to use Term::Cap to clear the screen, move the cursor, and write anywhere on the screen. It also uses Recipe 16.6. The program text is shown in Example 15.9. Example 15.9: tcapdemo #!/usr/bin/perl -w # tcapdemo - show off direct cursor placement use POSIX; use Term::Cap; init(); zip(); finish(); exit();

# Initialize Term::Cap. # Bounce lines around the screen. # Clean up afterward.

# Two convenience functions. clear_screen is obvious, and # clear_end clears to the end of the screen. sub clear_screen { $tcap->Tputs('cl', 1, *STDOUT) } sub clear_end { $tcap->Tputs('cd', 1, *STDOUT) } # Move the cursor to a particular location. sub gotoxy { my($x, $y) = @_; $tcap->Tgoto('cm', $x, $y, *STDOUT); } # Get the terminal speed through the POSIX module and use that # to initialize Term::Cap. sub init { $| = 1; $delay = (shift() || 0) * 0.005; my $termios = POSIX::Termios->new();

$termios->getattr; my $ospeed = $termios->getospeed; $tcap = Term::Cap->Tgetent ({ TERM => undef, OSPEED => $ospeed }); $tcap->Trequire(qw(cl cm cd)); } # Bounce lines around the screen until the user interrupts with # Ctrl-C. sub zip { clear_screen(); ($maxrow, $maxcol) = ($tcap->{_li} - 1, $tcap->{_co} - 1); @chars = qw(* - / | \ _ ); sub circle { push(@chars, shift @chars); } $interrupted = 0; $SIG{INT} = sub { ++$interrupted }; $col = $row = 0; ($row_sign, $col_sign) = (1,1); do { gotoxy($col, $row); print $chars[0]; select(undef, undef, undef, $delay); $row += $row_sign; $col += $col_sign; if ($row == $maxrow) { $row_sign = -1; circle; } elsif ($row == 0 ) { $row_sign = +1; circle; } if ($col == $maxcol) { $col_sign = -1; circle; } elsif ($col == 0 ) { $col_sign = +1; circle; } } until $interrupted; } # Clean up the screen. sub finish { gotoxy(0, $maxrow); clear_end(); } This is what it looks like in mid-run: * _ * _ \ * _ \ * \

|

\

-

- /

| /

| \

- *

-

/

-

/ | |

/

| /

|

\ -

* *

_ * _

\ *

\

*

-

*

\

*

\ \ *

*

*

- * * -

* -

/

| / /

|

/

/ /

-

| /

-

| /

-

|

-

/ | / | /

/ /

\ | \

-

|

/

|

-

|

/

|

- \

|

/

/

|

\ \ - \

-

/

/

|

-

* *

|

\

*

|

\

*

|

-

* *

|

-

* *

| /

/ | |

/ /

* \

* \

* \

* \

* \

* \

* \ \ \ \ _ _

See Also termcap (5) (if you have it); the documentation for the standard Term::Cap module Previous: 15.17. Removing the DOS Shell Window with Windows Perl/Tk

15.17. Removing the DOS Shell Window with Windows Perl/Tk

Perl Cookbook Book Index

Next: 15.19. Program: tkshufflepod

15.19. Program: tkshufflepod

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.18. Program: Small termcap program

Chapter 15 User Interfaces

Next: 16. Process Management and Communication

15.19. Program: tkshufflepod This short program uses Tk to list the =head1 sections in the file using the Listbox widget, and it lets you drag the sections around to reorder them. When you're done, press "s" or "q" to save or quit. You can even double-click on a section to view it with the Pod widget. It writes the section text to a temporary file in /tmp and removes the file when the Pod widget is destroyed. Call it with the name of the Pod file to view: % tkshufflepod chap15.pod We used this a lot when we wrote this book. The program text is shown in Example 15.10. Example 15.10: tkshufflepod #!/usr/bin/perl -w # tkshufflepod - reorder =head1 sections in a pod file use Tk; use strict; # declare variables my my my my my my

$podfile; # name of the file to open $m; # main window $l; # listbox ($up, $down); # positions to move @sections; # list of pod sections $all_pod; # text of pod file (used when reading)

# read the pod file into memory, and split it into sections. $podfile = shift || "-"; undef $/; open(F, "< $podfile") or die "Can't open $podfile : $!\n";

$all_pod = ; close(F); @sections = split(/(?==head1)/, $all_pod); # turn @sections into an array of anonymous arrays. The first element # in each of these arrays is the original text of the message, while # the second element is the text following =head1 (the section title). foreach (@sections) { /(.*)/; $_ = [ $_, $1 ]; } # fire up Tk and display the list of sections. $m = MainWindow->new(); $l = $m->Listbox('-width' => 60)->pack('-expand' => 1, '-fill' => 'both'); foreach my $section (@sections) { $l->insert("end", $section->[1]); } # permit dragging by binding to the Listbox widget. $l->bind( '' => \&down ); $l->bind( '' => \&up ); # permit viewing by binding double-click $l->bind( '' => \&view ); # 'q' quits and 's' saves $m->bind( '' => sub { exit } ); $m->bind( '' => \&save ); MainLoop; # down(widget): called when the user clicks on an item in the Listbox. sub down { my $self = shift; $down = $self->curselection;; } # up(widget): called when the user releases the mouse button in the # Listbox. sub up { my $self = shift; my $elt;

$up = $self->curselection;; return if $down == $up; # change selection list $elt = $sections[$down]; splice(@sections, $down, 1); splice(@sections, $up, 0, $elt); $self->delete($down); $self->insert($up, $sections[$up]->[1]); } # save(widget): called to save the list of sections. sub save { my $self = shift; open(F, "> $podfile") or die "Can't open $podfile for writing: $!"; print F map { $_->[0] } @sections; close F; exit; } # view(widget): called to display the widget.

Uses the Pod widget.

sub view { my $self = shift; my $temporary = "/tmp/$$-section.pod"; my $popup; open(F, "> $temporary") or warn ("Can't open $temporary : $!\n"), return; print F $sections[$down]->[0]; close(F); $popup = $m->Pod('-file' => $temporary); $popup->bind('' => sub { unlink $temporary } ); } Previous: 15.18. Program: Small termcap program

15.18. Program: Small termcap program

Perl Cookbook Book Index

Next: 16. Process Management and Communication

16. Process Management and Communication

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 15.19. Program: tkshufflepod

Chapter 16

Next: 16.1. Gathering Output from a Program

16. Process Management and Communication Contents: Introduction Gathering Output from a Program Running Another Program Replacing the Current Program with a Different One Reading or Writing to Another Program Filtering Your Own Output Preprocessing Input Reading STDERR from a Program Controlling Input and Output of Another Program Controlling the Input, Output, and Error of Another Program Communicating Between Related Processes Making a Process Look Like a File with Named Pipes Sharing Variables in Different Processes Listing Available Signals Sending a Signal Installing a Signal Handler Temporarily Overriding a Signal Handler Writing a Signal Handler Catching Ctrl-C Avoiding Zombie Processes Blocking Signals Timing Out an Operation Program: sigrand It is quite a three-pipe problem, and I beg that you won't speak to me for fifty minutes. - Sherlock Holmes The Red-Headed League

16.0. Introduction Perl may be many things to many people, but to most of us it is the glue that connects diverse components. This chapter is about launching commands and connecting separate processes together. It's about managing their creation, communication, and ultimate demise. It's about systems programming. When it comes to systems programming, Perl, as usual, makes easy things easy and hard things possible. If you want to use it as you would the shell, Perl is happy to assist you. If you want to roll up your sleeves for low-level hacking like a hardcore C programmer, you can do that, too. Because Perl lets you get so close to the system, portability issues can sneak in. This chapter is the most Unix-centric chapter of the book. It will be tremendously useful to those on Unix systems, but only of limited use to others. We deal with features that aren't as universal as strings and numbers and basic arithmetic. Most basic operations work more or less the same everywhere. But if you're not using some kind of Unix or other POSIX conformant system, most of the interesting features in this chapter may work differently for you - or not at all. Check the documentation that came with your Perl port if you aren't sure.

Process Creation In this chapter, we cover the proper care and feeding of your own child processes. Sometimes this means launching a stand-alone command and letting it have its own way with the world (using system). Other times it means keeping a tight rein on your child, feeding it carefully filtered input or taking hold of its output stream (backticks and piped opens). Without even starting a new process, you can use exec to replace your current program with a completely different program. We first show how to use the most portable and commonly used operations for managing processes: backticks, system , open , and the manipulation of the %SIG hash. Those are the easy things, but we don't stop there. We also show what to do when the simple approach isn't good enough. For example, you might want to interrupt your program while it's running a different program. Maybe you need to process a child program's standard error separately from its standard output. Perhaps you need to control both the input and output of a program simultaneously. When you tire of having just one thread of control and begin to take advantage of multitasking, you'll want to learn how to split your current program into several, simultaneously running processes that all talk to each other. For tasks like these, you have to drop back to the underlying system calls: pipe, fork , and exec. The pipe function creates two connected filehandles, a reader and writer, whereby anything written to the writer can be read from the reader. The fork function is the basis of multitasking, but unfortunately it has not been supported on all non-Unix systems. It clones off a duplicate process identical in virtually every aspect to its parent, including variable settings and open files. The most noticable changes are the process ID and parent process ID. New programs are started by forking, then using exec to replace the program in the child process with a new one. You don't always both fork and exec together, so having them as separate primitives is more expressive and powerful than if all you could do is run system . In practice, you're more apt to use fork by itself than exec by itself. When a child process dies, its memory is returned to the operating system, but its entry in the process

table isn't freed. This lets a parent check the exit status of its child processes. Processes that have died but haven't been removed from the process table are called zombies, and you should clean them up lest they fill the whole process table. Backticks and the system and open functions automatically take care of this, and will work on most non-Unix systems. You have more to worry about when you go beyond these simple portable functions and use low-level primitives to launch programs. One thing to worry about is signals.

Signals Your process is notified of the death of a child it created with a signal. Signals are a kind of notification delivered by the operating system. They are used for errors (when the kernel says, "Hey, you can't touch that area of memory!") and for events (death of a child, expiration of a per-process timer, interrupt with Ctrl-C). If you're launching processes manually, you normally arrange for a subroutine of your choosing to be called whenever one of your children exits. Each process has a default disposition for each possible signal. You may install your own handler or otherwise change the disposition of most signals. Only SIGKILL and SIGSTOP cannot be changed. The rest you can ignore, trap, or block. Briefly, here's a rundown of the more important signals: SIGINT is normally triggered by Ctrl-C. This requests that a process interrupt what it's doing. Simple programs like filters usually just die, but more important ones like shells, editors, or FTP programs usually use SIGINT to stop long-running operations so you can tell them to do something else. SIGQUIT is also normally generated by a terminal, usually Ctrl-\. Its default behavior is to generate a core dump. SIGTERM is sent by the kill shell command when no signal name is explicitly given. Think of it as a polite request for a process to die. SIGUSR1 and SIGUSR2 are never caused by system events, so user applications can safely use them for their own purposes. SIGPIPE is sent by the kernel when your process tries to write to a pipe or socket when the process on the other end has closed its connection, usually because it no longer exists. SIGALRM is sent when the timer set by the alarm function expires, as described in Recipe 16.21. SIGHUP is sent to a process when its controlling terminal gets a hang-up (e.g., the modem lost its carrier),

but it also often indicates that a program should restart or reread its configuration. SIGCHLD is probably the most important signal when it comes to low-level systems programming. The system sends your process a SIGCHLD when one of its child processes stops running - or, more likely, when that child exits. See Recipe 16.19 for more on SIGCHLD. Signal names are a convenience for humans. Each signal has an associated number that the operating system uses instead of names. Although we talk about SIGCHLD, your operating system only knows it as a number, like 20 (these numbers vary across operating systems). Perl translates between signal names and numbers for you, so you can think in terms of signal names. Recipes Recipe 16.15, Recipe 16.17, Recipe 16.21, Recipe 16.18, and Recipe 16.20 run the full gamut of signal handling. Previous: 15.19. Program: tkshufflepod

15.19. Program: tkshufflepod

Perl Cookbook Book Index

Next: 16.1. Gathering Output from a Program

16.1. Gathering Output from a Program

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.0. Introduction

Chapter 16 Process Management and Communication

Next: 16.2. Running Another Program

16.1. Gathering Output from a Program Problem You want to run a program and collect its output into a variable.

Solution Either use backticks: $output = `program args`; @output = `program args`;

# collect output into one multiline string # collect output into array, one line per element

Or use Recipe 16.4: open(README, "program args |") or die "Can't run program: $!\n"; while() { $output .= $_; } close(README);

Discussion The backticks are a convenient way to run other programs and gather their output. The backticks do not return until the called program exits. Perl goes to some trouble behind the scenes to collect the output, so it is inefficient to use the backticks and ignore their return value: `fsck -y /dev/rsd1a`; # BAD AND SCARY Both the open function and the backtick operator call the shell to run their commands. This makes them unsafe when used in a program with special privileges. A high-level workaround is given in Recipe 19.6. Here's a low-level workaround, using pipe, fork, and exec: use POSIX qw(:sys_wait_h); pipe(README, WRITEME); if ($pid = fork) { # parent $SIG{CHLD} = sub { 1 while ( waitpid(-1, WNOHANG)) > 0 }; close(WRITEME); } else { die "cannot fork: $!" unless defined $pid;

# child open(STDOUT, ">&=WRITEME") close(README); exec($program, $arg1, $arg2)

or die "Couldn't redirect STDOUT: $!"; or die "Couldn't run $program : $!\n";

} while () { $string .= $_; # or push(@strings, $_); } close(README);

See Also The section on "Cooperating with Strangers" in Chapter 6 of Programming Perl, or perlsec (1); Recipe 16.2; Recipe 16.4; Recipe 16.10; Recipe 16.19; Recipe 19.6 Previous: 16.0. Introduction

16.0. Introduction

Perl Cookbook Book Index

Next: 16.2. Running Another Program

16.2. Running Another Program

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.1. Gathering Output from a Program

Chapter 16 Process Management and Communication

Next: 16.3. Replacing the Current Program with a Different One

16.2. Running Another Program Problem You want to run another program from your own, pause until the other program is done, and then continue. The other program should have same STDIN and STDOUT as you have.

Solution Call system with a string to have the shell interpret the string as a command line: $status = system("vi $myfile"); If you don't want the shell involved, pass system a list: $status = system("vi", $myfile);

Discussion The system function is the simplest and most generic way to run another program in Perl. It doesn't gather the program's STDOUT like backticks or open. Instead, its return value is (essentially) that program's exit status. While the new program is running, your main program is suspended, so the new program can read from your STDIN and write to your STDOUT so users can interact with it. Like open, exec, and backticks, system uses the shell to start the program whenever it's called with one argument. This is convenient when you want to do redirection or other tricks: system("cmd1 args | cmd2 | cmd3 >outfile"); system("cmd args outfile 2>errfile"); To avoid the shell, call system with a list of arguments: $status = system($program, $arg1, $arg); die "$program exited funny: $?" unless $status == 0; The returned status value is not just the exit value: it includes the signal number (if any) that the process died from. This is the same value that wait sets $? to. See Recipe 16.19 to learn how to decode this value. The system function (but not backticks) ignores SIGINT and SIGQUIT while child processes are running. That way those signals will kill only the child process. If you want your main program to die as well, check the return value of system, or the value of the $? variable. if (($signo = system(@arglist)) &= 127) { die "program killed by signal $signo\n";

} To get the effect of a system that ignores SIGINT, install your own signal handler and then manually fork and exec: if ($pid = fork) { # parent catches INT and berates user local $SIG{INT} = sub { print "Tsk tsk, no process interruptus\n" }; waitpid($pid, 0); } else { die "cannot fork: $!" unless defined $pid; # child ignores INT and does its thing $SIG{INT} = "IGNORE"; exec("summarize", "/etc/logfiles") or die "Can't exec: $!\n"; } A few programs examine their own program name. Shells look to see whether they were called with a leading minus to indicate interactivity. The expn program at the end of Chapter 18 behaves differently if called as vrfy, which can happen if you've installed the file under two different links as suggested. This is why you shouldn't trust that $0 is really the pathname to the invoked program - you could have been lied to in a number of ways. If you want to fib to the program you're executing about its own name, specify the real path as the "indirect object" in front of the list passed to system. (This also works with exec.) The indirect object has no comma following it, just like using printf with a filehandle or making object methods without the pointer arrow. $shell = '/bin/tcsh'; system $shell '-csh'; # pretend it's a login shell Or, more directly: system {'/bin/tcsh'} '-csh';

# pretend it's a login shell

In the next example, the program's real pathname is supplied in the indirect object slot as {'/home/tchrist/scripts/expn'}. The fictitious name 'vrfy' is given as the first real function argument, which the program will see stored in $0. # call expn as vrfy system {'/home/tchrist/scripts/expn'} 'vrfy', @ADDRESSES; Using an indirect object with system is also more secure. This usage forces interpretation of the arguments as a multivalued list, even if the list had just one argument. That way you're safe from the shell expanding wildcards or splitting up words with whitespace in them. @args = ( "echo surprise" ); system @args; system { $args[0] } @args;

# subject to shell escapes if @args == 1 # safe even with one-arg list

The first version, the one without the indirect object, ran the echo program, passing it "surprise" an argument. The second version didn't - it tried to run a program literally called "echo surprise", didn't find it, and set $? to a non-zero value indicating failure.

See Also The section on "Cooperating with Strangers" in Chapter 6 of Programming Perl, or perlsec (1); the waitpid, fork, exec, system, and open functions in Chapter 3 of Programming Perl or perlfunc (1); Recipe 16.1; Recipe 16.4; Recipe 16.19; Recipe 19.6; Advanced Programming in the UNIX Environment, by Richard W. Stevens; Addison-Wesley (1992) Previous: 16.1. Gathering Output from a Program

16.1. Gathering Output from a Program

Perl Cookbook Book Index

Next: 16.3. Replacing the Current Program with a Different One

16.3. Replacing the Current Program with a Different One

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.2. Running Another Program

Chapter 16 Process Management and Communication

Next: 16.4. Reading or Writing to Another Program

16.3. Replacing the Current Program with a Different One Problem You want to replace the running program with another, as when checking parameters and setting up the initial environment before running another program.

Solution Use the built-in exec function. If exec is called with a single argument containing metacharacters, the shell will be used to run the program: exec("archive *.data") or die "Couldn't replace myself with archive: $!\n"; If you pass exec more than one argument, the shell will not be used: exec("archive", "accounting.data") or die "Couldn't replace myself with archive: $!\n"; If called with a single argument containing no shell metacharacters, the argument will be split on whitespace and then interpreted as though the resulting list had been passed to exec: exec("archive accounting.data") or die "Couldn't replace myself with archive: $!\n";

Discussion The exec function in Perl is a direct interface to the execlp (2) system call, which replaces the current program with another, leaving the process intact. The program that calls exec gets wiped clean, and its place in the operating system's process table is taken by the program specified in the arguments to exec. As a result, the new program has the same process ID ($$) as the original program. If the specified program couldn't be run, exec returns a false value and the original program continues. Be sure to check for this. If you exec yourself into a different program, neither your END blocks nor any object destructors will

be automatically run as they would if your process actually exited.

See Also The exec in Chapter 3 of Programming Perl and in perlfunc (1); your system's execlp (2) manpage (if you have it); Recipe 16.2 Previous: 16.2. Running Another Program

16.2. Running Another Program

Perl Cookbook

Next: 16.4. Reading or Writing to Another Program

Book Index

16.4. Reading or Writing to Another Program

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.3. Replacing the Current Program with a Different One

Chapter 16 Process Management and Communication

Next: 16.5. Filtering Your Own Output

16.4. Reading or Writing to Another Program Problem You want to run another program and either read its output or supply the program with input.

Solution Use open with a pipe symbol at the beginning or end. To read from a program, put the pipe symbol at the end: $pid = open(README, "program arguments |") or die "Couldn't fork: $!\n"; while () { # ... } close(README) or die "Couldn't close: $!\n"; To write to the program, put the pipe at the beginning: $pid = open(WRITEME, "| program arguments") or die "Couldn't fork: $!\n"; print WRITEME "data\n"; close(WRITEME) or die "Couldn't close: $!\n";

Discussion In the case of reading, this is similar to using backticks, except you have a process ID and a filehandle. As with the backticks, open uses the shell if it sees shell-special characters in its argument, but it doesn't if there aren't any. This is usually a welcome convenience, because it lets the shell do filename wildcard expansion and I/O redirection, saving you the trouble. However, sometimes this isn't desirable. Piped opens that include unchecked user data would be unsafe while running in taint mode or in untrustworthy situations. Recipe 19.6 shows how to get the effect of a piped open without risking using the shell. Notice how we specifically call close on the filehandle. When you use open to connect a filehandle to a child process, Perl remembers this and automatically waits for the child when you close the filehandle. If the child hasn't exited by then, Perl waits until it does. This can be a very, very long wait if your child doesn't exit: $pid = open(F, "sleep 100000|"); # child goes to sleep close(F); # and the parent goes to lala land

To avoid this, you can save the PID returned by open to kill your child, or use a manual pipe-fork-exec sequence as described in Recipe 16.10. If you attempt to write to a process that has gone away, your process will receive a SIGPIPE. The default disposition for this signal is to kill your process, so the truly paranoid install a SIGPIPE handler just in case. If you want to run another program and be able to supply its STDIN yourself, a similar construct is used: $pid = open(WRITEME, "| program args"); print WRITEME "hello\n"; # program will get hello\n on STDIN close(WRITEME); # program will get EOF on STDIN The leading pipe symbol in the filename argument to open tells Perl to start another process instead. It connects the opened filehandle to the process's STDIN. Anything you write to the filehandle can be read by the program through its STDIN. When you close the filehandle, the opened process will get an eof when it next tries to read from STDIN. You can also use this technique to change your program's normal output path. For example, to automatically run everything through a pager, use something like: $pager = $ENV{PAGER} || '/usr/bin/less'; # XXX: might not exist open(STDOUT, "| $pager"); Now, without changing the rest of your program, anything you print to standard output will go through the pager automatically. As with opening a process for reading, text passed to the shell here is subject to shell metacharacter interpretation. To avoid the shell, a similar solution is called for. As before, the parent should also be wary of close. If the parent closes the filehandle connecting it to the child, the parent will block while waiting for the child to finish. If the child doesn't finish, neither will the close. The workaround as before is either to kill your child process prematurely, or else use the low-level pipe-fork-exec scenario. When using piped opens, always check return values of both open and close, not just of open. That's because the return value from open does not indicate whether the command was succesfully launched. With a piped open, you fork a child to execute the command. Assuming the system hadn't run out of processes, the fork immediately returns the PID of the child it just created. By the time the child process tries to exec the command, it's a separately scheduled process. So if the command can't be found, there's effectively no way to communicate this back to the open function, because that function is in a different process! Check the return value from close to see whether the command was successful. If the child process exits with non-zero status - which it will do if the command isn't found - the close returns false and $? is set to the wait status of that process. You can interpret its contents as described in Recipe 16.19. In the case of a pipe opened for writing, you should also install a SIGPIPE handler, since writing to a child that isn't there will trigger a SIGPIPE.

See Also The open function in Chapter 3 of Programming Perl and in perlfunc (1); Recipe 16.10; Recipe 16.15; Recipe 16.19; Recipe 19.6

Previous: 16.3. Replacing the Current Program with a Different One

Perl Cookbook

Next: 16.5. Filtering Your Own Output

16.3. Replacing the Current Program with a Different One

Book Index

16.5. Filtering Your Own Output

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.4. Reading or Writing to Another Program

Chapter 16 Process Management and Communication

Next: 16.6. Preprocessing Input

16.5. Filtering Your Own Output Problem You want to postprocess your program's output without writing a separate program to do so.

Solution Use the forking form of open to attach a filter to yourself. For example, this will restrict your program to a hundred lines of output: head(100); while () { print; } sub head { my $lines = shift || 20; return if $pid = open(STDOUT, "|-"); die "cannot fork: $!" unless defined $pid; while () { print; last unless --$lines ; } exit; }

Discussion It's easy to add an output filter. Just use the forking open on your own STDOUT, and let the child filter STDIN to STDOUT, performing whatever alterations you care about. Notice that we install the output filter before we generate the output. This makes sense - you can't filter your output if it has already left your program. Any such filters should be applied in LIFO order - the last one inserted is the first one run. Here's an example that uses two output filters. One numbers lines; the other quotes the lines like a mail

reply. When run on /etc/motd, you get something like: 1: > Welcome to Linux, version 2.0.33 on a i686 2: > 3: > "The software required `Windows 95 or better', 4: > so I installed Linux." If you reversed the order of the two filters, you'd get: > 1: Welcome to Linux, Kernel version 2.0.33 on a i686 > 2: > 3: "The software required `Windows 95 or better', > 4: so I installed Linux." The program is in Example 16.1. Example 16.1: qnumcat #!/usr/bin/perl # qnumcat - demo additive output filters number(); quote();

# push number filter on STDOUT # push quote filter on STDOUT

while () { print; } close STDOUT; exit;

# act like /bin/cat

# tell kids we're done--politely

sub number { my $pid; return if $pid = open(STDOUT, "|-"); die "cannot fork: $!" unless defined $pid; while () { printf "%d: %s", $., $_ } exit; } sub quote { my $pid; return if $pid = open(STDOUT, "|-"); die "cannot fork: $!" unless defined $pid; while () { print "> $_" } exit; } As with all process forks, doing this a zillion times has some cost, but it's fine for a couple of processes, or even a couple dozen. If the system was actually designed to be multitasking right from the start, as

Unix was, this is far cheaper than you imagine. Virtual memory and copy-on-write makes this efficient. Forking is an elegant and inexpensive solution to many, if not most, multitasking needs.

See Also The open function in Chapter 3 of Programming Perl and in perlfunc (1); Recipe 16.4 Previous: 16.4. Reading or Writing to Another Program

Perl Cookbook

Next: 16.6. Preprocessing Input

16.4. Reading or Writing to Another Program

Book Index

16.6. Preprocessing Input

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.5. Filtering Your Own Output

Chapter 16 Process Management and Communication

Next: 16.7. Reading STDERR from a Program

16.6. Preprocessing Input Problem You'd like your programs to work on files with funny formats, such as compressed files or remote web documents specified with a URL, but your program only knows how to access regular text in local files.

Solution Take advantage of Perl's easy pipe handling by changing your input files' names to pipes before opening them. To autoprocess gzipped or compressed files by decompressing them with gzip, use: @ARGV = map { /\.(gz|Z)$/ ? "gzip -dc $_ |" : $_ } @ARGV; while () { # ....... } To fetch URLs before processing them, use the GET program from LWP (see Chapter 20, Web Automation): @ARGV = map { m#^\w+://# ? "GET $_ |" : $_ } @ARGV; while () { # ....... } You might prefer to fetch just the text, of course, not the HTML. That just means using a different command, perhaps lynx -dump.

Discussion As shown in Recipe 16.1, Perl's built-in open function is magical: you don't have to do anything special to get Perl to open a pipe instead of a file. (That's why it's sometimes called magic open and, when applied to implicit ARGV processing, magic ARGV.) If it looks like a pipe, Perl will open it like a pipe. We take advantage of this by rewriting certain filenames to include a decompression or other

preprocessing stage. For example, the file "09tails.gz" becomes "gzcat -dc 09tails.gz|". This technique has further applications. Suppose you wanted to read /etc/passwd if the machine isn't using NIS, and the output of ypcat passwd if it is. You'd use the output of the domainname program to decide if you're running NIS, and then set the filename to open to be either "< /etc/passwd" or "ypcat passwd|": $pwdinfo = `domainname` =~ /^(\(none\))?$/ ? '< /etc/passwd' : 'ypcat passwd |'; open(PWD, $pwdinfo)

or die "can't open $pwdinfo: $!";

The wonderful thing is that even if you didn't think to build such processing into your program, Perl already did it for you. Imagine a snippet of code like this: print "File, please? "; chomp($file = ); open (FH, $file) or die "can't open $file: $!"; The user can enter a regular filename - or something like "webget http://www.perl.com |" instead - and your program would suddenly be reading from the output of some webget program. They could even enter -, a lone minus sign, which, when opened for reading, interpolates standard input instead. This also comes in handy with the automatic ARGV processing we saw in Recipe 7.7.

See Also Recipe 7.7; Recipe 16.4 Previous: 16.5. Filtering Your Own Output

16.5. Filtering Your Own Output

Perl Cookbook

Next: 16.7. Reading STDERR from a Program

Book Index

16.7. Reading STDERR from a Program

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.6. Preprocessing Input

Chapter 16 Process Management and Communication

Next: 16.8. Controlling Input and Output of Another Program

16.7. Reading STDERR from a Program Problem You want to run a program as you would with system, backticks, or open, but you don't want its STDERR to be sent to your STDERR. You would like to be able to either ignore or read the STDERR.

Solution Use the shell's numeric redirection and duplication syntax for file descriptors. (We don't check the return value from open here, to make the examples easier to read, but you should always check it in your programs!) To capture a command's STDERR and STDOUT together: $output = `cmd 2>&1`; # or $pid = open(PH, "cmd 2>&1 |"); while () { } To capture a command's STDOUT and discard its STDERR: $output = `cmd 2>/dev/null`; # or $pid = open(PH, "cmd 2>/dev/null |"); while () { } To capture a command's STDERR and discard its STDOUT: $output = `cmd 2>&1 1>/dev/null`; # or $pid = open(PH, "cmd 2>&1 1>/dev/null |"); while () { }

# with backticks # with an open pipe # plus a read # with backticks # with an open pipe # plus a read # with backticks # with an open pipe # plus a read

To exchange a command's STDOUT and STDERR, i.e., capture the STDERR but have its STDOUT come out on our old STDERR: $output = `cmd 3>&1 1>&2 2>&3 3>&-`; # with backticks # or

$pid = open(PH, "cmd 3>&1 1>&2 2>&3 3>&-|"); while () { }

# with an open pipe # plus a read

To read both a command's STDOUT and its STDERR separately, it's easiest and safest to redirect them separately to files, and then read from those files when the program is done: system("program args 1>/tmp/program.stdout 2>/tmp/program.stderr");

Discussion When you launch a command with backticks, a piped open, or system on a single string, Perl checks for characters special to the shell. These allow you to redirect the new program's file descriptors. STDIN is file descriptor number 0, STDOUT number 1, and STDERR number 2. You can then use 2>file to redirect STDERR to a file. The special notation &N where N is a file descriptor number is used to redirect to a file descriptor. Therefore, 2>&1 points STDERR at STDOUT. Here is a table of interesting shell file descriptor redirections: Redirection

Meaning

0/dev/null Discard STDOUT 2>/dev/null Discard STDERR 2>&1

Send STDERR to STDOUT instead

2>&-

Close STDERR (not recommended)

3/dev/tty Open fd 3 to /dev/tty in read-write mode Using this, let's examine the most complicated of the redirection sequences from the solution section: $output = `cmd 3>&1 1>&2 2>&3 3>&-`; There are four steps here: Step A: 3>&1 Make a new file descriptor, number 3, be a copy of number 1. This saves where STDOUT had been destined in the new file descriptor we've just opened. Step B: 1>&2 Make STDOUT go wherever STDERR had been going. We still have the saved destination squirreled away in descriptor 3. Step C: 2>&3 Make file descriptor 2 a copy of number 3. That means that STDERR is now going out where STDOUT had been originally going. Step D: 3>&-

Since we're done moving streams around, keep everything nice and tidy and close our temporary file descriptor. This avoids file descriptor leaks. If that's confusing, it might help to think in terms of regular variables and a sequence of assignment statements, with $fd1 representing STDOUT and $fd2 representing STDERR. If you wanted to exchange the two variables, you'd use a temporary to hold one value. That's all we're doing here. $fd3 = $fd1; $fd1 = $fd2; $fd2 = $fd3; $fd3 = undef; When all's said and done, the string returned from the backticks is the command's STDERR, and its STDOUT has been diverted to the original STDERR. Ordering is important in all these examples. That's because the shell processes file descriptor redirections in strictly left to right order. system("prog args 1>tmpfile 2>&1"); system("prog args 2>&1 1>tmpfile"); The first command sends both standard out and standard error to the temporary file. The second command sends only the old standard output there, and the old standard error shows up on the old standard out. If that's confusing, think in terms of assignments to variables representing file descriptors: # system ("prog args 1>tmpfile 2>&1"); $fd1 = "tmpfile"; # change stdout destination first $fd2 = $fd1; # now point stderr there, too is very different from: # system("prog args 2>&1 1>tmpfile"); $fd2 = $fd1; # stderr same destination as stdout $fd1 = "tmpfile"; # but change stdout destination

See Also Your system's sh (1) manpage (if you have one) for details about file descriptor redirection; the system function in Chapter 3 of Programming Perl and in perlfunc (1) Previous: 16.6. Preprocessing Input

16.6. Preprocessing Input

Perl Cookbook

Next: 16.8. Controlling Input and Output of Another Program

Book Index

16.8. Controlling Input and Output of Another Program

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.7. Reading STDERR from a Program

Chapter 16 Process Management and Communication

Next: 16.9. Controlling the Input, Output, and Error of Another Program

16.8. Controlling Input and Output of Another Program Problem You want to both write to and read from another program. The open function lets you do one or the other, but not both.

Solution Use the standard IPC::Open2 module: use IPC::Open2; open2(*README, *WRITEME, $program); print WRITEME "here's your input\n"; $output = ; close(WRITEME); close(README);

Discussion Wanting simultaneous read and write access to another program is very common, but surprisingly perilous. That's why open doesn't let you say: open(DOUBLE_HANDLE, "| program args |") # WRONG The big problem here is buffering. Because you can't force the other program to unbuffer its output, you can't guarantee that your reads won't block. If you block trying to read at the same time the other process blocks waiting for you to send something, you've achieved the unholy state of deadlock. There you'll both stay, wedged, until someone kills your process or the machine reboots. If you control the other process's buffering because you wrote the other program and know how it works, then IPC::Open2 may be the module for you. The first two arguments to open2 that IPC::Open2 exports into your namespace are filehandles. Either pass references to typeglobs as in the Solution, or create your own IO::Handle objects and pass them in:

use IPC::Open2; use IO::Handle; ($reader, $writer) = (IO::Handle->new, IO::Handle->new); open2($reader, $writer, $program); If you pass in objects, you must have created them (with IO::Handle->new, for instance) first. The open2 function will not create handles for you if you pass in variables that don't contain filehandles. Alternatively, you can pass in arguments that look like "&OTHERFILEHANDLE", which specify existing filehandles for the child process to read from or write to. These filehandles don't have to be controlled by your program - they may be connected to other programs, files, or sockets. You can specify the program either as a list (where the first element is the program name and the remaining elements are arguments to the program) or as a single string (which is passed to the shell as a command to start the program). If you also want control over the process's standard error, use the IPC::Open3 module and see the next recipe. If an error occurs, open2 and open3 do not return. Instead, they die with an error message that begins with "open2" or "open3". To test for failure, use the eval BLOCK construct: eval { open2($readme, $writeme, @program_and_arguments); }; if ($@) { if ($@ =~ /^open2/) { warn "open2 failed: $!\n$@\n"; return; } die; # reraise unforeseen exception }

See Also The documentation for the IPC::Open2 and IPC::Open3 modules; Recipe 10.12; the eval function in Chapter 3 of Programming Perl and in perlfunc (1); the $@ variable in the section on "Global Special Variables" in Chapter 2 of Programming Perl and in perlvar (1) Previous: 16.7. Reading STDERR from a Program

16.7. Reading STDERR from a Program

Perl Cookbook Book Index

Next: 16.9. Controlling the Input, Output, and Error of Another Program

16.9. Controlling the Input, Output, and Error of Another Program

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl

Programming | Perl Cookbook ]

Previous: 16.8. Controlling Input and Output of Another Program

Chapter 16 Process Management and Communication

Next: 16.10. Communicating Between Related Processes

16.9. Controlling the Input, Output, and Error of Another Program Problem You want full control over a command's input, output, and error streams.

Solution Carefully use the standard IPC::Open3 module, possibly in conjunction with the IO::Select module. (IO::Select is new as of the 5.004 distribution.)

Discussion If you're interested in only one of the program's STDIN, STDOUT, or STDERR, the task is simple. When you want to manage two or more of these, however, it abruptly stops being simple. Multiplexing multiple I/O streams is never a pretty picture. Here's an easy workaround: @all = `($cmd | sed -e 's/^/stdout: /' ) 2>&1`; for (@all) { push @{ s/stdout: // ? \@outlines : \@errlines }, $_ } print "STDOUT:\n", @outlines, "\n"; print "STDERR:\n", @errlines, "\n"; If you don't have sed on your system, you'll find that for simple cases like this, perl -pe works just as well as sed -e. However, that's not really simultaneous processing. All we're doing is marking STDOUT lines with "stdout:" and then stripping them back out once we've read all the STDOUT and STDERR the program produced. You can use the standard IPC::Open3 module for this. Mysteriously, the argument order is different for IPC::Open3 than for IPC::Open2. open3(*WRITEHANDLE, *READHANDLE, *ERRHANDLE, "program to run"); Using this has even more potential for chaos than using open2. If you're reading the program's STDERR as it is trying to write more than one buffer's worth to its STDOUT, the program will block on the write because its buffers are full, and you will block on the read because there's nothing available. You can avoid this deadlock by mimicking open3 with fork, open, and exec; making all the filehandles unbuffered; and using sysread, syswrite, and select to decide which readable filehandle to read a byte from. This makes your program slower and bulkier, though, and it doesn't solve the classic open2 deadlock where each program is expecting the other to say something. use IPC::Open3; $pid = open3(*HIS_IN, *HIS_OUT, *HIS_ERR, $cmd);

close(HIS_IN); # give end of file to kid, or feed him @outlines = ; # read till EOF @errlines = ; # XXX: block potential if massive print "STDOUT:\n", @outlines, "\n"; print "STDERR:\n", @errlines, "\n"; As if deadlock weren't bad enough, this approach is subtly error-prone. There are at least three worrisome situations: both the child and the parent trying to read at the same time, causing deadlock; full buffers causing the child to block as it tries to write to STDERR while the parent is blocked trying to read from the child's STDOUT; and full buffers causing the parent to block writing to the child's STDIN while the child is blocked writing to either its STDOUT or STDERR. The first problem is generally unsolvable, although you can work around it by setting timers with alarm and preventing blocking operations from restarting if a SIGALRM is received. We use the IO::Select module (you could also do this with the built-in function select) to learn which filehandles (if any) can be read from. This solves the second problem, but not the third. To solve the third, you also need alarm and non-restarting SIGALRM. If you want to send input to the program, read its output, and either read or ignore its error, you need to work much harder. (See Example 16.2.) Example 16.2: cmd3sel #!/usr/bin/perl # cmd3sel - control all three of kids in, out, and error. use IPC::Open3; use IO::Select; $cmd = "grep vt33 /none/such - /etc/termcap"; $pid = open3(*CMD_IN, *CMD_OUT, *CMD_ERR, $cmd); $SIG{CHLD} = sub { print "REAPER: status $? on $pid\n" if waitpid($pid, 0) > 0 }; print CMD_IN "This line has a vt33 lurking in it\n"; close(CMD_IN); $selector = IO::Select->new(); $selector->add(*CMD_ERR, *CMD_OUT); while (@ready = $selector->can_read) { foreach $fh (@ready) { if (fileno($fh) == fileno(CMD_ERR)) {print "STDERR: ", scalar } else {print "STDOUT: ", scalar } $selector->remove($fh) if eof($fh); } } close(CMD_OUT); close(CMD_ERR); We sent only a short line as input, then closed the handle. This avoids the deadlock situation of two processes each waiting for the other to write something.

See Also The documentation for the standard IO::Select, IPC::Open2, and IPC::Open3 modules; the alarm function in Chapter 3 of Programming Perl or perlfunc (1); Recipe 16.8; Recipe 16.15; Recipe 16.16 Previous: 16.8. Controlling Input and Output of Another Program

Perl Cookbook

Next: 16.10. Communicating Between Related Processes

16.8. Controlling Input and Output of Another Program

Book Index

16.10. Communicating Between Related Processes

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.9. Controlling the Input, Output, and Error of Another Program

Chapter 16 Process Management and Communication

Next: 16.11. Making a Process Look Like a File with Named Pipes

16.10. Communicating Between Related Processes Problem You have two related processes that need to communicate, and you need better control than you can get from open, system, and backticks.

Solution Use pipe and then fork: pipe(READER, WRITER); if (fork) { # run parent code, either reading or writing, not both } else { # run child code, either reading or writing, not both } Or use a special forking form of open: if ($pid = open(CHILD, "|-")) { # run parent code, writing to child } else { die "cannot fork: $!" unless defined $pid; # otherwise run child code here, reading from parent } Or, going the other way: if ($pid = open(CHILD, "-|")) { # run parent code, reading from child } else { die "cannot fork: $!" unless defined $pid; # otherwise run child code here, writing to parent }

Discussion Pipes are simply two connected filehandles, where data written to one filehandle can be read by the other. The pipe function creates two filehandles linked in this way, one writable and one readable. Even though you can't take two already existing filehandles and link them, pipe can be used for communication between processes. One process creates a pair of filehandles with the pipe functions, then forks off a child, resulting in two distinct processes both running in the same program, each with a copy of the connected filehandles. It doesn't matter which process is the reader and which is the writer, so long as one of them takes one role and its peer process takes the other. You can only have one-way communication. (But read on.) We'll pull in the IO::Handle module so we can call its autoflush() method. (You could instead play the select games described in Chapter 7, File Access, if you prefer a lightweight solution.) If we didn't, our single line of output would get lodged in the pipe and not make it through to the other side until we closed that handle. The version of the parent writing to the child is shown in Example 16.3. Example 16.3: pipe1 #!/usr/bin/perl -w # pipe1 - use pipe and fork so parent can send to child use IO::Handle; pipe(READER, WRITER); WRITER->autoflush(1); if ($pid = fork) { close READER; print WRITER "Parent Pid $$ is sending this\n"; close WRITER; waitpid($pid,0); } else { die "cannot fork: $!" unless defined $pid; close WRITER; chomp($line = ); print "Child Pid $$ just read this: `$line'\n"; close READER; # this will happen anyway exit; } In the examples in this recipe, most error checking has been left as an exercise for the reader. This is so you can more clearly see how the functions interact. In real life, test the return values of all system calls. The version of the child writing to the parent is shown in Example 16.4.

Example 16.4: pipe2 #!/usr/bin/perl -w # pipe2 - use pipe and fork so child can send to parent use IO::Handle; pipe(READER, WRITER); WRITER->autoflush(1); if ($pid = fork) { close WRITER; chomp($line = ); print "Parent Pid $$ just read this: `$line'\n"; close READER; waitpid($pid,0); } else { die "cannot fork: $!" unless defined $pid; close READER; print WRITER "Child Pid $$ is sending this\n"; close WRITER; # this will happen anyway exit; } In most code, both halves would go into loops, with the reader continuing to read until end of file. This happens when the writer closes or exits. Because piped filehandles are not bidirectional, each process uses just one of the pair and closes the filehandle it doesn't use. The reason is subtle; picture the situation where the reader does not close the writable filehandle. If the writer then exits while the reader is trying to read something, the reader will hang forever. This is because the system won't tell the reader that there's no more data to be read until all copies of the writable filehandle are closed. The open function, when passed as its second argument either "-|" or "|-" will implicitly pipe and fork. This makes the piping code above slightly easier. The child talks to the parent over STDIN or STDOUT, depending on whether "-|" or "|-" was used. Using open this way, if the parent wants to write to the child, it does something like what's shown in Example 16.5. Example 16.5: pipe3 #!/usr/bin/perl -w # pipe3 - use forking open so parent can send to child use IO::Handle; if ($pid = open(CHILD, "|-")) { CHILD->autoflush(1);

print CHILD "Parent Pid $$ is sending this\n"; close(CHILD); } else { die "cannot fork: $!" unless defined $pid; chomp($line = ); print "Child Pid $$ just read this: `$line'\n"; exit; } Since the child already has STDIN set to the parent, the child could exec some other program that expects to read from standard input, such as lpr. In fact, this is useful and commonly done. If the child wants to write to the parent, it does something like what's shown in Example 16.6. Example 16.6: pipe4 #!/usr/bin/perl -w # pipe4 - use forking open so child can send to parent use IO::Handle; if ($pid = open(CHILD, "-|")) { chomp($line = ); print "Parent Pid $$ just read this: `$line'\n"; close(CHILD); } else { die "cannot fork: $!" unless defined $pid; STDOUT->autoflush(1); print STDOUT "Child Pid $$ is sending this\n"; exit; } Again, since the child already has its STDOUT connected to the parent, this child could exec some other program to produce something interesting on its standard output. That output would be available to the parent as input from . When using open this way, we don't have to manually call waitpid since we didn't do a manual fork. We do have to call close, though. In both cases, the $? variable will have the child's wait status in it (see Recipe 16.19 to see how to interpret this status value). The preceding examples were unidirectional. What if you want both processes talking to each other? Just make two calls to pipe before forking. You must be careful about who tells whom what and when, though, or you're apt to deadlock. (See Example 16.7.) Example 16.7: pipe5 #!/usr/bin/perl -w # pipe5 - bidirectional communication using two pipe pairs

# designed for the socketpair-challenged use IO::Handle; pipe(PARENT_RDR, CHILD_WTR); pipe(CHILD_RDR, PARENT_WTR); CHILD_WTR->autoflush(1); PARENT_WTR->autoflush(1); if ($pid = fork) { close PARENT_RDR; close PARENT_WTR; print CHILD_WTR "Parent Pid $$ is sending this\n"; chomp($line = ); print "Parent Pid $$ just read this: `$line'\n"; close CHILD_RDR; close CHILD_WTR; waitpid($pid,0); } else { die "cannot fork: $!" unless defined $pid; close CHILD_RDR; close CHILD_WTR; chomp($line = ); print "Child Pid $$ just read this: `$line'\n"; print PARENT_WTR "Child Pid $$ is sending this\n"; close PARENT_RDR; close PARENT_WTR; exit; } That's getting complicated. It just so happens that there's a special system call, shown in Example 16.8, that makes the last example simpler. It's called socketpair, and it works like pipe, except that both handles can be used for reading and for writing. Example 16.8: pipe6 #!/usr/bin/perl -w # pipe6 - bidirectional communication using socketpair # "the best ones always go both ways" use Socket; use IO::Handle; # We say AF_UNIX because although *_LOCAL is the # POSIX 1003.1g form of the constant, many machines # still don't have it. socketpair(CHILD, PARENT, AF_UNIX, SOCK_STREAM, PF_UNSPEC) or die "socketpair: $!"; CHILD->autoflush(1); PARENT->autoflush(1); if ($pid = fork) {

close PARENT; print CHILD "Parent Pid $$ is sending this\n"; chomp($line = ); print "Parent Pid $$ just read this: `$line'\n"; close CHILD; waitpid($pid,0); } else { die "cannot fork: $!" unless defined $pid; close CHILD; chomp($line = ); print "Child Pid $$ just read this: `$line'\n"; print PARENT "Child Pid $$ is sending this\n"; close PARENT; exit; } In fact, some systems have historically implemented pipes as two half-closed ends of a socketpair. They essentially define pipe(READER, WRITER) this way: socketpair(READER, WRITER, AF_UNIX, SOCK_STREAM, PF_UNSPEC); shutdown(READER, 1); # no more writing for reader shutdown(WRITER, 0); # no more reading for writer On Linux kernels before 2.0.34, the shutdown (2) system call was broken. Instead of telling the reader not to write and the writer not to read, you had to tell the reader not to read and the writer not to write.

See Also Chapter 3 of Programming Perl or perlfunc (1) for all functions used here; the documentation for the standard IPC::Open2 module; Advanced Programming in the Unix Environment; Recipe 16.8; Recipe 19.6 Previous: 16.9. Controlling the Input, Output, and Error of Another Program

16.9. Controlling the Input, Output, and Error of Another Program

Perl Cookbook Book Index

Next: 16.11. Making a Process Look Like a File with Named Pipes

16.11. Making a Process Look Like a File with Named Pipes

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.10. Communicating Between Related Processes

Chapter 16 Process Management and Communication

Next: 16.12. Sharing Variables in Different Processes

16.11. Making a Process Look Like a File with Named Pipes Problem You want a process to intercept all access to a file. For instance, you want to make your ~/.plan file a program that returns a random quote.

Solution Use named pipes. First create one, probably from your shell: % mkfifo /path/to/named.pipe Here's a reader for it: open(FIFO, "< /path/to/named.pipe") while () { print "Got: $_"; } close(FIFO); Here's a writer for it: open(FIFO, "> /path/to/named.pipe") print FIFO "Smoke this.\n"; close(FIFO);

or die $!;

or die $!;

Discussion A named pipe, or FIFO as they are also known, is a special file that acts as a buffer to connect processes on the same machine. Ordinary pipes also allow processes to communicate, but those processes must have inherited the filehandles from their parents. To use a named pipe, a process need know only the named pipe's filename. In most cases, processes don't even need to be aware that they're reading from a FIFO. Named pipes can be read from and written to just as though they were ordinary files (unlike Unix-domain sockets as discussed in Chapter 17, Sockets). Data written into the FIFO is buffered up by the operating system, then read back in the order it was written in. Because a FIFO acts as a buffer to connect processes, opening one for reading will block until another process opens it for writing, and vice versa. If you open for read and write using the +< mode to open, you won't block (on most systems) because your process could be both reader and writer.

Let's examine how to use a named pipe so people will get a different file each time they finger you. To create a named pipe, use mkfifo or mknod to create a named pipe called .plan in your home directory: % mkfifo ~/.plan # isn't this everywhere yet? % mknod ~/.plan p # in case you don't have mkfifo On some systems, you must use mknod (8). The location and names of these programs aren't uniform or necessarily obvious, so consult your system documentation to find out where these programs are. The next step is to create a program to feed data to the programs that read from your ~/.plan file. We'll just print the date and time, as shown in Example 16.9. Example 16.9: dateplan #!/usr/bin/perl -w # dateplan - place current date and time in .plan file while (1) { open(FIFO, "> $ENV{HOME}/.plan") or die "Couldn't open $ENV{HOME}/.plan for writing: $!\n"; print FIFO "The current time is ", scalar(localtime), "\n"; close FIFO; sleep 1; } Unfortunately, this won't always work, because some finger programs and their attendant daemons check the size of the .plan file before trying to read it. Because named pipes appear as special files of zero size on the filesystem, such clients and servers will not try to open or read from our named pipe, and the trick will fail. In our .plan example, the writer was a daemon. It's not uncommon for readers to be daemons as well. Take, for instance, the use of a named pipe to centralize logging from many processes. The log server reads log messages from the named pipe and can send them to a database or file. Clients write their messages to the named pipe. This removes the distribution logic from the clients, making changes to message distribution easy to implement. Example 16.10 is a simple program to read two-line messages where the first line is the name of the service and the second line is the message being logged. All messages from httpd are ignored, while all messages from login are saved to /var/log/login. Example 16.10: fifolog #!/usr/bin/perl -w # fifolog - read and record log msgs from fifo use IO::File; $SIG{ALRM} = sub { close(FIFO) };

# move on to the next queued process

while (1) { alarm(0); open(FIFO, "< /tmp/log") alarm(1);

# turn off alarm for blocking open or die "Can't open /tmp/log : $!\n"; # you have 1 second to log

$service = ;

next unless defined $service; chomp $service;

# interrupted or nothing logged

$message = ; next unless defined $message; chomp $message;

# interrupted or nothing logged

alarm(0);

# turn off alarms for message processing

if ($service eq "http") { # ignoring } elsif ($service eq "login") { # log to /var/log/login if ( open(LOG, ">> /tmp/login") ) { print LOG scalar(localtime), " $service $message\n"; close(LOG); } else { warn "Couldn't log $service $message to /var/log/login : $!\n"; } } } This program is more complicated than the .plan program for several reasons. First and foremost, we don't want our logging server to block would-be writers for long. It's easy to imagine a situation where an attacker or misbehaving writer opens the named pipe for writing, but doesn't send a complete message. To prevent this, we use alarm and SIGALRM to signal us if we get stuck reading. Only two exceptional conditions can happen when using named pipes: a writer can have its reader disappear, or vice versa. If a process is reading from a named pipe and the writer closes its end, the reading process will get an end of file ( returns undef). If the reader closes the connection, though, the writer will get a SIGPIPE when it next tries to write there. If you disregard broken pipe signals with $SIG{PIPE} = 'IGNORE', your print will return a false value and $! will be set to EPIPE: use POSIX qw(:errno_h); $SIG{PIPE} = 'IGNORE'; # ... $status = print FIFO "Are you there?\n"; if (!$status && $! == EPIPE) { warn "My reader has forsaken me!\n"; next; } You may be asking "If I have 100 processes all trying simultaneously to write to this server, how can I be sure that I'll get 100 separate entries and not a jumbled mishmash with characters or lines from different processes?" That's a good question. The POSIX standard says that writes of less than PIPE_BUF bytes in size will be delivered atomically, i.e. not jumbled. You can get the PIPE_BUF constant from POSIX: use POSIX; print _POSIX_PIPE_BUF, "\n"; Fortunately, the POSIX standard also requires PIPE_BUF to be at least 512 bytes. This means that all we have

to do is ensure that our clients don't try to log more than 512 bytes at a time. What if you want to log more than 512 bytes at a time? Then you split each large message into several smaller (fewer than 512 bytes) messages, preface each with the unique client identifier (process ID, say) and have the server reassemble them. This is similar to the processing involved in TCP/IP message fragmentation and reassembly. Because a single named pipe doesn't allow bidirectional access between writer and reader, authentication and similar ways of preventing forged messages are hard to do (if not impossible). Rather than struggle to force such things on top of a model that doesn't accommodate them, you are better off using the filesystem's access control to restrict access to the file through the owner and group permissions on the named pipe.

See Also mkfifo (8) or mknod (8) (if you have them); Recipe 17.6 Previous: 16.10. Communicating Between Related Processes

16.10. Communicating Between Related Processes

Perl Cookbook Book Index

Next: 16.12. Sharing Variables in Different Processes

16.12. Sharing Variables in Different Processes

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.11. Making a Process Look Like a File with Named Pipes

Chapter 16 Process Management and Communication

Next: 16.13. Listing Available Signals

16.12. Sharing Variables in Different Processes Problem You want to share variables across forks or between unrelated processes.

Solution Use SysV IPC, if your operating system supports it.

Discussion While SysV IPC (shared memory, semaphores, etc.) isn't as widely used as pipes, named pipes, and sockets for interprocess communication, it still has some interesting properties. Normally, however, you can't expect to use shared memory via shmget or the mmap (2) system call to share a variable among several processes. That's because Perl would reallocate your string when you weren't wanting it to. The CPAN module IPC::Shareable takes care of that. Using a clever tie module, SysV shared memory, and the Storable module from CPAN allows data structures of arbitrary complexity to be shared among cooperating processes on the same machine. These processes don't even have to be related to each other. Example 16.11 is a simple demonstration of the module. Example 16.11: sharetest #!/usr/bin/perl # sharetest - test shared variables across forks use IPC::Shareable; $handle = tie $buffer, 'IPC::Shareable', undef, { destroy => 1 }; $SIG{INT} = sub { die "$$ dying\n" }; for (1 .. 10) { unless ($child = fork) { # i'm the child die "cannot fork: $!" unless defined $child;

squabble(); exit; } push @kids, $child;

# in case we care about their pids

} while (1) { print "Buffer is $buffer\n"; sleep 1; } die "Not reached"; sub squabble { my $i = 0; while (1) { next if $buffer =~ /^$$\b/o; $handle->shlock(); $i++; $buffer = "$$ $i"; $handle->shunlock(); } } The starting process creates the shared variable, forks off 10 children, and then sits back and prints out the value of the buffer every second or so, forever, or until you hit Ctrl-C. Because the SIGINT handler was set before any forking, it got inherited by the squabbling children as well, so they'll also bite the dust when the process group is interrupted. Keyboard interrupts send signals to the whole process group, not just one process. What do the kids squabble over? They're bickering over who gets to update that shared variable. Each one looks to see whether someone else was here or not. So long as the buffer starts with their own signature (their PID), they leave it alone. As soon as someone else has changed it, they lock the shared variable using a special method call on the handle returned from the tie, update it, and release the lock. The program runs much faster by commenting out the line that starts with next where each process is checking that they were the last one to touch the buffer. The /^$$\b/o may look suspicious, since /o tells Perl to compile the pattern once only, but then went and changed the variable's value by forking. Fortunately, the value isn't locked at program compile time, but only the first time the pattern is itself compiled in each process, during whose own lifetime $$ does not alter. The IPC::Sharable module also supports sharing variables among unrelated processes on the same machine. See its documentation for details.

See Also The semctl, semget, semop, shmctl, shmget, shmread, and shmwrite functions in Chapter 3 of Programming Perl and in perlfunc (1); the documentation for the IPC::Shareable module from CPAN Previous: 16.11. Making a Process Look Like a File with Named Pipes

Perl Cookbook

16.11. Making a Process Look Like a File with Named Pipes

Book Index

Next: 16.13. Listing Available Signals

16.13. Listing Available Signals

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.12. Sharing Variables in Different Processes

Chapter 16 Process Management and Communication

Next: 16.14. Sending a Signal

16.13. Listing Available Signals Problem You want to know the signals your operating system provides.

Solution If your shell has a built-in kill -l command, use it: % kill -l HUP INT QUIT ILL TRAP ABRT BUS FPE KILL USR1 SEGV USR2 PIPE ALRM TERM CHLD CONT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH POLL PWR Or using just Perl, print the keys in %SIG if you have release 5.004 or later: % perl -e 'print join(" ", keys %SIG), "\n"' XCPU ILL QUIT STOP EMT ABRT BUS USR1 XFSZ TSTP INT IOT USR2 INFO TTOU ALRM KILL HUP URG PIPE CONT SEGV VTALRM PROF TRAP IO TERM WINCH CHLD FPE TTIN SYS Before version 5.004, you had to use the Config module: % perl -MConfig -e 'print $Config{sig_name}' ZERO HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM URG STOP TSTP CONT CHLD TTIN TTOU IO XCPU XFSZ VTALRM PROF WINCH INFO USR1 USR2 IOT

Discussion If your version of Perl is before 5.004, you have to use signame and signo in Config to find the list of available signals, since keys %SIG wasn't implemented then. The following code retrieves by name and number the available signals from Perl's standard Config.pm module. Use @signame indexed by number to get the signal name, and %signo indexed by name to get the signal number. use Config; defined $Config{sig_name} or die "No sigs?"; $i = 0; # Config prepends fake 0 signal called "ZERO".

foreach $name (split(' ', $Config{sig_name})) { $signo{$name} = $i; $signame[$i] = $name; $i++; }

See Also The documentation for the standard Config module, also in Chapter 7 of Programming Perl; the "Signals" sections in Chapter 6 of Programming Perl and in perlipc (1) Previous: 16.12. Sharing Variables in Different Processes

16.12. Sharing Variables in Different Processes

Perl Cookbook Book Index

Next: 16.14. Sending a Signal

16.14. Sending a Signal

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.13. Listing Available Signals

Chapter 16 Process Management and Communication

Next: 16.15. Installing a Signal Handler

16.14. Sending a Signal Problem You want to send a signal to a process. This could be sent to your own process or to another on the same system. For instance, you caught SIGINT and want to pass it on to your children.

Solution Use kill to send a signal by name or number to the process IDs listed in the remaining arguments: kill 9 => $pid; # send $pid a signal 9 kill -1 => $pgrp; # send whole job a signal 1 kill USR1 => $$; # send myself a SIGUSR1 kill HUP => @pids; # send a SIGHUP to processes in @pids

Discussion Perl's kill function is an interface to the system call of the same name. The first argument is the signal to send, identified by number or by name; subsequent arguments are process IDs to send the signal to. It returns the count of processes successfully signaled. You can only send signals to processes running under the same real or saved UID as your real or effective UID - unless you're the superuser. If the signal number is negative, Perl interprets remaining arguments as process group IDs and sends that signal to all those groups' processes using the killpg (2) system call. A process group is essentially a job. It's how the operating system ties related processes together. For example, when you use your shell to pipe one command into another, you've started two processes, but only one job. When you use Ctrl-C to interrupt the current job, or Ctrl-Z to suspend it, this sends the appropriate signals to the entire job, which may be more than one process. kill can also check whether a process is alive. Sending the special pseudo-signal number 0 checks whether it's legal for you to send a signal to the process - without actually sending one. If it returns true, the process is still alive. If it returns false, the process has either changed its effective UID (in which case $! will be set to EPERM) or no longer exists (and $! is ESRCH). Zombie processes (as described in Recipe 16.19) also report back as ESRCH. use POSIX qw(:errno_h); if (kill 0 => $minion) { print "$minion is alive!\n";

} elsif ($! == EPERM) { # changed uid print "$minion has escaped my control!\n"; } elsif ($! == ESRCH) { print "$minion is deceased.\n"; # or zombied } else { warn "Odd; I couldn't check on the status of $minion: $!\n"; }

See Also The "Signals" sections in Chapter 6 of Programming Perl and in perlipc (1); your system's sigaction (2), signal (3), and kill (2) manpages (if you have them); the kill function in Chapter 3 of Programming Perl and perlfunc (1) Previous: 16.13. Listing Available Signals

Perl Cookbook

Next: 16.15. Installing a Signal Handler

16.13. Listing Available Signals

Book Index

16.15. Installing a Signal Handler

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.14. Sending a Signal

Chapter 16 Process Management and Communication

Next: 16.16. Temporarily Overriding a Signal Handler

16.15. Installing a Signal Handler Problem You want to control how your program responds to signals. You need to do this if you want to catch Ctrl-C, avoid accumulating finished subprocesses, or prevent your process from dying when it writes to a child that has gone away.

Solution Use the %SIG hash to install your own handler by name or by code reference: $SIG{QUIT} = \&got_sig_quit; # call &got_sig_quit for every SIGQUIT $SIG{PIPE} = 'got_sig_pipe'; # call main::got_sig_pipe for every SIGPIPE $SIG{INT} = sub { $ouch++ }; # increment $ouch for every SIGINT %SIG also lets you ignore a signal: $SIG{INT} = 'IGNORE';

# ignore the signal INT

It also restores handling for that signal to the default: $SIG{STOP} = 'DEFAULT'; # restore default STOP signal handling

Discussion Perl uses the %SIG hash to control what happens when signals are received. Each key in %SIG corresponds to a signal. Each value is the action to take when Perl receives the corresponding signal. Perl provides two special behaviors: "IGNORE" to take no action when a particular signal is received, and "DEFAULT" to perform the default Unix action for that signal. Although a C programmer might think of a signal as SIGINT, Perl uses just INT. Perl figures you only use signal names in functions that deal with signals, so the SIG prefix is redundant. This means that you'll assign to $SIG{CHLD} to change what your process does when it gets a SIGCHLD. If you want to run your own code when a given signal is received, you have two choices of what to put in the hash: either a code reference or a subroutine name. (This means you can't name a signal handler IGNORE or DEFAULT if you store the string, but they'd be mighty strange names for signal handlers anyway.) If you use a subroutine name that isn't qualified by a package, Perl will interpret this name to be a function in the main:: package, not one in the package in which the handler was installed. A code reference refers to a subroutine in a particular package, so it is a better choice. Perl calls your handler code with a single argument: the name of the signal that triggered it, like "INT" or

"USR1". Returning from a signal handler takes you back to whatever you were doing when the signal hit. Perl defines two special signals, __DIE__ and __WARN__, whose handlers are called whenever a Perl program emits warnings through warn or dies through die. This lets you catch such warnings, and selectively trap or propagate them. The die and warn handlers are disabled while they run, so you can safely die from a __DIE__ handler or warn from a __WARN__ handler without fear of recursion.

See Also The "Signals" sections in Chapter 6 of Programming Perl and in perlipc (1); your system's sigaction (2), signal (3), and kill (2) manpages (if you have them) Previous: 16.14. Sending a Signal

16.14. Sending a Signal

Perl Cookbook

Next: 16.16. Temporarily Overriding a Signal Handler

Book Index

16.16. Temporarily Overriding a Signal Handler

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.15. Installing a Signal Handler

Chapter 16 Process Management and Communication

Next: 16.17. Writing a Signal Handler

16.16. Temporarily Overriding a Signal Handler Problem You want to install a signal handler only for a particular subroutine. For instance, your subroutine catches SIGINT, and you don't want to disturb SIGINT handling outside the subroutine.

Solution Use local to temporarily override a signal's behavior: # the signal handler sub ding { $SIG{INT} = \&ding; warn "\aEnter your name!\n"; } # prompt for name, overriding SIGINT sub get_name { local $SIG{INT} = \&ding; my $name; print "Kindly Stranger, please enter your name: "; chomp( $name = ); return $name; }

Discussion You must use local rather than my to save away one value out of %SIG. The change remains in effect throughout the execution of that block, including in anything called from it. In this case, that's the get_name subroutine. If the signal is delivered while another function that your function calls is running, your signal handler is triggered - unless the called subroutine installs its own signal handler. The previous value of the hash is automatically restored when the block exits. This is one of the (few) places where dynamic scoping is more convenient than confusing.

See Also Recipe 10.13; Recipe 16.15; Recipe 16.18 Previous: 16.15. Installing a Signal Handler

16.15. Installing a Signal Handler

Perl Cookbook Book Index

Next: 16.17. Writing a Signal Handler

16.17. Writing a Signal Handler

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.16. Temporarily Overriding a Signal Handler

Chapter 16 Process Management and Communication

Next: 16.18. Catching Ctrl-C

16.17. Writing a Signal Handler Problem You want to write a subroutine that will be called whenever your program receives a signal.

Solution A signal handler is just a subroutine. With some risk, you can do anything in a signal handler you'd do in any Perl subroutine, but the more you do, the riskier it gets. Some systems require you to reinstall your signal handler after each signal: $SIG{INT} = \&got_int; sub got_int { $SIG{INT} = \&got_int; # but not for SIGCHLD! # ... } Some systems restart blocking operations, such as reading data. In such cases, you must call die within the handler and trap it with eval: my $interrupted = 0; sub got_int { $interrupted = 1; $SIG{INT} = 'DEFAULT'; die; }

# or 'IGNORE'

eval { $SIG{INT} = \&got_int; # ... long-running code that you don't want to restart }; if ($interrupted) {

# deal with the signal }

Discussion Installing a custom signal handling subroutine is a lot like playing with fire. It may seem like a lot of fun, but, sooner or later, you're going to get burned unless you're exceedingly careful. By installing Perl code to deal with signals, you're exposing yourself to two dangers. First, few system library functions are re-entrant. If the signal interrupts while Perl is executing one function (like malloc (3) or printf (3)), and your signal handler then calls the same function again, you could get unpredictable behavior - often, a core dump. Second, Perl isn't itself re-entrant at the lowest levels. (Release 5.005 of Perl supports lightweight processes called threads.) If the signal interrupts Perl while Perl is changing its own internal data structures, unpredictable behavior may result - usually random core dumps. You have two options: be paranoid or be pragmatic. The paranoid approach is to do as little as possible in your signal handler, as exemplified by the eval and die code in the Solution - set a variable that already has a value, and then bail. Even this is cavalier for the true paranoiac, who avoids die in a handler because the system is out to get you. The pragmatic approach is to say "I know the risks, but prefer the convenience," and to do anything you want in your signal handler. Signals have been implemented in many different operating systems, often in slightly different flavors. The two situations where signal implementations vary the most are when a signal occurs when its signal handler is active (reliability), and when a signal interrupts a blocking system call like read or accept (restarting). The initial implementation of signals was unreliable, meaning that while a handler was running, further occurrences of the same signal would cause the default action, likely aborting the program. Later systems addressed this (each in their own subtly different way, of course) by providing a way to block the delivery of further signals of that number until the handler has finished. If Perl detects that your system can use reliable signals, it generates the proper system calls to achieve this saner, safer behavior. You can use POSIX signals to block signal delivery at other times, as described in Recipe 16.20. For truly portable code, the paranoid programmer will assume the worst case (unreliable signals) and reinstall the signal handler manually, usually as the first statement in a function: $SIG{INT} = \&catcher; sub catcher { $SIG{INT} = \&catcher; # ... } In the special case of catching SIGCHLD, see Recipe 16.19. System V has bizarre behavior that can trip you up. Use the Config module to find out whether you have reliable signals: use Config; print "Hurrah!\n" if $Config{d_sigaction};

Just because you have reliable signals doesn't mean you automatically get reliable programs. But without them, you certainly won't. The first implementation of signals interrupted slow system calls, functions that require the cooperation of other processes or device drivers. If a signal comes in while those system calls are still running, they (and their Perl counterparts) return an error value and set the error to EINTR, "Interrupted system call". Checking for this condition made programs so complicated that most didn't check, and therefore misbehaved or died if a signal interrupted a slow system call. Most modern versions of Unix allow you to change this behavior. Perl will always make system calls restartable if it is on a system that support it. If you have a POSIX system, you can control restarting using the POSIX module (see Recipe 16.20). To determine whether your interrupted system calls will automatically restart, look at your system's C signal.h include file: % egrep 'S[AV]_(RESTART|INTERRUPT)' /usr/include/*/signal.h Two signals are untrappable and unignorable: SIGKILL and SIGSTOP. Full details of the signals available on your system and what they mean can be found in the signal (3) manpage.

See Also The "Signals" sections in Chapter 6 of Programming Perl and in perlipc (1); your system's sigaction (2), signal (3), and kill (2) manpages (if you have them). Porting UNIX Software, by Greg Lehey, O'Reilly & Associates, (1995); Advanced Programming in the Unix Environment Previous: 16.16. Temporarily Overriding a Signal Handler

Perl Cookbook

16.16. Temporarily Overriding a Signal Handler

Book Index

Next: 16.18. Catching Ctrl-C

16.18. Catching Ctrl-C

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.17. Writing a Signal Handler

Chapter 16 Process Management and Communication

Next: 16.19. Avoiding Zombie Processes

16.18. Catching Ctrl-C Problem You want to intercept Ctrl-C, which would otherwise kill your whole program. You'd like to ignore it or run your own function when the signal is received.

Solution Set a handler for SIGINT. Set it to "IGNORE" to make Ctrl-C have no effect: $SIG{INT} = 'IGNORE'; Or, set it to a subroutine of your own devising to respond to Ctrl-C: $SIG{INT} = \&tsktsk; sub tsktsk { $SIG{INT} = \&tsktsk; # See ``Writing A Signal Handler'' warn "\aThe long habit of living indisposeth us for dying.\n"; }

Discussion Ctrl-C isn't directly affecting your program. The terminal driver processing your keystrokes recognizes the Ctrl-C combination (or whatever you've set your terminal to recognize as the interrupt character), and sends a SIGINT to every process in the foreground process group (foreground job) for that terminal. The foreground job normally comprises all programs started from the shell on a single command line, plus any other programs run by those programs. See the section on ""Signals" in the Introduction to this chapter for details. The interrupt character isn't the only special character interpreted by your terminal driver. Type stty -a to find out your current settings: % stty -a speed 9600 baud; 38 rows; 80 columns; lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo -extproc

iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk brkint -inpck -ignpar -parmrk oflags: opost onlcr oxtabs cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow -dtrflow -mdmbuf cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = eol2 = min = 1; quit = ^\; reprint = ^R; start = ^Q; status = stop = ^S; susp = ^Z; time = 0; werase = ^W; The last section, cchars:, is the list of special characters. Recipe 15.8 shows you how to change these from your script without calling the stty program.

See Also Your system's stty (1) manpage (if you have one); Recipe 15.8; Recipe 16.17 Previous: 16.17. Writing a Signal Handler

16.17. Writing a Signal Handler

Perl Cookbook Book Index

Next: 16.19. Avoiding Zombie Processes

16.19. Avoiding Zombie Processes

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.18. Catching Ctrl-C

Chapter 16 Process Management and Communication

Next: 16.20. Blocking Signals

16.19. Avoiding Zombie Processes Problem Your program forks children, but the dead children accumulate, fill up your process table, and aggravate your system administrator.

Solution If you don't need to record the children that have terminated, use: $SIG{CHLD} = 'IGNORE'; To keep better track of deceased children, install a SIGCHLD handler to call waitpid: use POSIX ":sys_wait_h"; $SIG{CHLD} = \&REAPER; sub REAPER { my $stiff; while (($stiff = waitpid(-1, &WNOHANG)) > 0) { # do something with $stiff if you want } $SIG{CHLD} = \&REAPER; # install *after* calling waitpid }

Discussion When a process exits, the system keeps it in the process table so the parent can check its status - whether it terminated normally or abnormally. Fetching a child's status (thereby freeing it to drop from the system altogether) is rather grimly called reaping dead children. (This entire recipe is full of ways to harvest your dead children. If this makes you queasy, we understand.) It involves a call to wait or waitpid . Some Perl functions (piped opens, system , and backticks) will automatically reap the children they make, but you must explicitly wait when you use fork to manually start another process. To avoid accumulating dead children, simply tell the system that you're not interested in them by setting $SIG{CHLD} to "IGNORE". If you want to know which children die and when, you'll need to use waitpid. The waitpid function reaps a single process. Its first argument is the process to wait for - use -1 to mean any process - and its second argument is a set of flags. We use the WNOHANG flag to make waitpid immediately return 0 if there are no dead children. A flag value of 0 is supported everywhere, indicating a blocking wait. Call

waitpid from a SIGCHLD handler, as we do in the Solution, to reap the children as soon as they die. The wait function also reaps children, but it does not have a non-blocking option. If you inadvertently call it when there are running child processes but none have exited, your program will pause until there is a dead child. Because the kernel keeps track of undelivered signals using a bit vector, one bit per signal, if two children die before your process is scheduled, you will get only a single SIGCHLD. You must always loop when you reap in a SIGCHLD handler, and so you can't use wait. Both wait and waitpid return the process ID that they just reaped and set $? to the wait status of the defunct process. This status is actually two 8-bit values in one 16-bit number. The high byte is the exit value of the process. The low 7 bits represent the number of the signal that killed the process, with the 8th bit indicating whether a core dump occurred. Here's one way to isolate those values: $exit_value = $? >> 8; $signal_num = $? & 127; $dumped_core = $? & 128; The standard POSIX module has macros to interrogate status values: WIFEXITED, WEXITSTATUS, WIFSIGNALLED, and WTERMSIG. Oddly enough, POSIX doesn't have a macro to test whether the process core dumped. Beware of two things when using SIGCHLD. First, the system doesn't just send a SIGCHLD when a child exits; it also sends one when the child stops. A process can stop for many reasons - waiting to be foregrounded so it can do terminal I/O, being sent a SIGSTOP (it will wait for the SIGCONT before continuing), or being suspended from its terminal. You need to check the status with the WIFEXITED[1] function from the POSIX module to make sure you're dealing with a process that really died, and isn't just suspended. [1] Not SPOUSEXITED, even on a PC. use POSIX qw(:signal_h :errno_h :sys_wait_h); $SIG{CHLD} = \&REAPER; sub REAPER { my $pid; $pid = waitpid(-1, &WNOHANG); if ($pid == -1) { # no child waiting. Ignore it. } elsif (WIFEXITED($?)) { print "Process $pid exited.\n"; } else { print "False alarm on $pid.\n"; } $SIG{CHLD} = \&REAPER; # in case of unreliable signals } The second trap with SIGCHLD is related to Perl, not the operating system. Because system , open, and backticks all fork subprocesses and the operating system sends your process a SIGCHLD whenever any of its subprocesses exit, you could get called for something you weren't expecting. The built-in operations all wait for the child themselves, so sometimes the SIGCHLD will arrive before the close on the filehandle blocks to reap it. If the signal handler gets to it first, the zombie won't be there for the normal close. This makes close return false and set $! to "No child processes". Then, if the close gets to the dead child first, waitpid will return 0.

Most systems support a non-blocking waitpid . Use Perl's standard Config.pm module to find out: use Config; $has_nonblocking = $Config{d_waitpid} eq "define" || $Config{d_wait4} eq "define"; System V defines SIGCLD, which has the same signal number as SIGCHLD but subtly different semantics. Use SIGCHLD to avoid confusion.

See Also The "Signals" sections in Chapter 6 of Programming Perl and in perlipc (1); the wait and waitpid functions in Chapter 3 of Programming Perl and in perlfunc (1); the documentation for the standard POSIX module, in Chapter 7 of Programming Perl; your system's sigaction (2), signal (3), and kill (2) manpages (if you have them); Recipe 16.17 Previous: 16.18. Catching Ctrl-C

16.18. Catching Ctrl-C

Perl Cookbook Book Index

Next: 16.20. Blocking Signals

16.20. Blocking Signals

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.19. Avoiding Zombie Processes

Chapter 16 Process Management and Communication

Next: 16.21. Timing Out an Operation

16.20. Blocking Signals Problem You'd like to delay the reception of a signal, possibly to prevent unpredictable behavior from signals that can interrupt your program at any point.

Solution Use the POSIX module's interface to the sigprocmask system call. This is only available if your system is POSIX conformant. To block a signal around an operation: use POSIX qw(:signal_h); $sigset = POSIX::SigSet->new(SIGINT); $old_sigset = POSIX::SigSet->new;

# define the signals to block # where the old sigmask will be kept

unless (defined sigprocmask(SIG_BLOCK, $sigset, $old_sigset)) { die "Could not block SIGINT\n"; } To unblock: unless (defined sigprocmask(SIG_UNBLOCK, $old_sigset)) { die "Could not unblock SIGINT\n"; }

Discussion The POSIX standard introduced sigaction and sigprocmask to give you better control over how signals are delivered. The sigprocmask function controls delayed delivery of signals and sigaction installs handlers. If available, Perl uses sigaction when you change %SIG. To use sigprocmask, first build a signal set using POSIX::SigSet->new. This takes a list of signal numbers. The POSIX module exports functions named after the signals, which return their signal numbers. use POSIX qw(:signal_h); $sigset = POSIX::SigSet->new( SIGINT, SIGKILL );

Pass the POSIX::SigSet object to sigprocmask with the SIG_BLOCK flag to delay signal delivery, SIG_UNBLOCK to restore delivery of the signals, or SIG_SETMASK to block only signals in the POSIX::SigSet. The most paranoid of programmers block signals for a fork to prevent a signal handler in the child process being called before Perl can update the child's $$ variable, its process id. If the signal handler were called immediately and reported $$ in that handler, it could possibly report its parent's $$, not its own. This issue does not arise often.

See Also Your system's sigprocmask (2) manpage (if you have one); the documentation for the standard POSIX module in Chapter 7 of Programming Perl Previous: 16.19. Avoiding Zombie Processes

16.19. Avoiding Zombie Processes

Perl Cookbook Book Index

Next: 16.21. Timing Out an Operation

16.21. Timing Out an Operation

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.20. Blocking Signals

Chapter 16 Process Management and Communication

Next: 16.22. Program: sigrand

16.21. Timing Out an Operation Problem You want to make sure an operation doesn't take more than a certain amount of time. For instance, you're running filesystem backups and want to abort if it takes longer than an hour. Or, you want to schedule an event for the next hour.

Solution To interrupt a long-running operation, set a SIGALRM handler to call die. Set an alarm with alarm, then eval your code: $SIG{ALRM} = sub { die "timeout" }; eval { alarm(3600); # long-time operations here alarm(0); }; if ($@) { if ($@ =~ /timeout/) { # timed out; do what you will here } else { alarm(0); die; }

# clear the still-pending alarm # propagate unexpected exception

}

Discussion The alarm function takes one argument: the integer number of seconds before your process receives a SIGALRM. It may be delivered after that time in busy time-sharing systems. The default action for SIGALRM is to terminate your program, so you should install your own signal handler.

You cannot (usefully) give the alarm function a fractional number of seconds; if you try, it will be truncated to an integer. For precise timers, see Recipe 3.9.

See Also The "Signals" sections in Chapter 6 of Programming Perl and in perlipc (1); the alarm function in Chapter 3 of Programming Perl and in perlfunc (1); Recipe 3.9 Previous: 16.20. Blocking Signals

16.20. Blocking Signals

Perl Cookbook Book Index

Next: 16.22. Program: sigrand

16.22. Program: sigrand

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 16.21. Timing Out an Operation

Chapter 16 Process Management and Communication

Next: 17. Sockets

16.22. Program: sigrand Description The following program gives you random signatures by using named pipes. It expects the signatures file to have records in the format of the fortune program - that is, each possible multiline record is terminated with "%%\n". Here's an example: Make is like Pascal: everybody likes it, so they go in and change it. --Dennis Ritchie %% I eschew embedded capital letters in names; to my prose-oriented eyes, they are too awkward to read comfortably. They jangle like bad typography. --Rob Pike %% God made the integers; all else is the work of Man. --Kronecker %% I'd rather have :rofix than const. --Dennis Ritchie %% If you want to program in C, program in C. It's a nice language. I use it occasionally... :-) --Larry Wall %% Twisted cleverness is my only skill as a programmer. --Elizabeth Zwicky %% Basically, avoid comments. If your code needs a comment to be understood, it would be better to rewrite it so it's easier to understand. --Rob Pike %% Comments on data are usually much more helpful than on algorithms. --Rob Pike %% Programs that write programs are the happiest programs in the world. --Andrew Hume %% We check whether we're already running by using a file with our PID in it. If sending a signal number 0 indicates that PID still exists (or, rarely, that something else has reused it), we just exit. We also look at the current Usenet posting to decide whether to look for a per-newsgroup signature file. That way, you can have different signatures for

each newsgroup you post to. For variety, a global signature file is still on occasion used even if a per-newsgroup file exists. You can even use sigrand on systems without named pipes if you remove the code to create a named pipe and extend the sleep interval before file updates. Then .signature would just be a regular file. Another portability concern is that the program forks itself in the background, which is almost like becoming a daemon. If you have no fork call, just comment it out. The full program is shown in Example 16.12. Example 16.12: sigrand #!/usr/bin/perl -w # sigrand - supply random fortunes for .signature file use strict; # config section variables use vars qw( $NG_IS_DIR $MKNOD $FULLNAME $FIFO $ART $NEWS $SIGS $SEMA $GLOBRAND $NAME ); # globals use vars qw( $Home $Fortune_Path @Pwd ); ################################################################ # begin configuration section # should really read from ~/.sigrandrc gethome(); # for rec/humor/funny instead of rec.humor.funny $NG_IS_DIR = 1; $MKNOD $FULLNAME $FIFO $ART $NEWS $SIGS $SEMA $GLOBRAND # # # #

= = = = = = = =

"/bin/mknod"; "$Home/.fullname"; "$Home/.signature"; "$Home/.article"; "$Home/News"; "$NEWS/SIGNATURES"; "$Home/.sigrandpid"; 1/4; # chance to use global sigs anyway

$NAME should be (1) left undef to have program guess read address for signature maybe looking in ~/.fullname, (2) set to an exact address, or (3) set to empty string to be omitted entirely.

$NAME ## $NAME

= ''; # means no name used = "me\@home.org\n";

# end configuration section -- HOME and FORTUNE get autoconf'd

################################################################ setup(); justme(); fork && exit;

# pull in inits # make sure program not already running # background ourself and go away

open (SEMA, "> $SEMA") print SEMA "$$\n"; close(SEMA)

or die "can't write $SEMA: $!"; or die "can't close $SEMA: $!";

# now loop forever, writing a signature into the # fifo file. if you don't have real fifos, change # sleep time at bottom of loop to like 10 to update # only every 10 seconds. for (;;) { open (FIFO, "> $FIFO") or die "can't write $FIFO: $!"; my $sig = pick_quote(); for ($sig) { s/^((:?[^\n]*\n){4}).*$/$1/s; # trunc to 4 lines s/^(.{1,80}).*? *$/$1/gm; # trunc long lines } # print sig, with name if present, padded to four lines if ($NAME) { print FIFO $NAME, "\n" x (3 - ($sig =~ tr/\n//)), $sig; } else { print FIFO $sig; } close FIFO; # # # # #

Without a microsleep, the reading process doesn't finish before the writer tries to open it again, which since the reader exists, succeeds. They end up with multiple signatures. Sleep a tiny bit between opens to give readers a chance to finish reading and close our pipe so we can block when opening it the next time.

select(undef, undef, undef, 0.2); # sleep 1/5 second } die "XXX: NOT REACHED"; # you can't get here from anywhere ################################################################ # # # # #

Ignore SIGPIPE in case someone opens us up and then closes the fifo without reading it; look in a .fullname file for their login name. Try to determine the fully qualified hostname. Look our for silly ampersands in passwd entries. Make sure we have signatures or fortunes. Build a fifo if we need to.

sub setup { $SIG{PIPE} = 'IGNORE'; unless (defined $NAME) {

# if $NAME undef in config

if (-e $FULLNAME) { $NAME = `cat $FULLNAME`; die "$FULLNAME should contain only 1 line, aborting" if $NAME =~ tr/\n// > 1; } else { my($user, $host); chop($host = `hostname`); ($host) = gethostbyname($host) unless $host =~ /\./; $user = $ENV{USER} || $ENV{LOGNAME} || $Pwd[0] or die "intruder alert"; ($NAME = $Pwd[6]) =~ s/,.*//; $NAME =~ s/&/\u\L$user/g; # can't believe some folks still do this $NAME = "\t$NAME\t$user\@$host\n"; } } check_fortunes() if !-e $SIGS; unless (-p $FIFO) { # -p checks whether it's a named pipe if (!-e _) { system("$MKNOD $FIFO p") && die "can't mknod $FIFO"; warn "created $FIFO as a named pipe\n"; } else { die "$0: won't overwrite file .signature\n"; } } else { warn "$0: using existing named pipe $FIFO\n"; } # get a good random number seed. not needed if 5.004 or better. srand(time() ^ ($$ + ($$ ($GLOBRAND) && open ART) || return $SIGS; local $/ = ''; local $_ = ; my($ng) = /Newsgroups:\s*([^,\s]*)/; $ng =~ s!\.!/!g if $NG_IS_DIR; # if rn -/, or SAVEDIR=%p/%c $ng = "$NEWS/$ng/SIGNATURES"; return -f $ng ? $ng : $SIGS; } # Call the fortune program with -s # we get a small enough fortune or sub fortune { local $_; my $tries = 0; do { $_ = `$Fortune_Path -s`; } until tr/\n// < 5 || $tries++ s/^/ /mg; $_ || " SIGRAND: deliver random }

for short flag until ask too much.

> 20; signals to all processes.\n";

# Make sure there's a fortune program. Search # for its full path and set global to that. sub check_fortunes { return if $Fortune_Path; # already set for my $dir (split(/:/, $ENV{PATH}), '/usr/games') { return if -x ($Fortune_Path = "$dir/fortune"); } die "Need either $SIGS or a fortune program, bailing out"; } # figure out our directory sub gethome { @Pwd = getpwuid($ as well as with syswrite and sysread, or over a datagram socket with send and recv. (Perl does not currently support sendmsg(2).) A typical server calls socket, bind, and listen, then loops in a blocking accept call that waits for incoming connections (see Recipe 17.2 and Recipe 17.5). A typical client calls socket and connect (see Recipe 17.1 and Recipe 17.4). Datagram clients are special. They don't have to connect to send data because they can specify the destination as an argument to send. When you bind , connect, or send to a specific destination, you must supply a socket name. An Internet domain socket name is a host (an IP address packed with inet_aton) and a port (a number), packed into a C-style structure with sockaddr_in: use Socket; $packed_ip = inet_aton("208.146.240.1"); $socket_name = sockaddr_in($port, $packed_ip);

A Unix domain socket name is a filename packed into a C structure with sockaddr_un: use Socket; $socket_name = sockaddr_un("/tmp/mysock"); To take a packed socket name and turn it back into a filename or host and port, call sockaddr_un or sockaddr_in in list context: ($port, $packed_ip) = sockaddr_in($socket_name); # for PF_INET sockets ($filename) = sockaddr_un($socket_name); # for PF_UNIX sockets Use inet_ntoa to turn a packed IP address back into an ASCII string. It stands for "numbers to ASCII" and inet_aton stands for "ASCII to numbers." $ip_address = inet_ntoa($packed_ip); $packed_ip = inet_aton("204.148.40.9"); $packed_ip = inet_aton("www.oreilly.com"); Most recipes use Internet domain sockets in their examples, but nearly everything that applies to the Internet domain also applies to the Unix domain. Recipe 17.6 explains the differences and pitfalls. Sockets are the basis of network services. We provide three ways to write servers: one where a child process is created for each incoming connection (Recipe 17.11), one where the server forks in advance (Recipe 17.12), and one where the server process doesn't fork at all (Recipe 17.13). Some servers need to listen to many IP addresses at once, which we demonstrate in Recipe 17.14. Well-behaved servers clean up and restart when they get a HUP signal; Recipe 17.16 shows how to implement that behavior in Perl. We also show how to put a name to both ends of a connection; see Recipe 17.7 and Recipe 17.8. Unix Network Programming and the three-volume TCP/IP Illustrated by W. Richard Stevens are indispensable for the serious socket programmer. If you want to learn the basics about sockets, it's hard to beat the original and classic reference, An Advanced 4.4BSD Interprocess Communication Tutorial. It's written for C, but almost everything is directly applicable to Perl. It's available in /usr/share/doc on most BSD-derived Unix systems. We also recommend you look at The Unix Programming Frequently Asked Questions List (Gierth and Horgan), and Programming UNIX Sockets in C - Frequently Asked Questions (Metcalf and Gierth), both of which are posted periodically to the comp.unix.answers newsgroup. Previous: 16.22. Program: sigrand

16.22. Program: sigrand

Perl Cookbook Book Index

Next: 17.1. Writing a TCP Client

17.1. Writing a TCP Client

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 17.0. Introduction

Chapter 17 Sockets

Next: 17.2. Writing a TCP Server

17.1. Writing a TCP Client Problem You want to connect to a socket on a remote machine.

Solution This solution assumes you're using the Internet to communicate. For TCP-like communication within a single machine, see Recipe 17.6. Either use the standard (as of 5.004) IO::Socket::INET class: use IO::Socket; $socket = IO::Socket::INET->new(PeerAddr => $remote_host, PeerPort => $remote_port, Proto => "tcp", Type => SOCK_STREAM) or die "Couldn't connect to $remote_host:$remote_port : $@\n"; # ... do something with the socket print $socket "Why don't you call me anymore?\n"; $answer = ; # and terminate the connection when we're done close($socket); or create a socket by hand for better control: use Socket; # create a socket socket(TO_SERVER, PF_INET, SOCK_STREAM, getprotobyname('tcp')); # build the address of the remote machine $internet_addr = inet_aton($remote_host) or die "Couldn't convert $remote_host into an Internet address: $!\n"; $paddr = sockaddr_in($remote_port, $internet_addr);

# connect connect(TO_SERVER, $paddr) or die "Couldn't connect to $remote_host:$remote_port : $!\n"; # ... do something with the socket print TO_SERVER "Why don't you call me anymore?\n"; # and terminate the connection when we're done close(TO_SERVER);

Discussion While coding this by hand requires a lot of steps, the IO::Socket::INET class wraps them all in a convenient constructor. The important things to know are where you're going (the PeerAddr and PeerPort parameters) and how you're getting there (the Type parameter). IO::Socket::INET tries to determine these things from what you've given it. It deduces Proto from the Type and Port if possible, and assumes tcp otherwise. PeerAddr is a string containing either a hostname ("www.oreilly.com") or an IP address ("204.148.40.9"). PeerPort is an integer, the port number to connect to. You can embed the port number in the address by giving an address like "www.oreilly.com:80". Type is the kind of socket to create: SOCK_DGRAM for datagrams, or SOCK_STREAM for streams. If you want a SOCK_STREAM connection to a port on a particular machine with no other options, pass a single string to IO::Socket::INET->new consisting of the hostname and port separated by a colon: $client = IO::Socket::INET->new("www.yahoo.com:80") or die $@; If an error occurs, IO::Socket::INET will return undef and $@ (not $!) will be set to the error message. $s = IO::Socket::INET->new(PeerAddr => "Does not Exist", Peerport => 80, Type => SOCK_STREAM ) or die $@; If your packets are disappearing into a network void, it can take a while for your inability to connect to a port to be recognized. You can decrease this time by specifying a Timeout parameter to IO::Socket::INET->new(): $s = IO::Socket::INET->new(PeerAddr => "bad.host.com", PeerPort => 80, Type => SOCK_STREAM, Timeout => 5 ) or die $@; If you do this, though, there's no way to tell from $! or $@ whether you couldn't connect or whether you timed out. Sometimes it's better to set it up by hand instead of using a module. INADDR_ANY is a special address, meaning "listen on any interface." If you want to restrict it to a particular IP address, add a LocalAddr parameter to your call to IO::Socket::INET->new. If coding by hand code, do this:

$inet_addr = inet_aton("208.146.240.1"); $paddr = sockaddr_in($port, $inet_addr); bind(SOCKET, $paddr) or die "bind: $!"; If you know only the name, do this: $inet_addr = gethostbyname("www.yahoo.com") or die "Can't resolve www.yahoo.com: $!"; $paddr = sockaddr_in($port, $inet_addr); bind(SOCKET, $paddr) or die "bind: $!";

See Also The socket, bind, connect, and gethostbyname functions in Chapter 3 of Programming Perl and in perlfunc (1); the documentation for the standard Socket, IO::Socket, and Net::hostent modules; the section on "Internet TCP Clients and Servers" in Chapter 6 of Programming Perl and in perlipc (1); Unix Network Programming, by W. Richard Stevens, published by Prentice Hall (1992); Recipe 17.2; Recipe 17.3 Previous: 17.0. Introduction

17.0. Introduction

Perl Cookbook Book Index

Next: 17.2. Writing a TCP Server

17.2. Writing a TCP Server

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 17.1. Writing a TCP Client

Chapter 17 Sockets

Next: 17.3. Communicating over TCP

17.2. Writing a TCP Server Problem You want to write a server that waits for clients to connect over the network to a particular port.

Solution This recipe assumes you're using the Internet to communicate. For TCP-like communication within a single Unix machine, see Recipe 17.6. Use the standard (as of 5.004) IO::Socket::INET class: use IO::Socket; $server = IO::Socket::INET->new(LocalPort => Type => Reuse => Listen => or die "Couldn't be a tcp server on port

$server_port, SOCK_STREAM, 1, 10 ) # or SOMAXCONN $server_port : $@\n";

while ($client = $server->accept()) { # $client is the new connection } close($server); Or, craft it by hand for better control: use Socket; # make the socket socket(SERVER, PF_INET, SOCK_STREAM, getprotobyname('tcp')); # so we can restart our server quickly setsockopt(SERVER, SOL_SOCKET, SO_REUSEADDR, 1);

# build up my socket address $my_addr = sockaddr_in($server_port, INADDR_ANY); bind(SERVER, $my_addr) or die "Couldn't bind to port $server_port : $!\n"; # establish a queue for incoming connections listen(SERVER, SOMAXCONN) or die "Couldn't listen on port $server_port : $!\n"; # accept and process connections while (accept(CLIENT, SERVER)) { # do something with CLIENT } close(SERVER);

Discussion Setting up a server is more complicated than being a client. The optional listen function tells the operating system how many pending, unanswered connections to queue up waiting for your server. The setsockopt function used in the Solution allows you to avoid waiting two minutes after killing your server before you restart it again (valuable in testing). The bind call registers your server with kernel so others may find you. Finally, accept takes the incoming connections one by one. The numeric argument to listen is the number of unaccepted connections that the operating system should queue before clients start getting "connection refused" errors. Historically, the maximum listen value was 5, and even today, many operating systems silently limit this queue size to around 20. With busy web servers becoming commonplace, many vendors have increased this value. Your documented system maximum can be found in the SOMAXCONN constant from the Socket module. The accept function takes two arguments: the filehandle to connect to the remote client and the server filehandle. It returns the client's port and IP address, as packed by inet_ntoa: use Socket; while ($client_address = accept(CLIENT, SERVER)) { ($port, $packed_ip) = sockaddr_in($client_address); $dotted_quad = inet_ntoa($packed_ip); # do as thou wilt } With the IO::Socket classes, accept is a method of the server filehandle: while ($client = $server->accept()) { # ... } If you call the accept method in list context, it returns the client socket and its address:

while (($client,$client_address) = $server->accept()) { # ... } If no connection is waiting, your program blocks in the accept until a connection comes in. If you want to ensure that your accept won't block, use non-blocking sockets: use Fcntl qw(F_GETFL F_SETFL O_NONBLOCK); $flags = fcntl(SERVER, F_GETFL, 0) or die "Can't get flags for the socket: $!\n"; $flags = fcntl(SERVER, F_SETFL, $flags | O_NONBLOCK) or die "Can't set flags for the socket: $!\n"; Now, when you accept and nothing is waiting for you, accept will return undef and set $! to EWOULDBLOCK. You might fear that when the return flags from F_GETFL are 0, that this would trigger the die just as a failure from undef would. Not so - as with ioctl, a non-error return from fcntl is mapped by Perl to the special value "0 but true". This special string is even exempt from the -w flag's pesky non-numeric warnings, so feel free to use it in your functions when you want to return a value that's numerically zero yet still true. It probably should have been "0 and sneaky" instead.

See Also The socket, bind, listen, accept, fcntl, setsockopt, functions in Chapter 3 of Programming Perl and in perlfunc (1); your system's fcntl (2), socket (2), setsockopt (2) manpages (if you have them); the documentation for the standard Socket, IO::Socket, and Net::hostent modules; the section on "Internet TCP Clients and Servers" in Chapter 6 of Programming Perl and in perlipc (1); Unix Network Programming; Beej's Guide to Network Programming at http://www.ecst.csuchico.edu/~guide/net; Recipe 7.13; Recipe 7.14; Recipe 17.1; Recipe 17.3; Recipe 17.7 Previous: 17.1. Writing a TCP Client

17.1. Writing a TCP Client

Perl Cookbook

Next: 17.3. Communicating over TCP

Book Index

17.3. Communicating over TCP

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 17.2. Writing a TCP Server

Chapter 17 Sockets

Next: 17.4. Setting Up a UDP Client

17.3. Communicating over TCP Problem You want to read or write data over a TCP connection.

Solution This recipe assumes you're using the Internet to communicate. For TCP-like communication within a single machine, see Recipe 17.6. Use print or < > : print SERVER "What is your name?\n"; chomp ($response = ); Or, use send and recv : defined (send(SERVER, $data_to_send, $flags)) or die "Can't send : $!\n"; recv(SERVER, $data_read, $maxlen, $flags) or die "Can't receive: $!\n"; Or, use the corresponding methods on an IO::Socket object: use IO::Socket; $server->send($data_to_send, $flags) or die "Can't send: $!\n"; $server->recv($data_read, $flags) or die "Can't recv: $!\n"; To find out whether data can be read or written, use the select function, which is nicely wrapped by the standard IO::Socket class: use IO::Select;

$select = IO::Select->new(); $select->add(*FROM_SERVER); $select->add($to_client); @read_from = $select->can_read($timeout); foreach $socket (@read_from) { # read the pending data from $socket }

Discussion Sockets handle two completely different types of I/O, each with attendant pitfalls and benefits. The normal Perl I/O functions used on files (except for seek and sysseek) work for stream sockets, but datagram sockets require the system calls send and recv, which work on complete records. Awareness of buffering issues is particularly important in socket programming. That's because buffering, while designed to enhance performance, can interfere with the interactive feel that some programs require. Gathering input with < > may try to read more data from the socket than is yet available as it looks for a record separator. Both print and < > use stdio buffers, so unless you've changed autoflushing (see the Introduction to Chapter 7, File Access) on the socket handle, your data won't be sent to the other end as soon as you print it. Instead, it will wait until a buffer fills up. For line-based clients and servers, this is probably okay, so long as you turn on autoflushing for output. Newer versions of IO::Socket do this automatically on the anonymous filehandles returned by IO::Socket->new. But stdio isn't the only source of buffering. Output (print, printf, or syswrite - or send on a TCP socket) is further subject to buffering at the operating system level under a strategy called The Nagle Algorithm. When a packet of data has been sent but not acknowledged, further to-be-sent data is queued and is sent as soon as another complete packet's worth is collected or the outstanding acknowledgment is received. In some situations (mouse events being sent to a windowing system, keystrokes to a real-time application) this buffering is inconvenient or downright wrong. You can disable the Nagle Algorithm with the TCP_NODELAY socket option: use Socket; require "sys/socket.ph"; # for &TCP_NODELAY setsockopt(SERVER, SOL_SOCKET, &TCP_NODELAY, 1) or die "Couldn't disable Nagle's algorithm: $!\n"; Re-enable it with: setsockopt(SERVER, SOL_SOCKET, &TCP_NODELAY, 0) or die "Couldn't enable Nagle's algorithm: $!\n"; In most cases, TCP_NODELAY isn't something you need. TCP buffering is there for a reason, so don't disable it unless your application is one of the few real-time packet-intensive situations that need to. Load in TCP_NODELAY from sys/socket.ph, a file that isn't automatically installed with Perl, but can be

easily built. See Recipe 12.14 for details. Because buffering is such an issue, you have the select function to determine which filehandles have unread input, which can be written to, and which have "exceptional conditions" pending. The select function takes three strings interpreted as binary data, each bit corresponding to a filehandle. A typical call to select looks like this: $rin = ''; # initialize bitmask vec($rin, fileno(SOCKET), 1) = 1; # mark SOCKET in $rin # repeat calls to vec() for each socket to check $timeout = 10;

# wait ten seconds

$nfound = select($rout = $rin, undef, undef, $timeout); if (vec($rout, fileno(SOCKET),1)){ # data to be read on SOCKET } The four arguments to select are: a bitmask indicating which filehandles to check for unread data; a bitmask indicating which filehandles to check for safety to write without blocking; a bitmask indicating which filehandles to check for exceptional conditions on; and a time in seconds indicating the maximum time to wait (this can be a floating point number). The function changes the bitmask arguments passed to it, so that when it returns, the only bits set correspond to filehandles ready for I/O. This leads to the common strategy of assigning an input mask ($rin above) to an output one ($rout about), so that select can only affect $rout, leaving $rin alone. You can specify a timeout of 0 to poll (check without blocking). Some beginning programmers think that blocking is bad, so they write programs that "busy wait" - they poll and poll and poll and poll. When a program blocks, the operating system recognizes that the process is pending on input and gives CPU time to other programs until input is available. When a program busy-waits, the system can't let it sleep because it's always doing something - checking for input! Occasionally, polling is the right thing to do, but far more often it's not. A timeout of undef to select means "no timeout," and your program will patiently block until input becomes available. Because select uses bitmasks, which are tiresome to create and difficult to interpret, we use the standard IO::Select module in the Solution section. It bypasses bitmasks and is, generally, the easier route. A full explanation of the exceptional data tested for with the third bitmask in select is beyond the scope of this book. Consult Stevens's Unix Network Programming for a discussion of out-of-band and urgent data. Other send and recv flags are listed in the manpages for those system calls.

See Also The send, recv, fileno, vec, setsockopt, and select functions in Chapter 3 of Programming Perl and in perlfunc (1); the sections on "I/O Operators" and on "Bitwise String Operators" in perlop (1); your system's setsockopt (2) manpage (if you have one); the documentation for the standard Socket and IO::Socket modules; the section on "Internet TCP clients and servers" in Chapter 6 of Programming Perl and in perlipc (1); Unix Network Programming; Recipe 17.1; Recipe 17.2 Previous: 17.2. Writing a TCP Server

17.2. Writing a TCP Server

Perl Cookbook

Next: 17.4. Setting Up a UDP Client

Book Index

17.4. Setting Up a UDP Client

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 17.3. Communicating over TCP

Chapter 17 Sockets

Next: 17.5. Setting Up a UDP Server

17.4. Setting Up a UDP Client Problem You want to exchange messages with another process using UDP (datagrams).

Solution To set up a UDP socket handle, use either the low-level Socket module on your own filehandle: use Socket; socket(SOCKET, PF_INET, SOCK_DGRAM, getprotobyname("udp")) or die "socket: $!"; or else IO::Socket, which returns an anonymous one: use IO::Socket; $handle = IO::Socket::INET->new(Proto => 'udp') or die "socket: $@"; # yes, it uses $@ here Then to send a message to a machine named $HOSTNAME on port number $PORTNO, use: $ipaddr = inet_aton($HOSTNAME); $portaddr = sockaddr_in($PORTNO, $ipaddr); send(SOCKET, $MSG, 0, $portaddr) == length($MSG) or die "cannot send to $HOSTNAME($PORTNO): $!"; To receive a message of length no greater than $MAXLEN, use: $portaddr = recv(SOCKET, $MSG, $MAXLEN, 0) ($portno, $ipaddr) = sockaddr_in($portaddr); $host = gethostbyaddr($ipaddr, AF_INET); print "$host($portno) said $MSG\n";

or die "recv: $!";

Discussion Datagram sockets are unlike stream sockets. Streams provide sessions, giving the illusion of a stable connection. You might think of them as working like a telephone call - expensive to set up, but once established, reliable and easy to use. Datagrams, though, are more like the postal system - it's cheaper

and easier to send a letter to your friend on the other side of the world than to call them on the phone. Datagrams are easier on the system than streams. You send a small amount of information one message at a time. But your messages' delivery isn't guaranteed, and they might arrive in the wrong order. Like a small post box, the receiver's queue might fill up and cause further messages to be dropped. Why then, if datagrams are unreliable, do we have them? Because some applications are most sensibly implemented in terms of datagrams. For instance, in streaming audio, it's more important that the stream as a whole be preserved than that every packet get through, especially if packets are being dropped because there's not enough bandwidth for them all. Another use for datagrams is broadcasting, which corresponds to mass mailing of advertisements in the postal model, and is equally popular in most circles. One use for broadcast packets is to send out a message to your local subnet saying "Hey, is there anybody around here who wants to be my server?" Because datagrams don't provide the illusion of a lasting connection, you get a little more freedom in how you use them. You don't have to connect your socket to the remote end that you're sending data. Instead, address each datagram individually when you send. Assuming $remote_addr is the result of a call to sockaddr_in, do this: send(MYSOCKET, $msg_buffer, $flags, $remote_addr) or die "Can't send: $!\n"; The only flag argument used much is MSG_OOB, which lets you send and receive out-of-band data in advanced applications. The remote address should be a port and internet address combination returned by the Socket module's sockaddr_in function. If you want, call connect on that address instead. Then you can omit the last argument to your sends, after which they'll all go to that recipient. Unlike streams, you are free to reconnect to another machine with the same datagram socket. Example 17.1 is a small example of a UDP program. It contacts the UDP time port of the machine whose name is given on the command line, or of the local machine by default. This doesn't work on all machines, but those with a server will send you back a 4-byte integer packed in network byte order that represents the time that machine thinks it is. The time returned, however, is in the number of seconds since 1900. You have to subtract the number of seconds between 1900 and 1970 to feed that time to the localtime or gmtime conversion functions. Example 17.1: clockdrift #!/usr/bin/perl # clockdrift - compare another system's clock with this one use strict; use Socket; my ($host, $him, $src, $port, $ipaddr, $ptime, $delta); my $SECS_of_70_YEARS = 2_208_988_800; socket(MsgBox, PF_INET, SOCK_DGRAM, getprotobyname("udp")) or die "socket: $!";

$him = sockaddr_in(scalar(getservbyname("time", "udp")), inet_aton(shift || '127.1')); defined(send(MsgBox, 0, 0, $him)) or die "send: $!"; defined($src = recv(MsgBox, $ptime, 4, 0)) or die "recv: $!"; ($port, $ipaddr) = sockaddr_in($src); $host = gethostbyaddr($ipaddr, AF_INET); my $delta = (unpack("N", $ptime) - $SECS_of_70_YEARS) - time(); print "Clock on $host is $delta seconds ahead of this one.\n"; If the machine you're trying to contact isn't alive or if its response is lost, you'll only know because your program will get stuck in the recv waiting for an answer that will never come.

See Also The send, recv, gethostbyaddr, and unpack functions in Chapter 3 of Programming Perl and in perlfunc (1); the documentation for the standard Socket and IO::Socket modules; the section on "UDP: message passing" in Chapter 6 of Programming Perl and in perlipc (1); Unix Network Programming; Recipe 17.5 Previous: 17.3. Communicating over TCP

Perl Cookbook

17.3. Communicating over TCP

Book Index

Next: 17.5. Setting Up a UDP Server

17.5. Setting Up a UDP Server

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 17.4. Setting Up a UDP Client

Chapter 17 Sockets

Next: 17.6. Using UNIX Domain Sockets

17.5. Setting Up a UDP Server Problem You want to write a UDP server.

Solution First bind to the port the server is to be contacted on. With IO::Socket, this is easily accomplished: use IO::Socket; $server = IO::Socket::INET->new(LocalPort => $server_port, Proto => "udp") or die "Couldn't be a udp server on port $server_port : $@\n"; Then, go into a loop receiving messages: while ($him = $server->recv($datagram, $MAX_TO_READ, $flags)) { # do something }

Discussion Life with UDP is much simpler than life with TCP. Instead of accepting client connections one at a time and committing yourself to a long-term relationship, take messages from clients as they come in. The recv function returns the address of the sender, which you must then decode. Example 17.2 is a small UDP-based server that just sits around waiting for messages. Every time a message comes in, we find out who sent it and send them a message based on the previous message, and then save the new message. Example 17.2: udpqotd #!/usr/bin/perl -w # udpqotd - UDP message server use strict; use IO::Socket;

my($sock, $oldmsg, $newmsg, $hisaddr, $hishost, $MAXLEN, $PORTNO); $MAXLEN = 1024; $PORTNO = 5151; $sock = IO::Socket::INET->new(LocalPort => $PORTNO, Proto => 'udp') or die "socket: $@"; print "Awaiting UDP messages on port $PORTNO\n"; $oldmsg = "This is the starting message."; while ($sock->recv($newmsg, $MAXLEN)) { my($port, $ipaddr) = sockaddr_in($sock->peername); $hishost = gethostbyaddr($ipaddr, AF_INET); print "Client $hishost said ``$newmsg''\n"; $sock->send($oldmsg); $oldmsg = "[$hishost] $newmsg"; } die "recv: $!"; This program is easier using IO::Socket than the raw Socket module. We don't have to say where to send the message because the library keeps track of who sent the last message and stores that information away on the $sock object. The peername method retrieves it for decoding. You can't use the telnet program to talk to this server. You have to use a dedicated client. One is shown in Example 17.3. Example 17.3: udpmsg #!/usr/bin/perl -w # udpmsg - send a message to the udpquotd server use IO::Socket; use strict; my($sock, $server_host, $msg, $port, $ipaddr, $hishost, $MAXLEN, $PORTNO, $TIMEOUT); $MAXLEN = 1024; $PORTNO = 5151; $TIMEOUT = 5; $server_host = shift; $msg = "@ARGV"; $sock = IO::Socket::INET->new(Proto PeerPort PeerAddr or die "Creating socket: $!\n"; $sock->send($msg) or die "send: $!";

=> 'udp', => $PORTNO, => $server_host)

eval { local $SIG{ALRM} = sub { die "alarm time out" }; alarm $TIMEOUT; $sock->recv($msg, $MAXLEN) or die "recv: $!"; alarm 0; 1; # return value from eval on normalcy } or die "recv from $server_host timed out after $TIMEOUT seconds.\n"; ($port, $ipaddr) = sockaddr_in($sock->peername); $hishost = gethostbyaddr($ipaddr, AF_INET); print "Server $hishost responded ``$msg''\n"; This time when we create the socket, we supply a peer host and port at the start, allowing us to omit that information in the send. We've added an alarm timeout in case the server isn't responsive, or maybe not even alive. Because recv is a blocking system call that may not return, we wrap it in the standard eval block construct for timing out a blocking operation.

See Also The send, recv, and alarm functions in Chapter 3 of Programming Perl and in perlfunc (1); the documentation for the standard Socket and IO::Socket modules; the section on "UDP: message passing" in Chapter 6 of Programming Perl and in perlipc (1); Unix Network Programming; Recipe 16.21; Recipe 17.4 Previous: 17.4. Setting Up a UDP Client

17.4. Setting Up a UDP Client

Perl Cookbook Book Index

Next: 17.6. Using UNIX Domain Sockets

17.6. Using UNIX Domain Sockets

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 17.5. Setting Up a UDP Server

Chapter 17 Sockets

Next: 17.7. Identifying the Other End of a Socket

17.6. Using UNIX Domain Sockets Problem You want to communicate with other processes on only the local machine.

Solution Use domain sockets. You can use the code and techniques from the preceding Internet domain recipes, with the following changes: ●

Because the naming system is different, use sockaddr_un instead of sockaddr_in.



Use IO::Socket::UNIX instead of IO::Socket::INET.



Use PF_UNIX instead of PF_INET, and give PF_UNSPEC as the last argument to socket.



SOCK_STREAM clients don't have to bind to a local address before they connect.

Discussion Unix domain sockets have names like files on the filesystem. In fact, most systems implement them as special files; that's what Perl's -S filetest operator looks for - whether the file is a Unix domain socket. Supply the filename as the Peer argument to IO::Socket::UNIX->new, or encode it with sockaddr_un and pass it to connect. Here's how to make server and client Unix domain datagram sockets with IO::Socket::UNIX: use IO::Socket; unlink "/tmp/mysock"; $server = IO::Socket::UNIX->new(LocalAddr => "/tmp/mysock", Type => SOCK_DGRAM, Listen => 5 ) or die $@; $client = IO::Socket::UNIX->new(PeerAddr Type

=> "/tmp/mysock", => SOCK_DGRAM,

Timeout

=> 10 )

or die $@; Here's how to use the traditional functions to make stream sockets: use Socket; socket(SERVER, PF_UNIX, SOCK_STREAM, 0); unlink "/tmp/mysock"; bind(SERVER, sockaddr_un("/tmp/mysock")) or die "Can't create server: $!"; socket(CLIENT, PF_UNIX, SOCK_STREAM, 0); connect(CLIENT, sockaddr_un("/tmp/mysock")) or die "Can't connect to /tmp/mysock: $!"; Unless you know what you're doing, set the protocol (the Proto argument to IO::Socket::UNIX->new, and the last argument to socket) to 0 for PF_UNIX sockets. You can use both SOCK_DGRAM and SOCK_STREAM types of communication in the Unix domain, with the same semantics as we saw for Internet sockets. Changing the domain doesn't change the characteristics of the type of socket. Because many systems actually create a special file in the filesystem, you should delete the file before you try to bind the socket. Even though there is a race condition (somebody could create a file with the name of your socket between your calls to unlink and bind), this isn't a security problem, because bind won't overwrite an existing file.

See Also Recipes Recipe 17.1 through Recipe 17.5 Previous: 17.5. Setting Up a UDP Server

17.5. Setting Up a UDP Server

Perl Cookbook

Next: 17.7. Identifying the Other End of a Socket

Book Index

17.7. Identifying the Other End of a Socket

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Chapter 17 Sockets

Previous: 17.6. Using UNIX Domain Sockets

Next: 17.8. Finding Your Own Name and Address

17.7. Identifying the Other End of a Socket Problem You have a socket and want to identify the machine at the other end.

Solution If you're only interested in the IP address of the remote machine, use: use Socket; $other_end = or die "Couldn't ($port, $iaddr) = $ip_address =

getpeername(SOCKET) identify other end: $!\n"; unpack_sockaddr_in($other_end); inet_ntoa($iaddr);

If you want its actual host name, use: use Socket; $other_end = getpeername(SOCKET) or die "Couldn't identify other end: $!\n"; ($port, $iaddr) = unpack_sockaddr_in($other_end); $actual_ip = inet_ntoa($iaddr); $claimed_hostname = gethostbyaddr($iaddr, AF_INET); @name_lookup = gethostbyname($claimed_hostname) or die "Could not look up $claimed_hostname : $!\n"; @resolved_ips = map { inet_ntoa($_) } @name_lookup[ 4 .. $#ips_for_hostname ];

Discussion For a long time, figuring out who connected to you was considered more straightforward than it really is. The getpeername function returns the IP address of the remote machine in a packed binary structure (or undef if an error occurred). To unpack it, use inet_ntoa. If you want the name of the remote end, call gethostbyaddr to look up the name of the machine in the DNS tables, right? Not really. That's only half the solution. Because a name lookup goes to the name's owner's DNS server and a lookup of an IP addresses goes to the address's owner's DNS server, you have to contend with the possibility

that the machine that connected to you is giving incorrect names. For instance, the machine evil.crackers.org could belong to malevolent cyberpirates who tell their DNS server that its IP address (1.2.3.4) should be identified as trusted.dod.gov. If your program trusts trusted.dod.gov, a connection from evil.crackers.org will cause getpeername to return the right IP address (1.2.3.4), but gethostbyaddr will return the duplicitous name. To avoid this problem, we take the (possibly deceitful) name returned by get-hostbyaddr and look it up again with gethostbyname. In the case of evil.crackers.org, the lookup of trusted.dod.gov will be done through dod.gov's DNS servers, and will return the real IP address(es) for trusted.dod.gov. Because many machines have more than one IP address (multihomed web servers are the obvious example), we can't use the simplified form of gethostbyname: $packed_ip = gethostbyname($name) or die "Couldn't look up $name : $!\n"; $ip_address = inet_ntoa($packed_ip); So far we've assumed we're dealing with an Internet domain application. You can also call getpeername on a Unix domain socket. If the other end called bind, you'll get the filename they bound to. If the other end didn't call bind, however, getpeername may return an empty string (unpacked), a packed string with oddball garbage in it, or undef to indicate an error, or your computer may reboot. (These possibilities are listed in descending order of probability and desirability.) This is what we in the computer business call "undefined behavior." Even this level of paranoia and mistrust isn't enough. It's still possible for people to fake out DNS servers they don't directly control, so don't use hostnames for identification or authentication. True paranoiacs and misanthropes use cryptographically-secure methods.

See Also The gethostbyaddr, gethostbyname, and getpeername in Chapter 3 of Programming Perl and in perlfunc (1); the inet_ntoa in the standard Socket module; the documentation for the standard IO::Socket and Net::hostnet modules Previous: 17.6. Using UNIX Domain Sockets

Perl Cookbook

17.6. Using UNIX Domain Sockets

Book Index

Next: 17.8. Finding Your Own Name and Address

17.8. Finding Your Own Name and Address

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 17.7. Identifying the Other End of a Socket

Chapter 17 Sockets

Next: 17.9. Closing a Socket After Forking

17.8. Finding Your Own Name and Address Problem You want to find your (fully qualified) hostname.

Solution First, get your (possibly qualified) hostname. Either try the standard Sys::Hostname module: use Sys::Hostname; $hostname = hostname(); or POSIX's uname function: use POSIX qw(uname); ($kernel, $hostname, $release, $version, $hardware) = uname(); $hostname = (uname)[1];

# or just one

Then turn it into an IP address and convert to its canonical name: use Socket; # for AF_INET $address = gethostbyname($hostname) or die "Couldn't resolve $hostname : $!"; $hostname = gethostbyaddr($address, AF_INET) or die "Couldn't re-resolve $hostname : $!";

Discussion Sys::Hostname tries to be portable by using knowledge about your system to decide how best to find the hostname. It tries many different ways of getting the hostname, but several involve running other programs. This can lead to tainted data (see Recipe 19.1). POSIX::uname, on the other hand, only works on POSIX systems and isn't guaranteed to provide anything useful in the nodename field that we are examining. That said, the value is useful on many machines and doesn't suffer from the tainted data problem that Sys::Hostname does.

Once you have the name, though, you must consider that it might be missing a domain name. For instance, Sys::Hostname may return you guanaco instead of guanaco.camelids.org. To fix this, convert the name back into an IP address with gethostbyname and then back into a name again with gethostbyaddr. By involving the domain name system, you are guaranteed of getting a full name.

See Also The gethostbyaddr, gethostbyname functions in Chapter 3 of Programming Perl and in perlfunc (1); the documentation for the standard Net::hostent and Sys::Hostname modules Previous: 17.7. Identifying the Other End of a Socket

17.7. Identifying the Other End of a Socket

Perl Cookbook

Next: 17.9. Closing a Socket After Forking

Book Index

17.9. Closing a Socket After Forking

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 17.8. Finding Your Own Name and Address

Chapter 17 Sockets

Next: 17.10. Writing Bidirectional Clients

17.9. Closing a Socket After Forking Problem Your program has forked and you want to tell the other end that you're done sending data. You've tried close on the socket, but the remote end never gets an EOF or SIGPIPE.

Solution Use shutdown: shutdown(SOCKET, 0); shutdown(SOCKET, 1); shutdown(SOCKET, 2);

# I/we have stopped reading data # I/we have stopped writing data # I/we have stopped using this socket

On an IO::Socket object, you could also write: $socket->shutdown(0);

# I/we have stopped reading data

Discussion When a process forks, the child has copies of all the parent's open filehandles, including sockets. When you close a file or socket, you close only the current process' copy. If another process (parent or child) still has the socket open, the operating system doesn't consider their file or socket closed. Take the case of a socket that data is being sent to. If two processes have this socket open, one can close it but the socket isn't considered closed by the operating system because the other still has it open. Until the other process closes the socket, the process reading from the socket won't get an end-of-file. This can lead to confusion and deadlock. To avoid this, either close unused filehandles after a fork, or use shutdown. The shutdown function is a more insistent form of close - it tells the operating system that even though other processes have copies of this filehandle, it should be marked as closed and the other end should get an end-of-file if they read from it, or a SIGPIPE if they write to it. The numeric argument to shutdown lets you specify which sides of the connection are closed. An argument of 0 says that we're done reading data, so the other end of the socket will get a SIGPIPE if they try writing. 1 says that we're done writing data, so the other end of the socket will get an end-of-file if they try reading. 2 says we're done reading and writing.

Imagine a server that wants to read its client's request until end of file, and send an answer. If the client calls close, that socket is now invalid for I/O, so no answer would ever come back. Instead, the client should use shutdown to half-close the connection. print SERVER "my request\n"; # send some data shutdown(SERVER, 1); # send eof; no more writing $answer = ; # but you can still read

See Also The close and shutdown functions in Chapter 3 of Programming Perl and in perlfunc (1); your system's shutdown (2) manpage (if you have it) Previous: 17.8. Finding Your Own Name and Address

17.8. Finding Your Own Name and Address

Perl Cookbook Book Index

Next: 17.10. Writing Bidirectional Clients

17.10. Writing Bidirectional Clients

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 17.9. Closing a Socket After Forking

Chapter 17 Sockets

Next: 17.11. Forking Servers

17.10. Writing Bidirectional Clients Problem You want set up a fully interactive client so you can type a line, get the answer, type a line, get the answer, etc., somewhat like telnet.

Solution Once you've connected, fork off a duplicate process. One twin only reads your input and passes it on to the server, and the other only reads the server's output and sends it to your own output.

Discussion In a client-server relationship, it is difficult to know whose turn it is to talk. Single-threaded solutions involving the four-argument version of select are hard to write and maintain. But there's no reason to ignore multitasking solutions. The fork function dramatically simplifies this problem. Once you've connected to the service you'd like to chat with, call fork to clone a twin. Each of these two (nearly) identical processes has a simple job. The parent copies everything from the socket to standard output, and the child simultaneously copies everything from standard input to the socket. The code is in Example 17.4. Example 17.4: biclient #!/usr/bin/perl -w # biclient - bidirectional forking client use strict; use IO::Socket; my ($host, $port, $kidpid, $handle, $line); unless (@ARGV == 2) { die "usage: $0 host port" } ($host, $port) = @ARGV; # create a tcp connection to the specified host and port

$handle = IO::Socket::INET->new(Proto => "tcp", PeerAddr => $host, PeerPort => $port) or die "can't connect to port $port on $host: $!"; $handle->autoflush(1); # so output gets there right away print STDERR "[Connected to $host:$port]\n"; # split the program into two processes, identical twins die "can't fork: $!" unless defined($kidpid = fork()); if ($kidpid) { # parent copies the socket to standard output while (defined ($line = )) { print STDOUT $line; } kill("TERM" => $kidpid); # send SIGTERM to child } else { # child copies standard input to the socket while (defined ($line = )) { print $handle $line; } } exit; To accomplish the same thing using just one process is remarkably more difficult. It's easier to code two processes, each doing a single task, than it is to code one process to do two different tasks. Take advantage of multitasking by splitting your program into multiple threads of control, and some of your bewildering problems will become much easier. The kill function in the parent's if block is there to send a signal to the child (currently running in the else block) as soon as the remote server has closed its end of the connection. The kill at the end of the parent's block is there to eliminate the child process as soon as the server on the other end goes away. If the remote server sends data a byte at time and you need that data immediately without waiting for a newline (which may never arrive), you may wish to replace the while loop in the parent with the following: my $byte; while (sysread($handle, $byte, 1) == 1) { print STDOUT $byte; } Making a system call for each byte you want to read is not very efficient (to put it mildly), but it is the simplest to explain and works reasonably well.

See Also The sysread and fork functions in Chapter 3 of Programming Perl and in perlfunc (1); the documentation for the standard IO::Socket module; Recipe 16.5; Recipe 16.10; Recipe 17.11 Previous: 17.9. Closing a Socket After Forking

17.9. Closing a Socket After Forking

Perl Cookbook Book Index

Next: 17.11. Forking Servers

17.11. Forking Servers

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 17.10. Writing Bidirectional Clients

Chapter 17 Sockets

Next: 17.12. Pre-Forking Servers

17.11. Forking Servers Problem You want to write a server that forks a subprocess to handle each new client.

Solution Fork in the accept loop, and use a $SIG{CHLD} handler to reap the children. # set up the socket SERVER, bind and listen ... use POSIX qw(:sys_wait_h); sub REAPER { 1 until (-1 == waitpid(-1, WNOHANG)); $SIG{CHLD} = \&REAPER; }

# unless $] >= 5.002

$SIG{CHLD} = \&REAPER; while ($hisaddr = accept(CLIENT, SERVER)) { next if $pid = fork; # parent die "fork: $!" unless defined $pid; # failure # otherwise child close(SERVER); # no use to child # ... do something exit; # child leaves } continue { close(CLIENT); # no use to parent }

Discussion This approach is very common for SOCK_STREAM servers in the Internet and Unix domains. Each incoming connection gets a cloned server of its own. The model is:

1. Accept a stream connection. 2. Fork off a duplicate to communicate over that stream. 3. Return to 1. This technique isn't used with SOCK_DGRAM sockets because their method of communication is different. The time it takes to fork makes the forking model impractical for UDP-style servers. Instead of working with a series of stateful, long-running connections, SOCK_DGRAM servers work with a bunch of sporadic datagrams, usually statelessly. With them, the model must become: 1. Read a datagram. 2. Handle the datagram. 3. Return to 1. The child process deals with the new connection. Because it will never use the SERVER socket, we immediately close it. This is partly to keep a tidy house, but mainly so that the server socket is closed when the parent (server) process exits. If the children do not close the SERVER socket, the operating system considers the socket still open even when the parent dies. For more on this, see Recipe 17.9. %SIG ensures that we clean up after our children when they exit. See Chapter 16, Process Management and Communication for details.

See Also The fork and accept functions in Chapter 3 of Programming Perl and in perlfunc (1); Recipe 16.15; Recipe 16.19; Recipe 17.12; Recipe 17.13 Previous: 17.10. Writing Bidirectional Clients

17.10. Writing Bidirectional Clients

Perl Cookbook Book Index

Next: 17.12. Pre-Forking Servers

17.12. Pre-Forking Servers

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Chapter 17 Sockets

Previous: 17.11. Forking Servers

Next: 17.13. Non-Forking Servers

17.12. Pre-Forking Servers Problem You want to write a server that concurrently processes several clients (as in "Forking Servers"), but connections are coming in so fast that forking slows the server too much.

Solution Have a master server maintain a pool of pre-forked children, as shown in Example 17.5. Example 17.5: preforker #!/usr/bin/perl # preforker - server who forks first use IO::Socket; use Symbol; use POSIX; # establish SERVER socket, bind and listen. $server = IO::Socket::INET->new(LocalPort => Type => Proto => Reuse => Listen => or die "making socket: $@\n"; # global variables $PREFORK $MAX_CLIENTS_PER_CHILD %children $children

= = = =

5; 5; (); 0;

# # # #

6969, SOCK_STREAM, 'tcp', 1, 10 )

number of children to maintain number of clients each child should process keys are current child process IDs current number of children

sub REAPER { $SIG{CHLD} = \&REAPER; my $pid = wait; $children --; delete $children{$pid}; }

# takes care of dead children

sub HUNTSMAN { local($SIG{CHLD}) = 'IGNORE';

# signal handler for SIGINT # we're going to kill our children

kill 'INT' => keys %children; exit;

# clean up with dignity

} # Fork off our children. for (1 .. $PREFORK) { make_new_child(); } # Install signal handlers. $SIG{CHLD} = \&REAPER; $SIG{INT} = \&HUNTSMAN; # And maintain the population. while (1) { sleep; # wait for a signal (i.e., child's death) for ($i = $children; $i < $PREFORK; $i++) { make_new_child(); # top up the child pool } } sub make_new_child { my $pid; my $sigset; # block signal for fork $sigset = POSIX::SigSet->new(SIGINT); sigprocmask(SIG_BLOCK, $sigset) or die "Can't block SIGINT for fork: $!\n"; die "fork: $!" unless defined ($pid = fork); if ($pid) { # Parent records the child's birth and returns. sigprocmask(SIG_UNBLOCK, $sigset) or die "Can't unblock SIGINT for fork: $!\n"; $children{$pid} = 1; $children++; return; } else { # Child can *not* return from this subroutine. $SIG{INT} = 'DEFAULT'; # make SIGINT kill us as it did before # unblock signals sigprocmask(SIG_UNBLOCK, $sigset) or die "Can't unblock SIGINT for fork: $!\n"; # handle connections until we've reached $MAX_CLIENTS_PER_CHILD for ($i=0; $i < $MAX_CLIENTS_PER_CHILD; $i++) { $client = $server->accept() or last; # do something with the connection }

# tidy up gracefully and finish # this exit is VERY important, otherwise the child will become # a producer of more and more children, forking yourself into # process death. exit; } }

Discussion Whew. Although this is a lot of code, the logic is simple: the parent process never deals with clients but instead forks $PREFORK children to do that. The parent keeps track of how many children it has and forks more to replace dead children. Children exit after having handled $MAX_CLIENTS_PER_CHILD clients. The code is a reasonably direct implementation of the logic above. The only trick comes with signal handlers: we want the parent to catch SIGINT and kill its children, so we install our signal handler &HUNTSMAN to do this. But we then have to be careful that the child doesn't have the same handler after we fork. We use POSIX signals to block the signal for the duration of the fork (see Recipe 16.20). When you use this code in your programs, be sure that make_new_child never returns. If it does, the child will return, become a parent, and spawn off its own children. Your system will fill up with processes, your system administrator will storm down the hallway to find you, and you may end up tied to four horses wondering why you hadn't paid more attention to this paragraph. On some operating systems, notably Solaris, you cannot have multiple children doing an accept on the same socket. You have to use file locking to ensure that only one child can call accept at any particular moment.

See Also The select function in Chapter 3 or perlfunc (1); your system's fcntl (2) manpage (if you have one); the documentation for the standard Fcntl, Socket, IO::Select, IO::Socket, and Tie::RefHash modules; Recipe 17.11; Recipe 17.12 Previous: 17.11. Forking Servers

17.11. Forking Servers

Perl Cookbook Book Index

Next: 17.13. Non-Forking Servers

17.13. Non-Forking Servers

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 17.12. Pre-Forking Servers

Chapter 17 Sockets

Next: 17.14. Writing a Multi-Homed Server

17.13. Non-Forking Servers Problem You want a server to deal with several simultaneous connections, but you don't want to fork a process to deal with each connection.

Solution Keep an array of open clients, use select to read information when it becomes available, and deal with a client only when you have read a full request from it, as shown in Example 17.6. Example 17.6: nonforker #!/usr/bin/perl -w # nonforker - server who multiplexes without forking use POSIX; use IO::Socket; use IO::Select; use Socket; use Fcntl; use Tie::RefHash; $port = 1685;

# change this at will

# Listen to port. $server = IO::Socket::INET->new(LocalPort => $port, Listen => 10 ) or die "Can't make server socket: $@\n"; # begin with %inbuffer = %outbuffer = %ready =

empty buffers (); (); ();

tie %ready, 'Tie::RefHash';

nonblock($server); $select = IO::Select->new($server); # Main loop: check reads/accepts, check writes, check ready to process while (1) { my $client; my $rv; my $data; # check for new information on the connections we have # anything to read or accept? foreach $client ($select->can_read(1)) { if ($client == $server) { # accept a new connection $client = $server->accept(); $select->add($client); nonblock($client); } else { # read data $data = ''; $rv = $client->recv($data, POSIX::BUFSIZ, 0); unless (defined($rv) && length $data) { # This would be the end of file, so close the client delete $inbuffer{$client}; delete $outbuffer{$client}; delete $ready{$client}; $select->remove($client); close $client; next; } $inbuffer{$client} .= $data; # test whether the data in the buffer or the data we # just read means there is a complete request waiting # to be fulfilled. If there is, set $ready{$client} # to the requests waiting to be fulfilled. while ($inbuffer{$client} =~ s/(.*\n)//) { push( @{$ready{$client}}, $1 ); } } }

# Any complete requests to process? foreach $client (keys %ready) { handle($client); } # Buffers to flush? foreach $client ($select->can_write(1)) { # Skip this client if we have nothing to say next unless exists $outbuffer{$client}; $rv = $client->send($outbuffer{$client}, 0); unless (defined $rv) { # Whine, but move on. warn "I was told I could write, but I can't.\n"; next; } if ($rv == length $outbuffer{$client} || $! == POSIX::EWOULDBLOCK) { substr($outbuffer{$client}, 0, $rv) = ''; delete $outbuffer{$client} unless length $outbuffer{$client}; } else { # Couldn't write all the data, and it wasn't because # it would have blocked. Shutdown and move on. delete $inbuffer{$client}; delete $outbuffer{$client}; delete $ready{$client}; $select->remove($client); close($client); next; } } # Out of band data? foreach $client ($select->has_exception(0)) { # arg is timeout # Deal with out-of-band data here, if you want to. } } # handle($socket) deals with all pending requests for $client sub handle { # requests are in $ready{$client} # send output to $outbuffer{$client} my $client = shift; my $request;

foreach $request (@{$ready{$client}}) { # $request is the text of the request # put text of reply into $outbuffer{$client} } delete $ready{$client}; } # nonblock($socket) puts socket into nonblocking mode sub nonblock { my $socket = shift; my $flags; $flags = fcntl($socket, F_GETFL, 0) or die "Can't get flags for socket: $!\n"; fcntl($socket, F_SETFL, $flags | O_NONBLOCK) or die "Can't make socket nonblocking: $!\n"; }

Discussion As you see, handling multiple simultaneous clients within one process is more complicated than forking dedicated clones. You end up having to do a lot of operating system-like work to split your time between different connections and to ensure you don't block while reading. The select function tells which connections have data waiting to be read, which can have data written to them, and which have unread out-of-band data. We could use the select function built into Perl, but it would take more work to find out which filehandles are available. So we use the standard (as of 5.004) IO::Select module. We use getsockopt and setsockopt to turn on the non-blocking option for the server socket. Without it, a single client whose socket buffers filled up would cause the server to pause until the buffers emptied. Using nonblocking I/O, however, means that we have to deal with the case of partial reads and writes - we can't simply use < > to block until an entire record can be read, or use print to send an entire record with print. %inbuffer holds the incomplete command read from clients, %outbuffer holds data not yet sent, and %ready holds arrays of unhandled messages. To use this code in your program, do three things. First, change the IO::Socket::INET call to specify your service's port. Second, change the code that moves records from the inbuffer to the ready queue. Currently it treats each line (text ending in \n) as a request. If your requests are not lines, you'll want to change this. while ($inbuffer{$client} =~ s/(.*\n)//) { push( @{$ready{$client}}, $1 ); } Finally, change the middle of the loop in handler to actually create a response to the request. A simple echoing program would say: $outbuffer{$client} .= $request; Error handling is left as an exercise to the reader. At the moment, we assume any read or write that caused an

error is reason to end that client's connection. This is probably too harsh, because "errors" like EINTR and EAGAIN don't warrant termination (although you should never get an EAGAIN when using select ()).

See Also The select function in Chapter 3 or perlfunc (1); your system's fcntl (2) manpage (if you have one); the documentation for the standard Fcntl, Socket, IO::Select, IO::Socket, and Tie::RefHash modules; Recipe 17.11; Recipe 17.12 Previous: 17.12. Pre-Forking Servers

17.12. Pre-Forking Servers

Perl Cookbook

Next: 17.14. Writing a Multi-Homed Server

Book Index

17.14. Writing a Multi-Homed Server

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 17.13. Non-Forking Servers

Chapter 17 Sockets

Next: 17.15. Making a Daemon Server

17.14. Writing a Multi-Homed Server Problem You want to write a server that knows that the machine it runs on has multiple IP addresses, and that it should possibly do different things for each address.

Solution Don't bind your server to a particular address. Instead, bind to INADDR_ANY. Then, once you've accepted a connection, use getsockname on the client socket to find out which address they connected to: use Socket; socket(SERVER, PF_INET, SOCK_STREAM, getprotobyname('tcp')); setsockopt(SERVER, SOL_SOCKET, SO_REUSEADDR, 1); bind(SERVER, sockaddr_in($server_port, INADDR_ANY)) or die "Binding: $!\n"; # accept loop while (accept(CLIENT, SERVER)) { $my_socket_address = getsockname(CLIENT); ($port, $myaddr) = sockaddr_in($my_socket_address); }

Discussion Whereas getpeername (as discussed in Recipe 17.7) returns the address of the remote end of the socket, getsockname returns the address of the local end. When we've bound to INADDR_ANY, thus accepting connections on any address the machine has, we need to use getsockname to identify which address the client connected to. If you're using IO::Socket::INET, your code will look like this: $server = IO::Socket::INET->new(LocalPort => $server_port, Type => SOCK_STREAM,

Proto => 'tcp', Listen => 10) or die "Can't create server socket: $@\n"; while ($client = $server->accept()) { $my_socket_address = $client->sockname(); ($port, $myaddr) = sockaddr_in($my_socket_address); # ... } If you don't specify a local port to IO::Socket::INET->new, your socket will be bound to INADDR_ANY. If you want your server to listen only for a particular virtual host, don't use INADDR_ANY. Instead, bind to a specific host address: use Socket; $port = 4269; $host = "specific.host.com";

# port to bind to # virtual host to listen on

socket(Server, PF_INET, SOCK_STREAM, getprotobyname("tcp")) or die "socket: $!"; bind(Server, sockaddr_in($port, inet_aton($host))) or die "bind: $!"; while ($client_address = accept(Client, Server)) { # ... }

See Also The getsockname function in Chapter 3 of Programming Perl and in perlfunc (1); the documentation for the standard Socket and IO::Socket modules; the section on "Sockets" in Chapter 6 of Programming Perl or perlipc (1) Previous: 17.13. Non-Forking Servers

17.13. Non-Forking Servers

Perl Cookbook Book Index

Next: 17.15. Making a Daemon Server

17.15. Making a Daemon Server

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 17.14. Writing a Multi-Homed Server

Chapter 17 Sockets

Next: 17.16. Restarting a Server on Demand

17.15. Making a Daemon Server Problem You want your program to run as a daemon.

Solution If you are paranoid and running as root, chroot to a safe directory: chroot("/var/daemon") or die "Couldn't chroot to /var/daemon: $!"; Fork once, and let the parent exit. $pid = fork; exit if $pid; die "Couldn't fork: $!" unless defined($pid); Dissociate from the controlling terminal that started us and stop being part of whatever process group we had been a member of. use POSIX; POSIX::setsid() or die "Can't start a new session: $!"; Trap fatal signals, setting a flag to indicate we need to gracefully exit. $time_to_die = 0; sub signal_handler { $time_to_die = 1; } $SIG{INT} = $SIG{TERM} = $SIG{HUP} = \&signal_handler; # trap or ignore $SIG{PIPE} Wrap your actual server code in a loop:

until ($time_to_die) { # ... }

Discussion Before POSIX, every operating system had its own way for a process to tell the operating system "I'm going it alone, please interfere with me as little as possible." POSIX makes it much cleaner. That said, you can still take advantage of any operating system-specific calls if you want to. The chroot call is one of those non-POSIX calls. It makes a process change where it thinks the directory / is. For instance, after chroot "/var/daemon", if the process tries to read the file /etc/passwd, it will read /var/daemon/etc/passwd. A chrooted process needs copies of any files it will run made available inside its new /, of course. For instance, our chrooted process would need /var/daemon/bin/csh if it were going to glob files. For security reasons, only the superuser may chroot. This is done by FTP servers if you login to them anonymously. It isn't really necessary to become a daemon. The operating system expects a child's parent to wait when the child dies. Our daemon process has no particular parent to do this, so we need to disinherit it. This we do by forking once and having our parent exit, so that the child is not associated with the process that started the parent. The child then closes all the filehandles it got from its parent (STDIN, STDERR, and STDOUT) and calls POSIX::setsid to ensure that it is completely dissociated from its parent's terminal. Now we're almost ready to begin. We don't want signals like SIGINT to kill us immediately (its default behavior), so we use %SIG to catch them and set a flag saying it's time to exit. Then our main program simply becomes: "While we weren't killed, do something." The signal SIGPIPE is a special case. It's easy to get (by writing to a filehandle whose other end is closed) and has unforgiving default behavior (it terminates your process). You probably want to either ignore it ($SIG{PIPE} = 'IGNORE') or define your own signal handler to deal with it appropriately.

See Also Your system's setsid (2) and chroot (1) manpage (if you have them); the chroot function in Chapter 3 of Programming Perl and in perlfunc (1); the Unix Socket FAQ at http://www.ibrado.com/sock-faq/. Unix Network Programming Previous: 17.14. Writing a Multi-Homed Server

17.14. Writing a Multi-Homed Server

Perl Cookbook Book Index

Next: 17.16. Restarting a Server on Demand

17.16. Restarting a Server on Demand

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 17.15. Making a Daemon Server

Chapter 17 Sockets

Next: 17.17. Program: backsniff

17.16. Restarting a Server on Demand Problem You want your server to shutdown and restart when it receives a HUP signal, just like inetd or httpd .

Solution Catch the SIGHUP signal, and re-execute your program: $SELF = "/usr/local/libexec/myd"; # which program I am @ARGS = qw(-l /var/log/myd -d); # program arguments $SIG{HUP} = \&phoenix; sub phoenix { # close all your connections, kill your children, and # generally prepare to be reincarnated with dignity. exec($SELF, @ARGS) or die "Couldn't restart: $!\n"; }

Discussion It sure looks simple ("when I get a HUP signal, restart") but it's tricky. You must know your own program name, and that isn't easy to find out. You could use $0 or the FindBin module. For normal programs, this is fine, but critical system utilities must be more cautious, as there's no guarantee that $0 is valid. You can hardcode the filename and arguments into your program, as we do here. That's not necessarily the most convenient solution, however, so you might want to read the program and arguments from an external file (using the filesystem's protections to ensure it hasn't been tampered with). Be sure and install your signal handler after you define $SELF and @ARGS, otherwise there's a race condition when a SIGHUP could run restart but you don't know the program to run. This would cause your program to die. Some servers don't want restart on receiving a SIGHUP - they just want to reread their configuration file.

$CONFIG_FILE = "/usr/local/etc/myprog/server_conf.pl"; $SIG{HUP} = \&read_config; sub read_config { do $CONFIG_FILE; } Some clever servers even autoload their configuration files when they notice that those files have been updated. That way you don't have to go out of your way to signal them.

See Also The exec function in Chapter 3 of Programming Perl and in perlfunc (1); Recipe 8.16; Recipe 8.17; Recipe 16.15 Previous: 17.15. Making a Daemon Server

17.15. Making a Daemon Server

Perl Cookbook Book Index

Next: 17.17. Program: backsniff

17.17. Program: backsniff

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 17.16. Restarting a Server on Demand

Chapter 17 Sockets

Next: 17.18. Program: fwdport

17.17. Program: backsniff This program logs attempts to connect to ports. It uses the Sys::Syslog module (it in turn wants the syslog.ph library, which may or may not come with your system) to log the connection attempt as level LOG_NOTICE and facility LOG_DAEMON. It uses getsockname to find out what port was connected to and getpeername to find out what machine made the connection. It uses getservbyport to convert the local port number (e.g., 7) into a service name (e.g, "echo"). It produces entries in the system log file like this: May 25 15:50:22 coprolith sniffer: Connection from 207.46.131.141 to 207.46.130.164:echo Install it in the inetd.conf file with a line like this: echo stream tcp nowait nobody /usr/scripts/snfsqrd sniffer The program is shown in Example 17.7. Example 17.7: backsniff #!/usr/bin/perl -w # backsniff - log attempts to connect to particular ports use Sys::Syslog; use Socket; # identify my port and address $sockname = getsockname(STDIN) or die "Couldn't identify myself: $!\n"; ($port, $iaddr) = sockaddr_in($sockname); $my_address = inet_ntoa($iaddr); # get a name for the service $service = (getservbyport ($port, "tcp"))[0] || $port; # now identify remote address $sockname = getpeername(STDIN) or die "Couldn't identify other end: $!\n";

($port, $iaddr) $ex_address

= sockaddr_in($sockname); = inet_ntoa($iaddr);

# and log the information openlog("sniffer", "ndelay", "daemon"); syslog("notice", "Connection from %s to %s:%s\n", $ex_address, $my_address, $service); closelog(); exit; Previous: 17.16. Restarting a Server on Demand

Perl Cookbook

17.16. Restarting a Server on Demand

Book Index

Next: 17.18. Program: fwdport

17.18. Program: fwdport

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 17.17. Program: backsniff

Chapter 17 Sockets

Next: 18. Internet Services

17.18. Program: fwdport Imagine that you're nestled deep inside a protective firewall. Somewhere in the outside world is a server that you'd like access to, but only processes on the firewall can reach it. You don't want to login to the firewall machine each time to access that service. For example, this might arise if your company's ISP provides a news-reading service that seems to come from your main firewall machine, but rejects any NNTP connections from any other address. As the administrator of the firewall, you don't want dozens of people logging on to it, but you would like to let them read and post news from their own workstations. The program in Example 17.8, fwdport, solves this problem in a generic fashion. You may run as many of these as you like, one per outside service. Sitting on the firewall, it can talk to both worlds. When someone wants to access the outside service, they contact this proxy, which connects on their behalf to the external service. To that outside service, the connection is coming from your firewall, so it lets it in. Then your proxy forks off twin processes, one only reading data from the external server and writing that data back to the internal client, the other only reading data from the internal client and writing that data back to the external server. For example, you might invoke it this way: % fwdport -s nntp -l fw.oursite.com -r news.bigorg.com That means that the program will act as the server for the NNTP service, listening for local connections on the NNTP port on the host fw.oursite.com. When one comes in, it contacts news.bigorg.com (on the same port), and then ferries data between the remote server and local client. Here's another example: % fwdport -l myname:9191 -r news.bigorg.com:nntp This time we listen for local connections on port 9191 of the host myname, and patch those connecting clients to the remote server news.bigorg.com on its NNTP port. In a way, fwdport acts as both a server and a client. It's a server from the perspective of inside the firewall and a client from the perspective of the remote server outside. The program summarizes this chapter well because it demonstrates just about everything we've covered here. It has server activity, client activity, collecting of zombie children, forking and process management, plus much more thrown in. Example 17.8: fwdport #!/usr/bin/perl -w # fwdport -- act as proxy forwarder for dedicated services use strict; use Getopt::Long;

# require declarations # for option processing

use Net::hostent; use IO::Socket; use POSIX ":sys_wait_h";

# by-name interface for host info # for creating server and client sockets # for reaping our dead children

my ( %Children, $REMOTE, $LOCAL, $SERVICE, $proxy_server, $ME,

# # # # # #

hash of outstanding child processes whom we connect to on the outside where we listen to on the inside our service name or port number the socket we accept() from basename of this program

); ($ME = $0) =~ s,.*/,,;

# retain just basename of script name

check_args(); start_proxy(); service_clients(); die "NOT REACHED";

# # # #

processing switches launch our own server wait for incoming you can't get here from there

# process command line switches using the extended # version of the getopts library. sub check_args { GetOptions( "remote=s" => \$REMOTE, "local=s" => \$LOCAL, "service=s" => \$SERVICE, ) or die 1, Listen => SOMAXCONN, ); push @proxy_server_config, LocalPort => $SERVICE if $SERVICE; push @proxy_server_config, LocalAddr => $LOCAL if $LOCAL; $proxy_server = IO::Socket::INET->new(@proxy_server_config) or die "can't create proxy server: $@"; print "[Proxy server on ", ($LOCAL || $SERVICE), " initialized.]\n"; }

sub service_clients { my (

$local_client, $lc_info, $remote_server, @rs_config, $rs_info, $kidpid,

# # # # # #

someone internal wanting out local client's name/port information the socket for escaping out temp array for remote socket options remote server's name/port information spawned child for each connection

); $SIG{CHLD} = \&REAPER;

# harvest the moribund

accepting(); # an accepted connection here means someone inside wants out while ($local_client = $proxy_server->accept()) { $lc_info = peerinfo($local_client); set_state("servicing local $lc_info"); printf "[Connect from $lc_info]\n"; @rs_config = ( Proto => 'tcp', PeerAddr => $REMOTE, ); push(@rs_config, PeerPort => $SERVICE) if $SERVICE; print "[Connecting to $REMOTE..."; set_state("connecting to $REMOTE"); $remote_server = IO::Socket::INET->new(@rs_config) or die "remote server: $@"; print "done]\n";

# see below

$rs_info = peerinfo($remote_server); set_state("connected to $rs_info"); $kidpid = fork(); die "Cannot fork" unless defined $kidpid; if ($kidpid) { $Children{$kidpid} = time(); close $remote_server; close $local_client; next; }

# # # #

remember his start time no use to master likewise go get another client

# at this point, we are the forked child process dedicated # to the incoming client. but we want a twin to make i/o # easier. close $proxy_server; $kidpid = fork(); die "Cannot fork" unless defined $kidpid;

# no use to slave

# now each twin sits around and ferries lines of data. # see how simple the algorithm is when you can have # multiple threads of control? # this is the fork's parent, the master's child if ($kidpid) { set_state("$rs_info --> $lc_info"); select($local_client); $| = 1; print while ; kill('TERM', $kidpid); # kill my twin cause we're done } # this is the fork's child, the master's grandchild else { set_state("$rs_info new(); @mx = mx($res, $host) or die "Can't find MX records for $host (".$res->errorstring.")\n"; foreach $record (@mx) { print $record->preference, " ", $record->exchange, "\n"; } Here's some output: % mxhost cnn.com 10 mail.turner.com 30 alfw2.turner.com The inet_aton function takes a string containing a hostname or IP address, as does gethostbyname, but it only returns the first IP address for the host. If you want to find them all, you'll need to add some more code. The Net::hostent provides for by-name access that will let you do that. Example 18.2 shows an example of its use. Example 18.2: hostaddrs #!/usr/bin/perl # hostaddrs - canonize name and show addresses use Socket; use Net::hostent; $name = shift; if ($hent = gethostbyname($name)) { $name = $hent->name; # in case different $addr_ref = $hent->addr_list; @addresses = map { inet_ntoa($_) } @$addr_ref; } print "$name => @addresses\n"; Here's the output: % hostaddrs www.ora.com helio.ora.com => 204.148.40.9 % hostaddrs www.whitehouse.gov www.whitehouse.gov => 198.137.240.91 198.137.240.92

See Also The gethostbyname and gethostbyaddr functions in Chapter 3 of Programming Perl and in perlfunc (1); the documentation for the Net::DNS module from CPAN; the documentation for the standard Socket and Net::hostent modules

Previous: 18.0. Introduction

18.0. Introduction

Perl Cookbook

Next: 18.2. Being an FTP Client

Book Index

18.2. Being an FTP Client

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 18.1. Simple DNS Lookups

Chapter 18 Internet Services

Next: 18.3. Sending Mail

18.2. Being an FTP Client Problem You want to connect to an FTP server and get or put files. You might want to automate the one-time transfer of many files or automatically mirror an entire section of an FTP server, for example.

Solution Use the CPAN module Net::FTP: use Net::FTP; $ftp = Net::FTP->new("ftp.host.com") $ftp->login($username, $password) $ftp->cwd($directory) $ftp->get($filename) $ftp->put($filename)

or or or or or

die die die die die

"Can't connect: $@\n"; "Couldn't login\n"; "Couldn't change directory\n"; "Couldn't get $filename\n"; "Couldn't put $filename\n";

Discussion Using the Net::FTP module is a three-part process: connect to a server, identify and authenticate yourself, and transfer files. All interaction with the FTP server happens through method calls on a Net::FTP object. If an error occurs, methods return undef in scalar context or an empty list in list context. The connection is established with the new constructor. If an error occurs, $@ is set to an error message and new returns undef. The first argument is the hostname of the FTP server and is optionally followed by named options: $ftp = Net::FTP->new("ftp.host.com", Timeout => 30, Debug => 1) or die "Can't connect: $@\n"; The Timeout option gives the number of seconds all operations wait before giving up. Debug sets the debugging level (non-zero sends copies of all commands to STDERR). Firewall takes a string as an argument, specifying the machine acting as an FTP proxy. Port lets you specify an alternate port number (the default is 21, the standard port for FTP). Finally, if the Passive option is set to true, all transfers are done passively (some firewalls and proxies require this). The Firewall and Passive options override the environment variables FTP_FIREWALL and FTP_PASSIVE. Having connected, the next step is to authenticate. Normally, you'll want to call login with up to three arguments: username, password, and account.

$ftp->login() or die "Couldn't authenticate.\n"; $ftp->login($username) or die "Still couldn't authenticate.\n"; $ftp->login($username, $password) or die "Couldn't authenticate, even with explicit username and password.\n"; $ftp->login($username, $password, $account) or die "No dice. It hates me.\n"; If you call login with no arguments, Net::FTP uses the Net::Netrc module to find settings for the host you've connected to. If none are found there, anonymous login is attempted (username anonymous, password username@hostname). If no password is given and the username anonymous is used, the user's mail address is supplied as the password. The optional account argument is not used on most systems. If the authentication fails, login returns undef. Once authenticated, the usual FTP commands are available as methods called on your Net::FTP object. The get and put methods fetch and send files. To send a file, use: $ftp->put($localfile, $remotefile) or die "Can't send $localfile: $!\n"; If you omit the second argument, the remote file will have the same name as the local file. You can also send from a filehandle (in which case the remote filename must be given as the second argument): $ftp->put(*STDIN, $remotefile) or die "Can't send from STDIN: $!\n"; If the transfer is interrupted, the remote file is not automatically deleted. The put method returns the remote filename if it succeeded, or undef if an error occurred. To fetch a file, use the get method, which returns the local filename, or undef if there was an error: $ftp->get($remotefile, $localfile) or die "Can't fetch $remotefile : $!\n"; You can also get into a filehandle, in which case the filehandle is returned (or undef if there was an error): $ftp->get($remotefile, *STDOUT) or die "Can't fetch $remotefile: $!\n"; Pass get an optional third argument, an offset into the remote file, to begin the transfer at that offset. Received bytes are appended to the local file. The type method changes the file translation mode. Pass it a string ("A", "I", "E", or "L") and it will return the previous translation mode. The ascii, binary, ebcdic, and byte methods call type with the appropriate string. If an error occurs (the FTP server does not do EBCDIC, for example), type and its helper methods return undef. Use cwd($remotedir) and pwd to set and fetch the current remote directory. They both return true if successful, false otherwise. If you cwd(".."), the cdup method is called to change the directory to the parent of the current directory. Call cwd without an argument to change to the root directory. $ftp->cwd("/pub/perl/CPAN/images/g-rated");

print "I'm in the directory ", $ftp->pwd(), "\n"; mkdir($remotedir) and rmdir($remotedir) make and delete directories on the remote machine. You have the built-in mkdir and rmdir functions to make and delete directories on the local machine. To create all directories up to the given directory, pass a true second argument to mkdir. For instance, if you want to make /pub, /pub/gnat, and /pub/gnat/perl, say: $ftp->mkdir("/pub/gnat/perl", 1) or die "Can't create /pub/gnat/perl recursively: $!\n"; If mkdir succeeds, the full path to the newly created directory is returned. If it fails, mkdir returns undef. The ls and dir methods get a list of files in a remote directory. Traditionally, dir gives you a more verbose listing than ls, but neither has a standard format. Most Unix FTP servers return the output of ls and ls -l respectively, but you can't guarantee that behavior from every FTP server. These methods, in list context, return the list of lines returned by the server. In scalar context, they return a reference to an array. @lines = $ftp->ls("/pub/gnat/perl") or die "Can't get a list of files in /pub/gnat/perl: $!"; $ref_to_lines = $ftp->dir("/pub/perl/CPAN/src/latest.tar.gz") or die "Can't check status of latest.tar.gz: $!\n"; When you're done and want to close up gracefully, use the quit method: $ftp->quit() or warn "Couldn't quit. Oh well.\n"; Other methods rename, change ownership and permissions of remote files, check the size of the remote file, and so on. Read the Net::FTP documentation for details. If you want to mirror files between machines, use the excellent mirror program written in Perl by Lee McLoughlin. Look for it on the Web at http://sunsite.doc.ic.ac.uk/packages/mirror/.

See Also Your system's ftp (1) and ftpd (8) manpages (if you have them); the documentation for the Net::FTP module from CPAN Previous: 18.1. Simple DNS Lookups

Perl Cookbook

18.1. Simple DNS Lookups

Book Index

Next: 18.3. Sending Mail

18.3. Sending Mail

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 18.2. Being an FTP Client

Chapter 18 Internet Services

Next: 18.4. Reading and Posting Usenet News Messages

18.3. Sending Mail Problem You want your program to send mail. Some programs monitor system resources like disk space and notify appropriate people by mail when disk space becomes dangerously low. CGI script authors may not want their programs to report errors like "the database is down" to the user, preferring instead to send mail to the database administrator notifying them of the problem.

Solution Use the CPAN module Mail::Mailer: use Mail::Mailer; $mailer = Mail::Mailer->new("sendmail"); $mailer->open({ From => $from_address, To => $to_address, Subject => $subject, }) or die "Can't open: $!\n"; print $mailer $body; $mailer->close(); Or, use the sendmail program directly: open(SENDMAIL, "|/usr/lib/sendmail -oi -t -odq") or die "Can't fork for sendmail: $!\n"; print SENDMAIL new("sendmail"); Here's how to tell it to use /u/gnat/bin/funkymailer instead of mail: $mailer = Mail::Mailer->new("mail", "/u/gnat/bin/funkymailer"); Here's how to use SMTP with the machine mail.myisp.com as the mail server: $mailer = Mail::Mailer->new("smtp", "mail.myisp.com"); If an error occurs at any part of Mail::Mailer, die is called. This means if you want to check for errors, you need to wrap your mail-sending code in eval and check $@ afterward: eval { $mailer = Mail::Mailer->new("bogus", "arguments"); # ... }; if ($@) { # the eval failed print "Couldn't send mail: $@\n"; } else { # the eval succeeded print "The authorities have been notified.\n"; } The new constructor raises an exception if you provide arguments it doesn't understand or if you specify no arguments and it doesn't have a default method. Mail::Mailer won't run a program or connect to the SMTP server until you call the open method with the headers of the message:

$mailer->open( 'From' => 'Nathan Torkington ', 'To' => 'Tom Christiansen ', 'Subject' => 'The Perl Cookbook' ); The open method raises an exception if the program or server couldn't be opened. If open succeeds, you may treat $mailer as a filehandle and print the body of your message to it: print $mailer new("news.host.dom") or die "Can't connect to news server: $@\n"; ($narticles, $first, $last, $name) = $server->group( "misc.test" ) or die "Can't select misc.test\n"; $headers = $server->head($first) or die "Can't get headers from article $first in $name\n"; $bodytext = $server->body($first) or die "Can't get body from article $first in $name\n"; $article = $server->article($first) or die "Can't get article $first from $name\n"; $server->postok() or warn "Server didn't tell me I could post.\n"; $server->post( [ @lines ] ) or die "Can't post: $!\n";

Discussion Usenet is a distributed news system. Servers exchange messages to ensure that each server gets all the messages for the newsgroups it carries. Each server sets its own expiration criteria to decide how long messages stay on the server. Client newsreaders connect to their designated server (usually belonging to their company, ISP, or

university) and can read existing postings and contribute new ones. Each message (or article, as they're also known) has a set of headers and a body, separated by a blank line. Articles are identified in two ways: the message ID header and an article number within a newsgroup. An article's message ID is stored in the message itself and is guaranteed to be unique no matter which news server the article was read from. When an article references others, it does so by message ID. A message ID is a string like:

An article can also be identified by a newsgroup and an article number within the group. Each news server assigns its own article numbers to the articles it has, so they're only guaranteed to be good for the news server you got them from. The Net::NNTP constructor connects to the specified news server. If the connection couldn't be made, it returns undef and sets $@ to an error message. If the connection was successfully made, new returns a new Net::NNTP object: $server = Net::NNTP->new("news.mycompany.com") or die "Couldn't connect to news.mycompany.com: $@\n"; Once connected, you can get a list of newsgroups with the list method. This returns a reference to a hash whose keys are newsgroup names. Each value is a reference to an array consisting of the first valid article number in the group, the last valid article number in the group, and a string of flags. The flags are typically "y", meaning you may post, but could be "m" for moderated or =NAME, meaning that the group is an alias for the newsgroup NAME. There are over 17,000 newsgroups that your server might carry, so fetching a list of all the groups can take a while. $grouplist = $server->list() or die "Couldn't fetch group list\n"; foreach $group (keys %$grouplist) { if ($grouplist->{$group}->[2] eq 'y') { # I can post to $group } } Much as FTP has the concept of a current directory, the Network News Transfer Protocol (NNTP) has the concept of a current group. Make a group the current group with the group method: ($narticles, $first, $last, $name) = $server->group("comp.lang.perl.misc") or die "Can't select comp.lang.perl.misc\n"; The group method returns a four-element list: the number of articles in the group, the first article number, the last article number, and the name of the group. If the group does not exist, it returns an empty list. There are two ways to retrieve articles: call article with a message ID, or select a group with group and then call article with an article number. In scalar context, it returns a reference to an array of lines. In list context, article returns a list of lines. If an error occurs, article returns false: @lines = $server->article($message_id) or die "Can't fetch article $message_id: $!\n"; You can fetch an article's header or body with the head and body methods. Like article, these methods take an article number or message ID, and return a list of lines or an array reference.

@group or @lines or

= $server->group("comp.lang.perl.misc") die "Can't select group comp.lang.perl.misc\n"; = $server->head($group[1]) die "Can't get headers from first article in comp.lang.perl.misc\n";

To post an article, use the post method. Give it a list of lines or a reference to an array of lines, and it returns true if the post succeeded, false if the article couldn't be posted. $server->post(@message) or die "Can't post\n"; Use the postok method to find out whether the server said that you may post: unless ($server->postok()) { warn "You may not post.\n"; } Read the manpage for Net::NNTP for a complete list of methods.

See Also The documentation for the Net::NNTP module from CPAN; RFC 977, Network News Transfer Protocol ; your system's trn (1) and innd (8) manpages (if you have them) Previous: 18.3. Sending Mail

18.3. Sending Mail

Perl Cookbook Book Index

Next: 18.5. Reading Mail with POP3

18.5. Reading Mail with POP3

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 18.4. Reading and Posting Usenet News Messages

Chapter 18 Internet Services

Next: 18.6. Simulating Telnet from a Program

18.5. Reading Mail with POP3 Problem You want to fetch mail from a POP3 server. This lets you write a program to summarize your unread mail, move it from a remote server to a local mailbox, or toggle between Internet and local mail systems.

Solution Use the CPAN module Net::POP3: $pop = Net::POP3->new($mail_server) or die "Can't open connection to $mail_server : $!\n"; defined ($pop->login($username, $password)) or die "Can't authenticate: $!\n"; $messages = $pop->list or die "Can't get list of undeleted messages: $!\n"; foreach $msgid (keys %$messages) { $message = $pop->get($msgid); unless (defined $message) { warn "Couldn't fetch $msgid from server: $!\n"; next; } # $message is a reference to an array of lines $pop->delete($msgid); }

Discussion Traditionally, mail has been a three-party system: the MTA (Mail Transport Agent, a system program like sendmail) delivers mail to the spool, where it is read by the MUA (Mail User Agent, a program like mail). This dates from the days of big servers holding mail and users reading it through dumb terminals. As PCs and networks entered the picture, the need arose for MUAs like Pine to run on different machines than the one housing the spool. The Post Office Protocol (POP) implements efficient message listing, reading, and deleting over a TCP/IP session. The CPAN module Net::POP3 is a POP client. That is, it lets your Perl program act as an MUA. The first step in using Net::POP3 is to create a new Net::POP3 object. Pass new the name of the POP3 server: $pop = Net::POP3->new( "pop.myisp.com" ) or die "Can't connect to pop.myisp.com: $!\n";

All Net::POP3 functions return undef or the empty list () if an error occurs, depending on the context they were called in. If an error occurs, $! may contain a meaningful error message (but also may not). You may optionally pass further arguments to new in a hash-like fashion, indicating a timeout value (in seconds) for network operations: $pop = Net::POP3->new( "pop.myisp.com", Timeout => 30 ) or die "Can't connect to pop.myisp.com : $!\n"; Authenticate yourself to the POP3 server with the login method. It takes two arguments, username and password, but both are optional. If the username is omitted, the current username is used. If the password is omitted, Net::POP3 tries to use Net::Netrc to find a password: defined ($pop->login("gnat", "S33kr1T Pa55w0rD")) or die "Hey, my username and password didn't work!\n"; defined ($pop->login( "midget" )) or die "Authentication failed.\n"; defined ($pop->login()) or die "Authentication failed.

# use Net::Netrc to find password

# current username and Net::Netrc Miserably.\n";

The login method sends the password in plain text across the network. This is undesirable, so if you have the MD5 module from CPAN, you can use the apop method. It works exactly like login, except that it encrypts the password: $pop->apop( $username, $password ) or die "Couldn't authenticate: $!\n"; Once authenticated, you may then access the spool with list, get, and delete. The list method gives you a list of undeleted messages in the spool. It returns a hash, where each key is a message number and each value is the size of the corresponding message in bytes: %undeleted = $pop->list(); foreach $msgnum (keys %undeleted) { print "Message $msgnum is $undeleted{$msgnum} bytes long.\n"; } To retrieve a message, call get with the message number. It returns a reference an array of lines in the message: print "Retrieving $msgnum : "; $message = $pop->get($msgnum); if ($message) { # succeeded print "\n"; print @$message; # print the message } else { # failed print "failed ($!)\n"; } The delete method marks a message as deleted. When you call quit to terminate your POP3 session, the messages marked as deleted are removed from the mailbox. The reset method undoes any delete calls made during the session. If the session is terminated by the Net::POP3 object being destroyed because it went out of scope, the reset will be called automatically.

You have probably noticed there's no way to send mail. POP3 only supports reading and deleting existing messages. To send new ones, you still have to use programs like mail or sendmail, or do SMTP. In other words, you still need to use Recipe 18.3. The task attempted by POP3 - connecting mail clients and mail servers - is also attempted by the IMAP protocol. IMAP has more features and is more typically seen on very large sites.

See Also The documentation for the Net::POP3 module from CPAN; RFC 1734, POP3 AUTHentication command; RFC 1957, Some Observations on Implementations of the Post Office Protocol Previous: 18.4. Reading and Posting Usenet News Messages

18.4. Reading and Posting Usenet News Messages

Perl Cookbook

Next: 18.6. Simulating Telnet from a Program

Book Index

18.6. Simulating Telnet from a Program

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 18.5. Reading Mail with POP3

Chapter 18 Internet Services

Next: 18.7. Pinging a Machine

18.6. Simulating Telnet from a Program Problem You want to simulate a telnet connection from your program by logging into a remote machine, issuing commands, and reacting to what is sent. This has many applications, from automating tasks on machines you can telnet to but which don't support scripting or rsh, to simply testing whether a machine's telnet daemon is still running.

Solution Use the CPAN module Net::Telnet: use Net::Telnet; $t = Net::Telnet->new( Timeout => 10, Prompt => '/%/', Host => $hostname ); $t->login($username, $password); @files = $t->cmd("ls"); $t->print("top"); (undef, $process_string) = $t->waitfor('/\d+ processes/'); $t->close;

Discussion Net::Telnet provides an object-oriented interface to the telnet protocol. Create a connection with Net::Telnet->new, and then interact with the remote machine using method calls on the resulting object. Give the new method named parameters, passed in hash-like form. We'll only cover only a few of many possible parameters. The most important is Host, the machine you're telnetting to. The default host is localhost. If you want to telnet to a port other than one telnet normally uses, specify this in the Port option. Error handling is done through the function whose reference is specified in the Errmode parameter.

Another important option is Prompt. When you log in or run a command, Net::Telnet uses the Prompt pattern to determine when the login or command has completed. The default Prompt is: /[\$%#>] $/ which matches the common shell prompts. If the prompt on the remote machine doesn't match the default pattern, you have to specify your own. Remember to include the slashes. Timeout lets you control how long (in seconds) network operations wait before they give up. The default is 10 seconds. If an error or timeout occurs in the Net::Telnet module, the default behavior is to raise an exception, which, if uncaught, prints a message to STDERR and exits. To change this, pass a subroutine reference to new in the Errmode argument. If instead of a code subroutine, you specify the string "return" as the Errmode, methods return undef (in scalar context) or an empty list (in list context) on error, with the error message available via the errmsg method: $telnet = Net::Telnet->new( Errmode => sub { main::log(@_) }, ... ); The login method is used to send a username and password to the remote machine. It uses the Prompt to decide when the login is complete and times out if the machine doesn't reply with a prompt: $telnet->login($username, $password) or die "Login failed: @{[ $telnet->errmsg() ]}\n"; To run a program and gather its output, use the cmd method. Pass it the string to send, and it returns the output of the command. In list context, it returns one line per list element. In scalar context, it returns one long line. It waits for the Prompt before returning. You can separate the sending of the command from the reception of its output with the print and waitfor methods, as we do in the Solution. The waitfor method takes either a single string containing a Perl regular expression match operator: $telnet->waitfor('/--more--/') or named arguments. Timeout lets you specify a timeout to override the default, Match is a string containing a match operator as above, and String is a literal string to find: $telnet->waitfor(String => 'greasy smoke', Timeout => 30) In scalar context, waitfor returns true if the pattern or string was found. If it is not found, the Errmode action is performed. In list context, it returns two strings: all the text before the match, and the text that matched.

See Also The documentation for the Net::Telnet module from CPAN; RFCs 854-856, as amended by later RFCs Previous: 18.5. Reading Mail with POP3

18.5. Reading Mail with POP3

Perl Cookbook Book Index

Next: 18.7. Pinging a Machine

18.7. Pinging a Machine

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 18.6. Simulating Telnet from a Program

Chapter 18 Internet Services

Next: 18.8. Using Whois to Retrieve Information from the InterNIC

18.7. Pinging a Machine Problem You want to test whether a machine is alive. Network and system monitoring software often use the ping program as an indicator of availability.

Solution Use the standard Net::Ping module: use Net::Ping; $p = Net::Ping->new() or die "Can't create new ping object: $!\n"; print "$host is alive" if $p->ping($host); $p->close;

Discussion Testing whether a machine is up isn't as easy as it sounds. It's not only possible but it's also unpleasantly common for machines to respond to the ping command and have no working services. It's better to think of a ping as testing whether a machine is reachable, rather than whether the machine is doing its job. To check the latter, you must try to use its services (telnet, FTP, web, NFS, etc). In the form shown in the Solution, Net::Ping attempts to connect to the UDP echo port (port number 7) on the remote machine, send a datagram, and receive the echoed response. The machine is considered unreachable if it can't connect, if the reply datagram isn't received, or if the reply differs from the original datagram. The ping method returns true if the machine was reachable, false otherwise. You can also ping using other protocols by passing the protocol name to new. Valid protocols are tcp, udp, and icmp (all lowercase). A TCP ping attempts to connect to the echo port (TCP port 7) on the remote machine, and returns true if the connection could be established, false otherwise (unlike UDP ping, no data is sent to be echoed). An ICMP ping uses the ICMP protocol, as does the ping (8) command. On Unix machines, you must be the superuser to use the ICMP protocol: # use TCP if we're not root, ICMP if we are

$pong = Net::Ping->new( $> ? "tcp" : "icmp" ); (defined $pong) or die "Couldn't create Net::Ping object: $!\n"; if ($pong->ping("kingkong.com")) { print "The giant ape lives!\n"; } else { print "All hail mighty Gamera, friend of children!\n"; } All these ping methods are prone to failure. Some sites filter the ICMP protocol at their router, so Net::Ping will say such machines are down even though you can connect using other protocols. Similarly, many machines disable the TCP and UDP echo services, causing TCP and UDP pings to fail. There is no way to know whether the ping failed because the service is disabled or filtered, or because the machine is actually down.

See Also The documentation for the Net::Ping module from CPAN; your system's ping (8), tcp (4), udp (4), and icmp (4) manpages (if you have them); RFC 792 and 950 Previous: 18.6. Simulating Telnet from a Program

18.6. Simulating Telnet from a Program

Perl Cookbook

Next: 18.8. Using Whois to Retrieve Information from the InterNIC

Book Index

18.8. Using Whois to Retrieve Information from the InterNIC

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 18.7. Pinging a Machine

Chapter 18 Internet Services

Next: 18.9. Program: expn and vrfy

18.8. Using Whois to Retrieve Information from the InterNIC Problem You want to find out who owns a domain, as if you'd used the Unix whois command.

Solution Use the CPAN module Net::Whois: use Net::Whois; $domain_obj = Net::Whois::Domain->new($domain_name) or die "Couldn't get information on $domain_name: $!\n"; # call methods on $domain_obj to get name, tag, address, etc.

Discussion Whois is a service provided by domain name registration authorities to identify owners of domain names. Historically, queries were made with the whois (1) program on Unix systems, which returned about fifteen lines of information, including the names, addresses, and phone numbers of the administrative, technical, and billing contacts for the domain. The Net::Whois module is a client for the whois service, just like whois (1). It connects to a whois server (the default is whois.internic.net, the master server for the ".com", ".org", ".net", and ".edu" domains) and gives you access to the information through method calls on an object. To request information on a domain, create a new Net::Whois::Domain object. For instance, to look up information on perl.org: $d = Net::Whois::Domain->new( "perl.org" ) or die "Can't get information on perl.org\n"; The only guaranteed fields are the domain name and the tag - the domain's unique identifier in the NIC records:

print "The domain is called ", $d->domain, "\n"; print "Its tag is ", $d->tag, "\n"; Information that may be present includes: name of the domain's company or product (e.g., "The Perl Institute"), the address of the company (a list of lines, e.g., ("221B Baker Street", "London")), and the country the address is valid for (e.g., "United Kingdom" or its two-letter abbreviation "uk"). print "Mail for ", $d->name, " should be sent to:\n"; print map { "\t$_\n" } $d->address; print "\t", $d->country, "\n"; In addition to information about the domain, you can also get information on the domain's contacts. The contact method returns a reference to a hash mapping contact type (e.g., "Billing" or "Administrative") onto an array of lines. $contact_hash = $d->contacts; if ($contact_hash) { print "Contacts:\n"; foreach $type (sort keys %$contact_hash) { print " $type:\n"; foreach $line (@{$contact_hash->{$type}}) { print " $line\n"; } } } else { print "No contact information.\n"; }

See Also The documentation for the Net::Whois module from CPAN; your system's whois (8) manpage (if you have one); RFC 812 and 954 Previous: 18.7. Pinging a Machine

18.7. Pinging a Machine

Perl Cookbook Book Index

Next: 18.9. Program: expn and vrfy

18.9. Program: expn and vrfy

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 18.8. Using Whois to Retrieve Information from the InterNIC

Chapter 18 Internet Services

Next: 19. CGI Programming

18.9. Program: expn and vrfy This program talks directly to an SMTP server and uses the EXPN and VRFY commands to figure out whether an address is going to work. It isn't perfect, because it relies on the remote SMTP giving meaningful information with the EXPN and VRFY commands. It uses Net::DNS if available, but can also work without. This program inspects $0 (the program name) to see how it was called. If run as expn, it uses the EXPN command; if called as vrfy, it uses the VRFY command. Use links to install it with two names: % cat > expn #!/usr/bin/perl -w ... ^D % ln expn vrfy When you run it with an email address, the program reports what the mail server says when you try to EXPN or VRFY the address. If you have Net::DNS installed, it tries all hosts listed as mail exchangers in the DNS entry for the address. Here's what it looks like without Net::DNS: % expn [email protected] Expanding gnat at frii.com ([email protected]): calisto.frii.com Hello coprolith.frii.com [207.46.130.14], pleased to meet you

And here's the same address with Net::DNS installed: % expn [email protected] Expanding gnat at mail.frii.net ([email protected]): deimos.frii.com Hello coprolith.frii.com [207.46.130.14], pleased to meet you Nathan Torkington Expanding gnat at mx1.frii.net ([email protected]): phobos.frii.com Hello coprolith.frii.com [207.46.130.14],

pleased to meet you

Expanding gnat at mx2.frii.net ([email protected]): europa.frii.com Hello coprolith.frii.com [207.46.130.14], pleased to meet you

Expanding gnat at mx3.frii.net ([email protected]): ns2.winterlan.com Hello coprolith.frii.com [207.46.130.14], pleased to meet you 550 gnat... User unknown The program is shown in Example 18.3. Example 18.3: expn #!/usr/bin/perl -w # expn -- convince smtp to divulge an alias expansion use strict; use IO::Socket; use Sys::Hostname; my $fetch_mx = 0; # try loading the module, but don't blow up if missing eval { require Net::DNS; Net::DNS->import('mx'); $fetch_mx = 1; }; my $selfname = hostname(); die "usage: $0 address\@host ...\n" unless @ARGV; # Find out whether called as "vrfy" or "expn". my $VERB = ($0 =~ /ve?ri?fy$/i) ? 'VRFY' : 'EXPN'; my $multi = @ARGV > 1; my $remote; # Iterate over addresses give on command line. foreach my $combo (@ARGV) { my ($name, $host) = split(/\@/, $combo); my @hosts; $host ||= 'localhost'; @hosts = map { $_->exchange } mx($host) @hosts = ($host) unless @hosts;

if $fetch_mx;

foreach my $host (@hosts) { print $VERB eq 'VRFY' ? "Verify" : "Expand", "ing $name at $host ($combo):"; $remote = IO::Socket::INET->new( Proto => "tcp", PeerAddr => $host, PeerPort => "smtp(25)", ); unless ($remote) { warn "cannot connect to $host\n"; next; } print "\n"; $remote->autoflush(1); # use CRLF network line terminators print $remote "HELO $selfname\015\012"; print $remote "$VERB $name\015\012"; print $remote "quit\015\012"; while () { /^220\b/ && next; /^221\b/ && last; s/250\b[\-\s]+//; print; } close($remote) or die "can't close socket: $!"; print "\n"; # if @ARGV; } } Previous: 18.8. Using Whois to Retrieve Information from the InterNIC

18.8. Using Whois to Retrieve Information from the InterNIC

Perl Cookbook Book Index

Next: 19. CGI Programming

19. CGI Programming

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Chapter 19

Previous: 18.9. Program: expn and vrfy

Next: 19.1. Writing a CGI Script

19. CGI Programming Contents: Introduction Writing a CGI Script Redirecting Error Messages Fixing a 500 Server Error Writing a Safe CGI Program Making CGI Scripts Efficient Executing Commands Without Shell Escapes Formatting Lists and Tables with HTML Shortcuts Redirecting to a Different Location Debugging the Raw HTTP Exchange Managing Cookies Creating Sticky Widgets Writing a Multiscreen CGI Script Saving a Form to a File or Mail Pipe Program: chemiserie A successful tool is one that was used to do something undreamt of by its author. - Stephen C. Johnson

19.0. Introduction Changes in the environment or the availability of food can make certain species more successful than others at getting food or avoiding predators. Many scientists believe a comet struck the earth millions of years ago, throwing an enormous cloud of dust into the atmosphere. Subsequent radical changes to the environment proved too much for some organisms, say dinosaurs, and hastened their extinction. Other creatures, such as mammals, found new food supplies and freshly exposed habitats to compete in. Much as the comet altered the environment for prehistoric species, the Web has altered the environment for modern programming languages. It's opened up new vistas, and although some languages have found

themselves eminently unsuited to this new world order, Perl has positively thrived. Because of its strong background in text processing and system glue, Perl has readily adapted itself to the task of providing information using text-based protocols.

Architecture The Web is driven by plain text. Web servers and web browsers communicate using a text protocol called HTTP, Hypertext Transfer Protocol. Many of the documents exchanged are encoded in a text markup system called HTML, Hypertext Markup Language. This grounding in text is the source of much of the Web's flexibility, power, and success. The only notable exception to the predominance of plain text is the Secure Socket Layer (SSL) protocol that encrypts other protocols like HTTP into binary data that snoopers can't decode. Web pages are identified using the Uniform Resource Locator (URL) naming scheme. URLs look like this: http://www.perl.com/CPAN/ http://www.perl.com:8001/bad/mojo.html ftp://gatekeeper.dec.com/pub/misc/netlib.tar.Z ftp://anonymous@myplace:gatekeeper.dec.com/pub/misc/netlib.tar.Z file:///etc/motd The first part (http, ftp, file) is called the scheme, and identifies how the file is retrieved. The next part (://) signifies a hostname will follow, whose interpretation depends on the scheme. After the hostname comes the path identifying the document. This path information is also called a partial URL. The Web is a client-server system. Client browsers like Netscape and Lynx request documents (identified by a partial URL) from web servers like Apache. This browser-to-server dialog is governed by the HTTP protocol. Most of the time, the server merely sends back the contents of a file. Sometimes, however, the web server will run another program to send back a document that could be HTML text, an image, or any other document type. The server-to-program dialog is governed by the CGI (Common Gateway Interface) protocol, so the program that the server runs is a CGI program or CGI script. The server tells the CGI program what page was requested, what values (if any) came in through HTML forms, where the request came from, who they authenticated as (if they authenticated at all), and much more. The CGI program's reply has two parts: headers to say "I'm sending back an HTML document," "I'm sending back a GIF image," or "I'm not sending you anything, go to this page instead," and a document body, perhaps containing GIF image data, plain text, or HTML. The CGI protocol is easy to implement wrong and hard to implement right, which is why we recommend using Lincoln Stein's excellent CGI.pm module. It provides convenient functions for accessing the information the server sends you, and for preparing the CGI response the server expects. It is so useful, it is included in the standard Perl distribution as of the 5.004 release, along with helper modules like CGI::Carp and CGI::Fast. We show it off in Recipe 19.1. Some web servers come with a Perl interpreter embedded in them. This lets you use Perl to generate documents without starting a new process. The system overhead of reading an unchanging page isn't noticable on infrequently accessed pages, even when it's happening several times a second. CGI accesses,

however, bog down the machine running the web server. Recipe 19.5 shows how to use mod_perl, the Perl interpreter embedded in the Apache web server, to get the benefits of CGI programs without the overhead.

Behind the Scenes CGI programs are called each time the web server needs a dynamic document generated. It is important to understand that your CGI program doesn't run continuously, with the browser calling different parts of the program. Each request for a partial URL corresponding to your program starts a new copy. Your program generates a page for that request, then quits. A browser can request a document in a number of ways called methods. (Don't confuse HTTP methods with the methods of object-orientation. They have nothing to do with each other). The GET method is the most common, indicating a simple request for a document. The HEAD method is used when the browser wants to know about the document without actually fetching it. The POST method is used to submit form values. Form values can be encoded in both GET and POST methods. With the GET method, values are encoded in the URL, leading to ugly URLs like this: http://mox.perl.com/cgi-bin/program?name=Johann&born=1685 With the POST method, values are in a different part of the HTTP request that the browser sends the server. If the form values in the example URL above were sent with a POST request, the user, server, and CGI script all see the URL: http://mox.perl.com/cgi-bin/program The GET and POST methods differ in another respect: idempotency. This simply means that making a GET request for a particular URL once or multiple times should be no different. This is because the HTTP protocol definition says that a GET request may be cached by the browser, or server, or an intervening proxy. POST requests cannot be cached, because each request is independent and matters. Typically, POST requests changes or depends on the state of the server (query or update a database, send mail, or purchase a computer). Most servers log requests to a file (the access log) for later analysis by the webmaster. Error messages produced by CGI programs don't go to the browser by default. Instead they are also logged to a file (the error log), and the browser simply gets a "500 Server Error" message saying that the CGI program didn't uphold its end of the CGI bargain. Error messages are useful in debugging any program, but they are especially so with CGI scripts. Sometimes, though, the authors of CGI programs either don't have access to the error log or don't know where it is. Having error messages sent to a more convenient location is discussed in Recipe 19.2. Tracking down errors is covered in Recipe 19.3. Recipe 19.9 shows how to learn what your browser and server are really saying to one another. Unfortunately, some browsers do not implement the HTTP specification correctly, and you can use the tools in this recipe to investigate whether your program or your browser is the cause of a problem.

Security CGI programs let anyone run a program on your system. Sure, you get to pick the program, but the anonymous user from Out There can send it unexpected values and try to trick it into doing the wrong thing. Thus security is a big concern on the Web. Some sites address this concern by banning CGI programs. Sites that can't do without the power and utility of CGI programs must find ways to secure their CGI programs. Recipe 19.4 gives a checklist of considerations for writing a secure CGI script, and it briefly covers Perl's tainting mechanism for guarding against accidental use of unsafe data. Recipe 19.6 shows how your CGI program can safely run other programs.

HTML and Forms Some HTML tags let you create forms, where the user can fill in values that will be submitted to the server. The forms are composed of widgets, like text entry fields and check boxes. CGI programs commonly return HTML, so the CGI module has helper functions to create HTML for everything from tables to form widgets. In addition to Recipe 19.7, this chapter also has Recipe 19.11, which shows how to create forms that retain their values over multiple calls. Recipe 19.12 shows how to make a single CGI script that produces and responds to a set of pages, for example, a product catalog and ordering system.

Web-Related Resources Unsurprisingly, some of the best references on the Web are found on the Web: WWW Security FAQ http://www.w3.org/Security/Faq/ Web FAQ http://www.boutell.com/faq/ CGI FAQ http://www.webthing.com/tutorials/cgifaq.html HTTP Specification http://www.w3.org/pub/WWW/Protocols/HTTP/ HTML Specification http://www.w3.org/TR/REC-html40/ http://www.w3.org/pub/WWW/MarkUp/ CGI Specification http://www.w3.org/CGI/

CGI Security FAQ http://www.go2net.com/people/paulp/cgi-security/safe-cgi.txt We recommend Lincoln Stein's fine book, Official Guide to Programming with Cgi.pm (John Wiley and Associates, 1998), Tom Boutell's aging but worthwhile CGI Programming in C and Perl (Addison-Wesley, 1996) and HTML: The Definitive Guide (3rd Edition; O'Reilly & Associates, 1998) by Chuck Musciano and Bill Kennedy. The best periodical to date is the monthly Web Techniques magazine, targeted at web programmers. Previous: 18.9. Program: expn and vrfy

18.9. Program: expn and vrfy

Perl Cookbook Book Index

Next: 19.1. Writing a CGI Script

19.1. Writing a CGI Script

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 19.0. Introduction

Chapter 19 CGI Programming

Next: 19.2. Redirecting Error Messages

19.1. Writing a CGI Script Problem You want to write a CGI script to process the contents of an HTML form. In particular, you want to access the form contents, and produce valid output in return.

Solution A CGI script is a server-side program launched by a web server to generate a dynamic document. It receives encoded information from the remote client (user's browser) via STDIN and environment variables, and it must produce a valid HTTP header and body on STDOUT. The standard CGI module, shown in Example 19.1, painlessly manages the encoding of input and output. Example 19.1: hiweb #!/usr/bin/perl -w # hiweb - load CGI module to decode information given by web server use strict; use CGI qw(:standard escapeHTML); # get a parameter from a form my $value = param('PARAM_NAME'); # output a document print header(), start_html("Howdy there!"), p("You typed: ", tt(escapeHTML($value))), end_html();

Discussion CGI is just a protocol, a formal agreement between a web server and a separate program. The server encodes the client's form input data, and the CGI program decodes the form and generates output. The protocol says nothing regarding which language the program must be written in; programs and scripts

that obey the CGI protocol have been written in C, shell, Rexx, C++, VMS DCL, Smalltalk, Tcl, Python, and (of course) Perl. The full CGI specification lays out which environment variables hold which data (such as form input parameters) and how it's all encoded. In theory, it should be easy to follow the protocol to decode the input, but in practice, it is surprisingly tricky to get right. That's why we strongly recommend using Lincoln Stein's excellent CGI module. The hard work of handling the CGI requirements correctly and conveniently has already been done, freeing you to write the core of your program without tedious network protocols. CGI scripts are called in two main ways, referred to as methods - but don't confuse HTTP methods with Perl object methods! The HTTP GET method is used in document retrievals where an identical request will produce an identical result, such as a dictionary lookup. A GET stores form data in the URL. This means it can be conveniently bookmarked for canned requests, but has limitations on the total size of the data requested. The HTTP POST method sends form data separate from the request. It has no such size limitations, but cannot be bookmarked. Forms that update information on the server, like mailing in feedback or modifying a database entry, should use POST. Client browsers and intervening proxies are free to cache and refresh the results of GET requests behind your back, but they may not cache POST requests. GET is only safe for short read-only requests, whereas POST is safe for forms of any size, as well as for updates and feedback responses. Therefore, by default, the CGI module uses POST for all forms it generates. With a few exceptions mainly related to file permissions and highly interactive work, CGI scripts can do nearly anything any other program can do. They can send back results in many formats: plain text, HTML documents, sound files, pictures, or anything else specified in the HTTP header. Besides producing plain text or HTML text, they can also redirect the client browser to another location, set server cookies, request authentication, and give errors. The CGI module provides two different interfaces, a procedural one for casual use, and an object-oriented one for power users with complicated needs. Virtually all CGI scripts should use the simple procedural interface, but unfortunately, most of CGI.pm's documentation uses examples with the original object-oriented approach. Due to backwards compatibility, if you want the simple procedural interface, you need to specifically ask for it using the :standard import tag. See Chapter 12, Packages, Libraries, and Modules, for more on import tags. To read the user's form input, pass the param function a field name to get. If you had a form field name "favorite", then param("favorite") would return its value. With some types of form fields like scrolling lists, the user can choose more than one option. For these, param returns a list of values, which you could assign to an array. For example, here's a script that pulls in values of three form fields, the last one having many return values: use CGI qw(:standard); $who = param("Name"); $phone = param("Number"); @picks = param("Choices"); Called without any arguments, param returns a list of valid form parameters in list context, or in scalar

context, how many form parameters there were. That's all there is to accessing the user's input. Do with it whatever you please, and then generate properly formatted output. This is nearly as easy. Remember that unlike regular programs, a CGI script's output must be formatted in a particular way: it must first emit a set of headers followed by a blank line before it can produce normal output. As shown in the Solution above, the CGI module helps with output as well as input. The module provides functions for generating HTTP headers and HTML code. The header function builds the text of a header for you. By default, it produces headers for a text/html document, but you can change the Content-Type and supply other optional header parameters as well: print header( -TYPE => 'text/plain', -EXPIRES => '+3d' ); CGI.pm can also be used to generate HTML. It may seem trivial, but this is where the CGI module shines: the creation of dynamic forms, especially stateful ones such as shopping carts. The CGI module even has functions for generating forms and tables. When printing form widgets, the characters &, , and " in HTML output are automatically replaced with their entity equivalents. This is not the case with arbitary user output. That's why the Solution imports and makes use of the escapeHTML function - if the user types any of those special characters, they won't cause formatting errors in the HTML. For a full list of functions and their calling conventions, see CGI.pm's documentation, included as POD source within the module itself.

See Also The documentation for the standard CGI module; Chapter 19 of Learning Perl on "CGI Programming"; http://www.w3.org/CGI/; Recipe 19.7 Previous: 19.0. Introduction

19.0. Introduction

Perl Cookbook Book Index

Next: 19.2. Redirecting Error Messages

19.2. Redirecting Error Messages

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 19.1. Writing a CGI Script

Chapter 19 CGI Programming

Next: 19.3. Fixing a 500 Server Error

19.2. Redirecting Error Messages Problem You're having trouble tracking down your script's warnings and error messages, or your script's STDERR output is confusing your server.

Solution Use the CGI::Carp module from the standard Perl distribution to cause all messages going out STDERR to be prefixed with the name of the application and the current date. You can also send warnings and errors to a file or the browser if you wish.

Discussion Tracking down error messages from CGI scripts is notoriously annoying. Even if you manage to find the server error log, you still can't determine which message came from which script, or at what time. Some unfriendly web servers even abort the script if it has the audacity to emit anything out its STDERR before the Content-Type header is generated, which means the -w flag can get you into trouble. Enter the CGI::Carp module. It replaces warn and die, plus the normal Carp module's carp, croak, and confess functions with more verbose and safer versions. It still sends them to the normal server error log. use CGI::Carp; warn "This is a complaint"; die "But this one is serious"; The following use of CGI::Carp also redirects errors to a file of your choice, placed in a BEGIN block to catch compile-time warnings as well: BEGIN { use CGI::Carp qw(carpout); open(LOG, ">>/var/local/cgi-logs/mycgi-log") or die "Unable to append to mycgi-log: $!\n"; carpout(*LOG); }

You can even arrange for fatal errors to return to the client browser, which is nice for your own debugging but might confuse the end user. use CGI::Carp qw(fatalsToBrowser); die "Bad error here"; Even if the error happens before you get the HTTP header out, the module will try to take care of this to avoid the dreaded 500 Server Error. Normal warnings still go out to the server error log (or wherever you've sent them with carpout) with the application name and date stamp prepended.

See Also The documentation for the standard CGI::Carp module, the discussion on BEGIN in Recipe 12.3 Previous: 19.1. Writing a CGI Script

19.1. Writing a CGI Script

Perl Cookbook Book Index

Next: 19.3. Fixing a 500 Server Error

19.3. Fixing a 500 Server Error

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 19.2. Redirecting Error Messages

Chapter 19 CGI Programming

Next: 19.4. Writing a Safe CGI Program

19.3. Fixing a 500 Server Error Problem Your CGI script gives you a 500 Server Error.

Solution Follow the checklist given in the discussion. It's aimed at a Unix audience, but the general principles embodied in the questions apply to all systems.

Discussion Make sure the web server can run the script. Check ownership and permissions with ls -l. The appropriate read and execute bits must be set on the script before the web server can run it. The script should be readable and executable by everyone (or at least by whomever the server runs scripts as). Use chmod 0755 scriptname if it's owned by you, otherwise chmod 0555 scriptname if owned by the designated anonymous web user, assuming you are running as that user or the superuser. All directories in the path must also have their execute bit set. Make sure the script can be identified as a script by the web server. Most web servers have a system-wide cgi-bin, and all files in that directory will be run as scripts. Some servers identify a CGI script as any file whose name ends in a particular extension, like .cgi or .plx. Some servers have options to permit access via the GET method alone, and not through the POST method that your form likely uses. Consult your web server documentation, configuration files, webmaster, and (if all else fails) technical support. If you're running on Unix, do you have the right path to the Perl executable on the #! line? The #! line must be the first line in the script; you can't even have blank lines before the #! line. Some operating systems have ridiculously short limits on the number of characters that can be in this line, so you may need to make a link (e.g., from /home/richh/perl to /opt/installed/third-party/software/perl-5.004/bin/perl, to pick a hypothetical pathological example). If you're running on Win32, have you associated your Perl scripts with the correct Perl executable? Make sure the script has permissions to do what it's trying to do.

Identify the user the script runs as by replacing with the simple code shown in Example 19.2. Example 19.2: webwhoami #!/usr/bin/perl # webwhoami - show web users id print "Content-Type: text/plain\n\n"; print "Running as ", scalar getpwuid($>), "\n"; This prints the username the script is running as. Identify the resources the script is trying to access. List the files, network connections, system calls, and so on, which require special privilege. Then make sure they can be accessed by the user the script is running as. Are there disk or network quotas? Do the protections on the file allow access? Are you trying to get to the encrypted password field using getpwent on a shadow password system (since usually only the superuser can get shadow passwords)? Set permissions on any files the script needs to write to at 0666, or better yet to 0644 if they're owned up the effective user ID the script is running under. If new files are to be created or old ones moved or removed, write and execute permission on enclosing directory of those files is also needed. Is the script valid Perl? Try to run it from a shell prompt. CGI.pm lets you run and debug your scripts from the command line or from standard input. Here, ^D represents whatever you type to get an End of File. % perl -wc cgi-script # just compilation % perl -w cgi-script # parms from stdin (offline mode: enter name=value pairs on standard input) name=joe number=10 ^D % perl -w % perl -d # % # %

cgi-script name=joe number=10 cgi-script name=joe number=10

# run with mock form input # ditto, under the debugger

POST method script in csh (setenv HTTP_METHOD POST; perl -w cgi-script name=joe number=10) POST method script in sh HTTP_METHOD=POST perl -w cgi-script name=joe number=10

Check the server's error log. Most web servers redirect CGI process's STDERR into a file. Find that file (try /usr/local/etc/httpd/logs/error_log, /usr/local/www/logs/error_log, or just ask your administrator) and see whether any warnings or error messages are showing up there. Are you using an old version of Perl? Type perl -v to find out. If you're not using 5.004 or better, you or your admins should upgrade, because 5.003 and earlier releases were not protected against buffer overruns. This is a grave security matter.

Are you using an old version of the libraries? You can either grep -i version in the library file (probably in /usr/lib/perl5/, /usr/local/lib/perl5, /usr/lib/perl5/site_perl, or some such). For CGI.pm, and in fact, with any module, you can do this to figure out which version you're using: % perl -MCGI -le 'print CGI->VERSION' 2.49 Are you running the latest version of your web server? It's not often that it happens, but sometimes a web server has bugs that can interfere with your scripts. Are you running with the -w switch? This makes Perl gripe about things like using uninitialized variables, reading from a write-only filehandle, and so on. Are you running with the -T flag? If Perl complains about insecure actions, you might be assuming things about your script's input and environment that aren't true. Make it taint-clean (read Recipe 19.4, see the perlsec manpage to find out about tainting and its consequences for your program, and check the CGI Security FAQ for particular web traps to avoid) and you may sleep easier at night as well as have a working script. Are you running with use strict? It makes you declare variables before you use them and quote your strings to avoid any confusion with subroutines, and in doing so finds a lot of errors. Are you checking the return values of each and every one of your system calls? Many people blindly believe that every open or system or rename or unlink in their programs will work all the time. These functions return a value so you can find out whether they worked or not - check them! Can Perl find the libraries you're using? Write a small script that just prints @INC (Perl's array of directories it looks for modules and libraries in). Check the permissions on the libraries (they must be readable by the user the script runs as). Don't try to copy modules from one machine to another - a lot of them have compiled and autoloaded components hidden away in the Perl library directory. Install them yourself from scratch. Is Perl giving you warnings or errors? Try using CGI::Carp (see Recipe 19.2) to send Perl's error messages and warnings to the browser or a file you have access to. Is the script upholding its end of the CGI protocol? The HTTP header must come before the text or image you return. Don't forget the blank line between the header and body. Also, because STDOUT is not automatically autoflushed but STDERR is, if your script generates warnings or errors to STDERR the web server might see them before it sees your HTTP header and can generate an error on some servers. Add this at the top of your script (after the #! line) to also flush STDOUT: $| = 1; Don't ever try to decode the incoming form data by parsing the environment and standard input yourself. There are just too many places where it can go wrong. Use the CGI module and spend your time writing cool programs or reading Usenet instead of tracking down bugs in your implementation of an arcane protocol.

Asking for help elsewhere. Check the FAQs and other documents mentioned at the end of the Introduction to this chapter. There is still a chance that you have made a common mistake on whatever system you're using - read the relevant FAQs to make sure you don't embarrass yourself by asking the CGI equivalent of "why doesn't my car run when it's out of gas and oil?" Ask a friend. Almost everyone knows somebody they can ask for help. You'll probably get a reply much sooner than if you asked the Net. Post to comp.infosystems.www.authoring.misc if your question is about a CGI script (the CGI module, decoding cookies, finding out where the user is coming from, etc.).

See Also Recipe 19.2; the discussion on buffering in the introduction of Chapter 8, File Contents; the CGI FAQ at http://www.webthing.com/tutorials/cgifaq.html Previous: 19.2. Redirecting Error Messages

19.2. Redirecting Error Messages

Perl Cookbook

Next: 19.4. Writing a Safe CGI Program

Book Index

19.4. Writing a Safe CGI Program

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 19.3. Fixing a 500 Server Error

Chapter 19 CGI Programming

Next: 19.5. Making CGI Scripts Efficient

19.4. Writing a Safe CGI Program Problem Because CGI programs allow external users to run programs on systems they would not otherwise have access on, all CGI programs represent a potential security risk. You want to minimize your exposure.

Solution ●

Use taint mode (the -T switch on the #! line).



Don't blindly untaint data. (See below.)



Sanity-check everything, including all form widget return values, even hidden widgets or values generated by JavaScript code. Many people naïvely assume that just because they tell JavaScript to check the form's values before the form is submitted, the form's values will actually be checked. Not at all! The user can trivially circumvent this by disabling JavaScript in their browser, by downloading the form and altering the JavaScript, or quit by talking HTTP without a browser using any of the examples in Chapter 20, Web Automation.



Check return conditions from system calls.



Be conscious of race conditions (described below).



Run with -w and use strict to make sure Perl isn't assuming things incorrectly.



Don't run anything setuid unless you absolutely must. If you must, think about running setgid instead if you can. Certainly avoid setuid root at all costs. If you must run setuid or setgid, use a wrapper unless Perl is convinced your system has secure setuid scripts and you know what this means.



Always encode login passwords, credit card numbers, social security numbers, and anything else you'd not care to read pasted across the front page of your local newspaper. Use a secure protocol like SSL when dealing with such data.

Discussion Many of these suggestions are good ideas for any program - using -w and checking the return values of your system calls are obviously applicable even when security isn't the first thing on your mind. The -w switch makes Perl issue warnings about dubious constructs, like using an undefined variable as though it had a legitimate value, or writing to a read-only filehandle. Apart from unanticipated shell escapes, the most common security threat lies in forged values in a form submission. It's trivial for anyone to save the source to your form, edit the HTML, and submit the altered form. Even if you're certain that a field can return only "yes" or "no", they can always edit it up to return "maybe" instead. Even fields marked as type HIDDEN in the form can be tampered. If the program at the other end blindly trusts its form values, it can be fooled into deleting files, creating new user accounts, mailing password or credit card databases, or innumerable other malicious abuses. This is why you must never blindly trust data (like prices) stored in hidden fields when writing CGI shopping cart applications. Even worse is when the CGI script uses a form value as the basis of a filename to open or a command to run. Bogus values submitted to the script could trick it into opening arbitrary files. Situations like this are precisely why Perl has a taint mode. If a program runs setuid, or else has the -T switch active, any data coming in through program arguments, environment variables, directory listings, or a file, are considered tainted, and cannot be used directly or indirectly to affect the outside world. Running under taint mode, Perl insists that you set your path variable first, even if specifying a complete pathname when you call a program. That's because you have no assurance that the command you run won't turn around and invoke some other program using a relative pathname. You must also untaint any externally derived data for safety. For instance, when running in taint mode: #!/usr/bin/perl -T open(FH, "> $ARGV[0]") or die; Perl warns with: Insecure dependency in open while running with -T switch at ... This is because $ARGV[0] (having come from outside your program) is not trustworthy. The only way to change tainted data into untainted data is by using regular expression backreferences: $file = $ARGV[0]; # $file tainted unless ($file =~ m#^([\w.-]+)$#) { # $1 is untainted die "filename '$file' has invalid characters.\n"; } $file = $1; # $file untainted Tainted data can come from anything outside your program, such as from your program arguments or environment variables, the results of reading from filehandles or directory handles, and stat or locale information. Operations considered insecure with tainted data include system(STRING), exec(STRING), backticks, glob, open with any mode except read-only, unlink, mkdir, rmdir, chown, chmod, umask, link, symlink, the -s command-line switch, kill, require, eval,

truncate, ioctl, fcntl, socket, socketpair, bind, connect, chdir, chroot, setpgrp, setpriority, and syscall. A common attack exploits what's known as a race condition. That's a situation where, between two actions of yours, an attacker can race in and change something to make your program misbehave. A notorious race condition occurred in the way older Unix kernels ran setuid scripts: between the kernel reading the file to find which interpreter to run, and the now-setuid interpreter reading the file, a malicious person could substitute their own script. Race conditions crop up even in apparently innocuous places. Consider what would happen if not one but many copies of the following code ran simultaneously. unless (-e $filename) { # WRONG! open(FH, "> $filename"); # ... } There's a race between testing whether the file exists and opening it for writing. Still worse, if someone replaced the file with a link to something important, like one of your personal configuration files, the above code would erase that file. The correct way to do this is to do a non-destructive create with the sysopen function, described in Recipe 7.1. A setuid CGI script runs with different permissions than the web server does. This lets the CGI script access resources (files, shadow password databases, etc) that it otherwise could not. This can be convenient, but it can also be dangerous. Weaknesses in setuid scripts may let crackers access not only files that the low-privilege web server user can access, but also any that could be accessed by the user the script runs as. For a poorly written setuid root script, this could let anyone change passwords, delete files, read credit card records, and other malicious acts. This is why you should always make sure your programs run with the lowest possible privilege, normally the user the web server runs as: nobody. Finally (and this recommendation may be the hardest to follow) be conscious of the physical path your network traffic takes. Are you sending passwords over an unencrypted connection? Do these unencrypted passwords travel through insecure networks? A form's PASSWORD input field only protects you from someone looking over your shoulder. Always use SSL when real passwords are involved. If you're serious about security, fire up your browser and a packet sniffer to see how easily your traffic is decoded.

See Also The section on "Cooperating with Strangers" in Chapter 6 of Programming Perl; perlsec (1); the CGI and HTTP specs and the CGI Security FAQ, all mentioned in the Introduction to this chapter; the section on "Avoiding Denial of Service Attacks" in the standard CGI module documentation; Recipe 19.6 Previous: 19.3. Fixing a 500 Server Error

19.3. Fixing a 500 Server Error

Perl Cookbook Book Index

Next: 19.5. Making CGI Scripts Efficient

19.5. Making CGI Scripts Efficient

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 19.4. Writing a Safe CGI Program

Chapter 19 CGI Programming

Next: 19.6. Executing Commands Without Shell Escapes

19.5. Making CGI Scripts Efficient Problem Your CGI script is called often, and the web server is suffering as a result. You'd like to lessen the load your CGI script causes.

Solution Use mod_perl in the Apache web server along with the following section in your httpd.conf file: Alias /perl/ /real/path/to/perl/scripts/

SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI

PerlModule Apache::Registry PerlModule CGI PerlSendHeader On

Discussion Using the mod_perl Apache web server module, you can write Perl code that will step in at any part of a request's processing. You can write your own logging and authentication routines, define virtual hosts and their configuration, and write your own handlers for certain types of request. The snippet above says that requests with URLs starting in /perl/ are actually in /real/path/to/perl/scripts/ and that they should be handled by Apache::Registry. This runs them in a CGI environment. PerlModule CGI preloads the CGI module, and PerlSendHeader On makes most of your CGI scripts work out of the box with mod_perl. /perl/ works analogously to /cgi-bin/. To make the suffix .perl indicate mod_perl CGI scripts just as the suffix .cgi indicates regular CGI scripts, use the following in your Apache configuration file:

SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI

Because the Perl interpreter that runs your CGI script doesn't shut down when your script is done (as normally happens when the web server runs your script as a separate program), you cannot rely on your global variables being undefined when the program starts. -w and use strict check for many bad habits in these kinds of scripts. There are other gotchas, too - see the mod_perl_traps manpage. Don't worry about how big your web server processes appear to grow from pre-loading all these scripts. They need to find their way into memory eventually, and it's better to happen before Apache forks off kids. That way each script has to be in memory only once, because forked children have shared memory pages (under all modern operating systems). In other words, it only appears to take up more memory this way. It actually takes less! An interface to Netscape's server is also available at http://www.perl.com/CPAN-local/modules/by-module/Netscape/nsapi_perl-0.24.tar.gz that effects a similar performance gain by avoiding forking.

See Also The documentation for Bundle::Apache, Apache, Apache::Registry, from CPAN; http://perl.apache.org/, mod_perl FAQ at http://perl.apache.org/faqa/, the mod_perl (3) and cgi_to_mod_perl (1) manpages (if you have them) Previous: 19.4. Writing a Safe CGI Program

19.4. Writing a Safe CGI Program

Perl Cookbook Book Index

Next: 19.6. Executing Commands Without Shell Escapes

19.6. Executing Commands Without Shell Escapes

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 19.5. Making CGI Scripts Efficient

Chapter 19 CGI Programming

Next: 19.7. Formatting Lists and Tables with HTML Shortcuts

19.6. Executing Commands Without Shell Escapes Problem You need to use a user's input as part of a command, but you don't want to allow the user to make the shell run other commands or look at other files. If you just blindly call the system function or backticks on a single string containing a command line, the shell might be used to run the command. This would be unsafe.

Solution Unlike its single-argument version, the list form of the system function is safe from shell escapes. When the command's arguments involve user input from a form, never use this: system("command $input @files"); # UNSAFE Write it this way instead: system("command", $input, @files);

# safer

Discussion Because Perl was designed as a glue language, it's easy to use it to call other programs - too easy, in some cases. If you're merely trying to run a shell command but don't need to capture its output, it's easy enough to call system using its multiple argument form. But what happens if you're using the command in backticks or as part of a piped open? Now you have a real problem, because those don't permit the multiple argument form that system does. The solution is to manually fork and exec the child processes on your own. It's more work, but at least stray shell escapes won't be ruining your day. It's safe to use backticks in a CGI script only if the arguments you give the program are purely internally generated, as in: chomp($now = `date`); But if the command within the backticks contains user-supplied input, perhaps like this: @output = `grep $input @files`;

you have to be much more careful. die "cannot fork: $!" unless defined ($pid = open(SAFE_KID, "|-")); if ($pid == 0) { exec('grep', $input, @files) or die "can't exec grep: $!"; } else { @output = ; close SAFE_KID; # $? contains status } This works because exec, like system, permits a calling convention that's proof against shell escapes. When passed a list, no shell is called, and so no escapes can occur. Similar circumlocutions are needed when using open to start up a command. Here's a safe backtick or piped open for read. Instead of using this unsafe code: open(KID_TO_READ, "$program @options @args |"); # UNSAFE Use this more complicated but safer code: # add error processing as above die "cannot fork: $!" unless defined($pid = open(KID_TO_READ, "-|")); if ($pid) { # parent while () { # do something interesting } close(KID_TO_READ) } else { # child # reconfigure, then exec($program, @options, @args) }

or warn "kid exited $?";

or die "can't exec program: $!";

Here's a safe piped open for writing. Instead of using this unsafe code: open(KID_TO_WRITE, "|$program $options @args");

# UNSAFE

Use this more complicated but safer code: $pid = open(KID_TO_WRITE, "|-"); die "cannot fork: $!" unless defined($pid = open(KID_TO_WRITE, "|-")); $SIG{ALRM} = sub { die "whoops, $program pipe broke" }; if ($pid) { # parent for (@data) { print KID_TO_WRITE $_ } close(KID_TO_WRITE) or warn "kid exited $?"; } else { # child # reconfigure, then exec($program, @options, @args)

or die "can't exec program: $!";

} At the point where the comment in the code says reconfigure, then you can put in any extra security measures you'd like. You're in the child process now, where changes won't propagate back to the parent. You can change environment variables, reset temporary user or group ID values, change directories or umasks, etc. All this doesn't help you, of course, if your system call runs a setuid program that can be exploited with the data you give it. The mail program sendmail is a setuid program commonly run from CGI scripts. Know the risks before you call sendmail or any other setuid program.

See Also The system, exec, and open functions in Chapter 3 of Programming Perl and in perlfunc (1); the section on "Cooperating with Strangers" in Chapter 6 of Programming Perl; perlsec (1); Recipe 16.1; Recipe 16.2; Recipe 16.3 Previous: 19.5. Making CGI Scripts Efficient

19.5. Making CGI Scripts Efficient

Perl Cookbook Book Index

Next: 19.7. Formatting Lists and Tables with HTML Shortcuts

19.7. Formatting Lists and Tables with HTML Shortcuts

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

Previous: 19.6. Executing Commands Without Shell Escapes

Chapter 19 CGI Programming

Next: 19.8. Redirecting to a Different Location

19.7. Formatting Lists and Tables with HTML Shortcuts Problem You have several lists and tables to generate and would like helper functions to make these easier to output.

Solution The CGI module provides HTML helper functions which, when passed array references, apply themselves to each element of the referenced array: print ol( li([ qw(red blue green)]) );

  • red
  • blue
  • green
  • @names = qw(Larry Moe Curly); print ul( li({ -TYPE => "disc" }, \@names) );
    • Larry
    • Moe
    • Curly


    Discussion The distributive behavior of the HTML generating functions in CGI.pm can significantly simplify generation of lists and tables. Passed a simple string, they just produce HTML for that string. But passed an array reference, they work on all those strings. print li("alpha");
  • alpha
  • print li( [ "alpha", "omega"] );
  • alpha
  • omega
  • The shortcut functions for lists will be loaded when you use the :standard import tag, but you need to ask for :html3 explicitly to get helper functions for working with tables. There's also a conflict between the tag, which would normally make a tr() function, and Perl's built-in tr/// operator. Therefore, to make a table row, use the Tr() function. This example generates an HTML table starting with a hash of arrays. The keys will be the row headers, and the array of values will be the columns.

    use CGI qw(:standard :html3); %hash = ( "Wisconsin" "Colorado" "Texas" "California" );

    => => => =>

    [ [ [ [

    "Superior", "Lake Geneva", "Madison" ], "Denver", "Fort Collins", "Boulder" ], "Plano", "Austin", "Fort Stockton" ], "Sebastopol", "Santa Rosa", "Berkeley" ],

    $\ = "\n"; print " Cities I Have Known"; print Tr(th [qw(State Cities)]); for $k (sort keys %hash) { print Tr(th($k), td( [ sort @{$hash{$k}} ] )); } print "
    "; That generates text that looks like this: Cities I Have Known
    State Cities
    California Berkeley Santa Rosa Sebastopol
    Colorado Boulder Denver Fort Collins
    Texas Austin Fort Stockton Plano
    Wisconsin Lake Geneva Madison Superior
    You can produce the same output using one print statement, although it is slightly trickier, because you have to use a map to create the implicit loop. This print statement produces output identical to that displayed above: print table caption('Cities I have Known'), Tr(th [qw(State Cities)]), map { Tr(th($_), td( [ sort @{$hash{$_}} ] )) } sort keys %hash; This is particularly useful for formatting the results of a database query, as in Example 19.3 (see Chapter 14, Database Access). Example 19.3: salcheck #!/usr/bin/perl # salcheck - check for salaries use DBI;

    use CGI qw(:standard :html3); $limit = param("LIMIT"); print header(), start_html("Salary Query"), h1("Search"), start_form(), p("Enter minimum salary", textfield("LIMIT")), submit(), end_form(); if (defined $limit) { $dbh = DBI->connect("dbi:mysql:somedb:server.host.dom:3306", "username", "password") or die "Connecting: $DBI::errstr"; $sth = $dbh->prepare("SELECT name,salary FROM employees WHERE salary > $limit") or die "Preparing: ", $dbh->errstr; $sth->execute or die "Executing: ", $sth->errstr; print h1("Results"), ""; while (@row = $sth->fetchrow_array()) { print Tr( td( \@row ) ); } print "
    \n"; $sth->finish; $dbh->disconnect; } print end_html();

    See Also The documentation for the standard CGI module; Recipe 14.10 Previous: 19.6. Executing Commands Without Shell Escapes

    19.6. Executing Commands Without Shell Escapes

    Perl Cookbook Book Index

    Next: 19.8. Redirecting to a Different Location

    19.8. Redirecting to a Different Location

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 19.7. Formatting Lists and Tables with HTML Shortcuts

    Chapter 19 CGI Programming

    Next: 19.9. Debugging the Raw HTTP Exchange

    19.8. Redirecting to a Different Location Problem You need to tell the client's browser to look elsewhere for a page.

    Solution Instead of a normal header, just issue a location redirect and exit. Don't forget the extra newline at the end of the header. $url = "http://www.perl.com/CPAN/"; print "Location: $url\n\n"; exit;

    Discussion Sometimes your CGI program doesn't need to generate the document on its own. It only needs to tell the client at the other end to fetch a different document instead. In that case, the HTTP header needs to include this directive as a Location line followed by the URL you want to send them to. Make sure to use an absolute URL, not a relative one. The direct and literal solution given above is usually sufficient. But if you already have the CGI module loaded, use the redirect function. You might use this code if you are building and setting a cookie, as shown in Example 19.4. Example 19.4: oreobounce #!/usr/bin/perl -w # oreobounce - set a cookie and redirect the browser use CGI qw(:cgi); $oreo = cookie( -NAME -VALUE -EXPIRES -DOMAIN

    => => => =>

    'filling', "vanilla crème", '+3M', # M for month, m for minute '.perl.com');

    $whither

    = "http://somewhere.perl.com/nonesuch.html";

    print redirect( -URL -COOKIE

    => $whither, => $oreo);

    That would produce: Status: 302 Moved Temporarily Set-Cookie: filling=vanilla%20cr%E4me; domain=.perl.com; expires=Tue, 21-Jul-1998 11:58:55 GMT Date: Tue, 21 Apr 1998 11:55:55 GMT Location: http://somewhere.perl.com/nonesuch.html Content-Type: text/html B Example 19.5 is a complete program that looks at the client browser name and redirects it to a page in Eric Raymond's Jargon File that talks about the user's browser. It's also a nice example of a different approach to building a switch statement in Perl. Example 19.5: os_snipe #!/usr/bin/perl # os_snipe - redirect to a Jargon File entry about current OS $dir = 'http://www.wins.uva.nl/%7Emes/jargon'; for ($ENV{HTTP_USER_AGENT}) { $page = /Mac/ && 'm/Macintrash.html' || /Win(dows )?NT/ && 'e/evilandrude.html' || /Win|MSIE|WebTV/ && 'm/MicroslothWindows.html' || /Linux/ && 'l/Linux.html' || /HP-UX/ && 'h/HP-SUX.html' || /SunOS/ && 's/ScumOS.html' || 'a/AppendixB.html'; } print "Location: $dir/$page\n\n"; The os_snipe program shows a good use of dynamic redirection, because you don't always send every user to the same place. If you did, it would usually make more sense to arrange for a static redirect line in the server's configuration file, since that would be easier on the web server than running a CGI script for each redirection. Telling the client's browser that you don't plan to produce any output is not the same as redirecting nowhere: use CGI qw(:standard); print header( -STATUS => '204 No response' ); That produces this: Status: 204 No response

    Content-Type: text/html

    Use this, for instance, when the user will submit a form request but you don't want their page to change or even update. It may seem silly to provide a content type and then no content, but that's what the module does. If you were hand-coding this, it wouldn't be required. #!/bin/sh cat 60, LocalPort => 8989); print "Please contact me at: \n"; while (my $client = $server->accept) { CONNECTION: while (my $answer = $client->get_request) { print $answer->as_string; $client->autoflush; RESPONSE: while () { last RESPONSE if $_ eq ".\n"; last CONNECTION if $_ eq "..\n"; print $client $_; } print "\nEOF\n";

    } print "CLOSE: ", $client->reason, "\n"; $client->close; undef $client; }

    Discussion It's hard to keep track of which versions of all the different browsers still have which bugs. The fake server program can save you days of head scratching, because sometimes a misbehaving browser doesn't send the server the right thing. Historically, we have seen aberrant browsers lose their cookies, mis-escape a URL, send the wrong status line, and do other even less obvious things. To use the fake server, it's best to run it on the same machine as the real server. That way your browser will still send it any cookies destined for that domain. Then instead of pointing your browser at: http://somewhere.com/cgi-bin/whatever use the alternate port given in the new constructor above. You don't need to be the superuser to run the server if you use the alternate port. http://somewhere.com:8989/cgi-bin/whatever If you convince yourself that the client is behaving properly but wonder about the server, it's easiest to use the telnet program to manually talk to the remote server. % telnet www.perl.com 80 GET /bogotic HTTP/1.0

    HTTP/1.1 404 File Not Found Date: Tue, 21 Apr 1998 11:25:43 GMT Server: Apache/1.2.4 Connection: close Content-Type: text/html

    404 File Not Found

    File Not Found The requested URL /bogotic was not found on this server.



    If you have LWP installed on your system, you can use the GET alias for the lwp-request program. This will follow any redirection chains, which can shed light on your problem. For example: % GET -esuSU http://mox.perl.com/perl/bogotic GET http://language.perl.com/bogotic Host: mox.perl.com User-Agent: lwp-request/1.32

    GET http://mox.perl.com/perl/bogotic --> 302 Moved Temporarily GET http://www.perl.com/perl/bogotic --> 302 Moved Temporarily GET http://language.perl.com/bogotic --> 404 File Not Found Connection: close Date: Tue, 21 Apr 1998 11:29:03 GMT Server: Apache/1.2.4 Content-Type: text/html Client-Date: Tue, 21 Apr 1998 12:29:01 GMT Client-Peer: 208.201.239.47:80 Title: Broken perl.com Links

    An Error Occurred

    An Error Occurred 404 File Not Found

    See Also The documentation for the standard CGI module; Recipe 19.10 Previous: 19.8. Redirecting to a Different Location

    19.8. Redirecting to a Different Location

    Perl Cookbook Book Index

    Next: 19.10. Managing Cookies

    19.10. Managing Cookies

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 19.9. Debugging the Raw HTTP Exchange

    Chapter 19 CGI Programming

    Next: 19.11. Creating Sticky Widgets

    19.10. Managing Cookies Problem You want to get or set a cookie to help manage sessions or user preferences.

    Solution Using CGI.pm, retrieve an existing cookie like this: $preference_value = cookie("preference name"); To prepare a cookie, do this: $packed_cookie = cookie( -NAME => "preference name", -VALUE => "whatever you'd like", -EXPIRES => "+2y"); To save a cookie back to the client browser, you must include it in the HTTP header, probably using either the header or redirect functions: print header(-COOKIE => $packed_cookie);

    Discussion Cookies store information on the client's browser. If you're using Netscape under Unix, you can inspect your own ~/.netscape/cookies file, although this doesn't show your current set of cookies. It only holds those cookies present when you last exited the browser. Think of them as per-application user preferences or a way to help with transactions. Benefits of cookies are that they can be shared between several different programs on your server, and they persist even across browser invocations. However, cookies can be used for dubious tricks like traffic analysis and click tracing. This makes some folks very nervous about who is collecting their personal data and what use will be made of their page viewing habits. Cookies don't travel well, either. If you use a browser at home or in someone else's office, it won't have the cookies from the browser in your office. For this reason, do not expect every browser to accept the cookies you give it. As if that wasn't bad enough, browsers can randomly toss cookies. Here's an excerpt from the HTTP State Management Mechanism draft at http://portal.research.bell-labs.com/~dmk/cookie-2.81-3.1.txt:

    Because user agents have finite space in which to store cookies, they may also discard older cookies to make space for newer ones, using, for example, a least-recently-used algorithm, along with constraints on the maximum number of cookies that each origin server may set. Due to their unreliability, you should probably not place too much faith in cookies. Use them for simple, stateful transactions, and avoid traffic analysis for reasons of privacy. Example 19.7 is a complete program that remembers the user's last choice. Example 19.7: ic_cookies #!/usr/bin/perl -w # ic_cookies - sample CGI script that uses a cookie use CGI qw(:standard); use strict; my $cookname = "favorite ice cream"; my $favorite = param("flavor"); my $tasty = cookie($cookname) || 'mint'; unless ($favorite) { print header(), start_html("Ice Cookies"), h1("Hello Ice Cream"), hr(), start_form(), p("Please select a flavor: ", textfield("flavor",$tasty)), end_form(), hr(); exit; } my $cookie = cookie( -NAME => $cookname, -VALUE => $favorite, -EXPIRES => "+2y", ); print header(-COOKIE => $cookie), start_html("Ice Cookies, #2"), h1("Hello Ice Cream"), p("You chose as your favorite flavor `$favorite'.");

    See Also The documentation for the standard CGI module Previous: 19.9. Debugging the Raw HTTP Exchange

    Perl Cookbook

    Next: 19.11. Creating Sticky Widgets

    19.9. Debugging the Raw HTTP Exchange

    Book Index

    19.11. Creating Sticky Widgets

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 19.10. Managing Cookies

    Chapter 19 CGI Programming

    Next: 19.12. Writing a Multiscreen CGI Script

    19.11. Creating Sticky Widgets Problem You want the default values for the fields in your form to be the last values submitted. For instance, you want to create a search form like AltaVista (http://altavista.digital.com/ ) where the keywords you're searching with appear in the search dialog above the results.

    Solution Use CGI.pm's HTML shortcuts to create your form, which will automatically provide previous values as defaults: print textfield("SEARCH"); # previous SEARCH value is the default

    Discussion Example 19.8 is a simple script for querying the list of users currently logged in. Example 19.8: who.cgi #!/usr/bin/perl -wT # who.cgi - run who(1) on a user and format the results nicely $ENV{IFS}=''; $ENV{PATH}='/bin:/usr/bin'; use CGI qw(:standard); # print search form print header(), start_html("Query Users"), h1("Search"); print start_form(), p("Which user?", textfield("WHO")); submit(), end_form(); # print results of the query if we have someone to look for $name = param("WHO"); if ($name) { print h1("Results"); $html = ''; # call who and build up text of response foreach (`who`) {

    next unless /^$name\s/o; s/&/&/g; s//>/g; $html .= $_;

    # only lines matching $name # escape HTML

    } # nice message if we didn't find anyone by that name $html = $html || "$name is not logged in"; print pre($html); } print end_html(); The call to textfield generates HTML for a text entry field whose parameter name is WHO. After printing the form, we check whether we were called with a value for the WHO parameter. If so, we try to find the lines in the output from who for that user.

    See Also The documentation for the standard CGI module; Recipe 19.4; Recipe 19.7 Previous: 19.10. Managing Cookies

    19.10. Managing Cookies

    Perl Cookbook Book Index

    Next: 19.12. Writing a Multiscreen CGI Script

    19.12. Writing a Multiscreen CGI Script

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 19.11. Creating Sticky Widgets

    Chapter 19 CGI Programming

    Next: 19.13. Saving a Form to a File or Mail Pipe

    19.12. Writing a Multiscreen CGI Script Problem You want to write a single CGI script that can return several different pages to the browser. For instance, you want a single CGI script for administering a database of products. The script will be called to display the form to add a product, to process the add-product form, to display a list of products to delete, to process the delete-product form, to display a list of product to edit, to display a form of the product's attributes for the user to change, and to process the edit-product form. You can use these multiscreen CGI scripts to form an elementary shopping-cart-type application.

    Solution Use a hidden field to encode the current screen.

    Discussion It is easy to generate sticky hidden fields with the CGI module. The hidden function returns HTML for a hidden widget and will use the widget's current value if you only give hidden the widget name: use CGI qw(:standard); print hidden("bacon"); To determine which page ("display product list", "display all items in shopping cart", "confirm order") to display, use another hidden field. We'll call this one .State so it won't conflict with any field we might have called State (for instance, in credit card billing information). To let the user move from page to page, use submit buttons that set .State to the name of the page to go to. For instance, to make a button to take the user to the "Checkout" page, use: print submit(-NAME => ".State", -VALUE => "Checkout"); We wrap this in a function to make it easier to type: sub to_page { return submit( -NAME => ".State", -VALUE => shift ) } To decide what code to display, check the .State parameter: $page = param(".State") || "Default"; Put the code to generate each page in separate subroutines. You could decide which subroutine to call

    with a long if ... elsif ... elsif: if ($page eq "Default") { front_page(); } elsif ($page eq "Checkout") { checkout(); } else { no_such_page(); # when we get a .State that doesn't exist } This is tedious and clumsy. Instead use a hash that maps a page name to a subroutine. This is another strategy for implementing a C-style switch statement in Perl. %States = ( 'Default' => \&front_page, 'Shirt' => \&shirt, 'Sweater' => \&sweater, 'Checkout' => \&checkout, 'Card' => \&credit_card, 'Order' => \&order, 'Cancel' => \&front_page, ); if ($States{$page}) { $States{$page}->(); } else { no_such_page(); }

    # call the correct subroutine

    Each page will have some persistent widgets. For instance, the page that lets the user order t-shirts will want the number of t-shirts to persist even when the user continues and orders shoes as well. We do this by calling the page-generating subroutines with a parameter that lets them know whether they're the active page. If they're not the active page, they should only send back hidden fields for any persistent data: while (($state, $sub) = each %States) { $sub->( $page eq $state ); } The eq comparison returns true if the page is the current page, and false if it isn't. The page-generating subroutine then looks like this: sub t_shirt { my $active = shift; unless ($active) { print hidden("size"), hidden("color"); return; }

    print p("You want to buy a t-shirt?"); print p("Size: ", popup_menu('size', [ qw(XL L M S XS) ])); print p("Color:", popup_menu('color', [ qw(Black White) ])); print p( to_page("Shoes"), to_page("Checkout") ); } Because the subroutines all generate HTML, we have to print the HTTP header and start the HTML document and form before we call the subroutines. This lets us print a standard header and footer for all the pages, if we want. Here, we assume we have subroutines standard_header and standard_footer for printing the headers and footers: print header("Program Title"), start_html(); print standard_header(), begin_form(); while (($state, $sub) = each %States) { $sub->( $page eq $state ); } print standard_footer(), end_form(), end_html(); Don't make the mistake of encoding prices in the forms. Calculate prices based on the values of the hidden widgets, and sanity-check the information where you can. For example, compare against known products, to make sure they're not trying to order a burgundy XXXXXXL t-shirt. Using hidden data is more robust than using cookies, because you can't rely on the browser supporting or accepting cookies. A full explanation is in Recipe 19.10. We show a simple shopping cart application as the program chemiserie at the end of this chapter.

    See Also The documentation for the standard CGI module. Previous: 19.11. Creating Sticky Widgets

    19.11. Creating Sticky Widgets

    Perl Cookbook

    Next: 19.13. Saving a Form to a File or Mail Pipe

    Book Index

    19.13. Saving a Form to a File or Mail Pipe

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 19.12. Writing a Multiscreen CGI Script

    Chapter 19 CGI Programming

    Next: 19.14. Program: chemiserie

    19.13. Saving a Form to a File or Mail Pipe Problem Your CGI script needs to save or mail the entire form contents to a file.

    Solution To store a form, use the CGI module's save_parameters function or save method, which take a filehandle argument. You can save to a file: # first open and exclusively lock the file open(FH, ">>/tmp/formlog") or die "can't append to formlog: $!"; flock(FH, 2) or die "can't flock formlog: $!"; # either using the procedural interface use CGI qw(:standard); save_parameters(*FH); # with CGI::save # or using the object interface use CGI; $query = CGI->new(); $query->save(*FH); close(FH)

    or die "can't close formlog: $!";

    Or, save to a pipe, such as one connected to a mailer process: use CGI qw(:standard); open(MAIL, "|/usr/lib/sendmail -oi -t") or die "can't fork sendmail: $!"; print MAIL => => => => => =>

    \&front_page, \&shirt, \&sweater, \&checkout, \&credit_card, \&order, \&front_page,

    $Current_Screen = param(".State") || "Default"; die "No screen for $Current_Screen" unless $States{$Current_Screen}; # Generate the current page. standard_header(); while (my($screen_name, $function) = each %States) {

    $function->($screen_name eq $Current_Screen); } standard_footer(); exit;

    ################################ # header, footer, menu functions ################################ sub standard_header { print header(), start_html(-Title => "Shirts", -BGCOLOR=>"White"); print start_form(); # start_multipart_form() if file upload } sub standard_footer { print end_form(), end_html() } sub shop_menu { print p(defaults("Empty My Shopping Cart"), to_page("Shirt"), to_page("Sweater"), to_page("Checkout")); } ############################# # subroutines for each screen ############################# # The default page. sub front_page { my $active = shift; return unless $active; print "Hi!\n"; print "Welcome to our Shirt Shop! print "the menu below.\n";

    Please make your selection from ";

    shop_menu(); } # Page to order a shirt from. sub shirt { my $active = shift; my @sizes = qw(XL L M S); my @colors = qw(Black White); my ($size, $color, $count) = (param("shirt_size"), param("shirt_color"), param("shirt_count")); # sanity check if ($count) {

    $color = $colors[0] unless grep { $_ eq $color } @colors; $size = $sizes[0] unless grep { $_ eq $size } @sizes; param("shirt_color", $color); param("shirt_size", $size); } unless ($active) { print hidden("shirt_size") if $size; print hidden("shirt_color") if $color; print hidden("shirt_count") if $count; return; } print h1("T-Shirt"); print p("What a shirt! This baby is decked out with all the options.", "It comes with full luxury interior, cotton trim, and a collar", "to make your eyes water! Unit price: \$33.00"); print h2("Options"); print p("How Many?", textfield("shirt_count")); print p("Size?", popup_menu("shirt_size", \@sizes ), "Color?", popup_menu("shirt_color", \@colors)); shop_menu(); } # Page to order a sweater from. sub sweater { my $active = shift; my @sizes = qw(XL L M); my @colors = qw(Chartreuse Puce Lavender); my ($size, $color, $count) = (param("sweater_size"), param("sweater_color"), param("sweater_count")); # sanity check if ($count) { $color = $colors[0] unless grep { $_ eq $color } @colors; $size = $sizes[0] unless grep { $_ eq $size } @sizes; param("sweater_color", $color); param("sweater_size", $size); } unless ($active) { print hidden("sweater_size") if $size; print hidden("sweater_color") if $color; print hidden("sweater_count") if $count; return; } print h1("Sweater");

    print p("Nothing implies preppy elegance more than this fine", "sweater. Made by peasant workers from black market silk,", "it slides onto your lean form and cries out ``Take me,", "for I am a god!''. Unit price: \$49.99."); print print print print

    h2("Options"); p("How Many?", textfield("sweater_count")); p("Size?", popup_menu("sweater_size", \@sizes)); p("Color?", popup_menu("sweater_color", \@colors));

    shop_menu(); } # Page to display current order for confirmation. sub checkout { my $active = shift; return unless $active; print h1("Order Confirmation"); print p("You ordered the following:"); print order_text(); print p("Is this right? Select 'Card' to pay for the items", "or 'Shirt' or 'Sweater' to continue shopping."); print p(to_page("Card"), to_page("Shirt"), to_page("Sweater")); } # Page to gather credit-card information. sub credit_card { my $active = shift; my @widgets = qw(Name Address1 Address2 City Zip State Phone Card Expiry); unless ($active) { print map { hidden($_) } @widgets; return; } print pre(p("Name: p("Address: p(" p("City: p("Zip: p("State: p("Phone: p("Credit Card #: p("Expiry:

    ", ", ", ", ", ", ", ",

    ", textfield("Name")), textfield("Address1")), textfield("Address2")), textfield("City")), textfield("Zip")), textfield("State")), textfield("Phone")), textfield("Card")), textfield("Expiry")));

    print p("Click on 'Order' to order the items. shopping.");

    Click on 'Cancel' to return

    print p(to_page("Order"), to_page("Cancel")); } # Page to complete an order. sub order { my $active = shift; unless ($active) { return; } # you'd check credit card values here print h1("Ordered!"); print p("You have ordered the following toppings:"); print order_text(); print p(defaults("Begin Again")); } # Returns HTML for the current order ("You have ordered ...") sub order_text { my $html = ''; if (param("shirt_count")) { $html .= p("You have ordered ", param("shirt_count"), " shirts of size ", param("shirt_size"), " and color ", param("shirt_color"), "."); } if (param("sweater_count")) { $html .= p("You have ordered ", param("sweater_count"), " sweaters of size ", param("sweater_size"), " and color ", param("sweater_color"), "."); } $html = p("Nothing!") unless $html; $html .= p("For a total cost of ", calculate_price()); return $html; }

    sub calculate_price { my $shirts = param("shirt_count") || 0; my $sweaters = param("sweater_count") || 0; return sprintf("\$%.2f", $shirts*33 + $sweaters * 49.99); } sub to_page { submit(-NAME => ".State", -VALUE => shift) }

    Previous: 19.13. Saving a Form to a File or Mail Pipe

    19.13. Saving a Form to a File or Mail Pipe

    Perl Cookbook Book Index

    Next: 20. Web Automation

    20. Web Automation

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Chapter 20

    Previous: 19.14. Program: chemiserie

    Next: 20.1. Fetching a URL from a Perl Script

    20. Web Automation Contents: Introduction Fetching a URL from a Perl Script Automating Form Submission Extracting URLs Converting ASCII to HTML Converting HTML to ASCII Extracting or Removing HTML Tags Finding Stale Links Finding Fresh Links Creating HTML Templates Mirroring Web Pages Creating a Robot Parsing a Web Server Log File Processing Server Logs Program: htmlsub Program: hrefsub The web, then, or the pattern, a web at once sensuous and logical, an elegant and pregnant texture: that is style, that is the foundation of the art of literature. - Robert Louis Stevenson, On some technical Elements of Style in Literature (1885)

    20.0. Introduction Chapter 19, CGI Programming, concentrated on responding to browser requests and producing documents using CGI. This one approaches the Web from the other side: instead of responding to a browser, you pretend to be one, generating requests and processing returned documents. We make extensive use of modules to simplify this process, because the intricate network protocols and document formats are tricky to get right. By letting existing modules handle the hard parts, you can concentrate on the interesting part - your own program. The relevant modules can all be found under the following URL: http://www.perl.com/CPAN/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/ There are modules for computing credit card checksums, interacting with Netscape or Apache server APIs, processing image maps, validating HTML, and manipulating MIME. The largest and most important modules for

    this chapter, though, are found in the libwww-perl suite of modules, referred to collectively as LWP. Here are just a few of the modules included in LWP: Module Name

    Purpose

    LWP::UserAgent

    WWW user agent class

    LWP::RobotUA

    Develop robot applications

    LWP::Protocol

    Interface to various protocol schemes

    LWP::Authen::Basic Handle 401 and 407 responses LWP::MediaTypes

    MIME types configuration (text/html, etc.)

    LWP::Debug

    Debug logging module

    LWP::Simple

    Simple procedural interface for common functions

    HTTP::Headers

    MIME/RFC822 style headers

    HTTP::Message

    HTTP style message

    HTTP::Request

    HTTP request

    HTTP::Response

    HTTP response

    HTTP::Daemon

    A HTTP server class

    HTTP::Status

    HTTP status code (200 OK etc)

    HTTP::Date

    Date parsing module for HTTP date formats

    HTTP::Negotiate

    HTTP content negotiation calculation

    WWW::RobotRules Parse robots.txt files File::Listing

    Parse directory listings

    The HTTP:: and LWP:: modules let you request documents from a server. The LWP::Simple module, in particular, offers a very basic way to fetch a document. LWP::Simple, however, lacks the ability to access individual components of the HTTP response. To access these, use HTTP::Request, HTTP::Response, and LWP::UserAgent. We show both sets of modules in Recipes Recipe 20.1, Recipe 20.2, and Recipe 20.10. Closely allied with LWP, but not distributed in the LWP bundle, are the HTML:: modules. These let you parse HTML. They provide the basis for Recipes Recipe 20.5, Recipe 20.4, Recipe 20.6, Recipe 20.3, Recipe 20.7, and the programs htmlsub and hrefsub. Recipe 20.12 gives a regular expression to decode the fields in your web server's log files and shows how to interpret the fields. We use this regular expression and the Logfile::Apache module in Recipe 20.13 to show two ways of summarizing the data in web server log files. Previous: 19.14. Program: chemiserie

    Perl Cookbook

    19.14. Program: chemiserie

    Book Index

    Next: 20.1. Fetching a URL from a Perl Script

    20.1. Fetching a URL from a Perl Script

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 20.0. Introduction

    Chapter 20 Web Automation

    Next: 20.2. Automating Form Submission

    20.1. Fetching a URL from a Perl Script Problem You have a URL that you want to fetch from a script.

    Solution Use the get function from by the CPAN module LWP::Simple, part of LWP. use LWP::Simple; $content = get($URL);

    Discussion The right library makes life easier, and the LWP modules are the right ones for this task. The get function from LWP::Simple returns undef on error, so check for errors this way: use LWP::Simple; unless (defined ($content = get $URL)) { die "could not get $URL\n"; } When it's run that way, however, you can't determine the cause of the error. For this and other elaborate processing, you'll have to go beyond LWP::Simple. Example 20.1 is a program that fetches a document remotely. If it fails, it prints out the error status line. Otherwise it prints out the document title and the number of bytes of content. We use three modules from LWP and one other from CPAN. LWP::UserAgent This module creates a virtual browser. The object returned from the new constructor is used to make the actual request. We've set the name of our agent to "Schmozilla/v9.14 Platinum" just to give the remote webmaster browser-envy when they see it in their logs. HTTP::Request This module creates a request but doesn't send it. We create a GET request and set the referring page to a fictitious URL. HTTP::Response This is the object type returned when the user agent actually runs the request. We check it for errors and contents.

    URI::Heuristic This curious little module uses Netscape-style guessing algorithms to expand partial URLs. For example: Simple

    Guess

    perl

    http://www.perl.com

    www.oreilly.com http://www.oreilly.com ftp.funet.fi

    ftp://ftp.funet.fi

    /etc/passwd

    file:/etc/passwd

    Although these aren't legitimate URLs (their format is not in the URI specification), Netscape tries to guess the URL they stand for. Because Netscape does it, most other browsers do too. The source is in Example 20.1. Example 20.1: titlebytes #!/usr/bin/perl -w # titlebytes - find the title and size of documents use LWP::UserAgent; use HTTP::Request; use HTTP::Response; use URI::Heuristic; my $raw_url = shift or die "usage: $0 url\n"; my $url = URI::Heuristic::uf_urlstr($raw_url); $| = 1; # to flush next line printf "%s =>\n\t", $url; my $ua = LWP::UserAgent->new(); $ua->agent("Schmozilla/v9.14 Platinum"); # give it time, it'll get there my $req = HTTP::Request->new(GET => $url); $req->referer("http://wizard.yellowbrick.oz"); # perplex the log analysers my $response = $ua->request($req); if ($response->is_error()) { printf " %s\n", $response->status_line; } else { my $count; my $bytes; my $content = $response->content(); $bytes = length $content; $count = ($content =~ tr/\n/\n/); printf "%s (%d lines, %d bytes)\n", $response->title(), $count, $bytes; } When run, the program produces output like this: % titlebytes http://www.tpj.com/ http://www.tpj.com/ => The Perl Journal (109 lines, 4530 bytes) Yes, "referer" is not how "referrer" should be spelled. The standards people got it wrong when they misspelled HTTP_REFERER. Please use two r's when referring to things in English.

    See Also The documentation for the CPAN module LWP::Simple, and the lwpcook (1) manpage that came with LWP; the documentation for the modules LWP::UserAgent, HTTP::Request, HTTP::Response, and URI::Heuristic; Recipe 20.2 Previous: 20.0. Introduction

    20.0. Introduction

    Perl Cookbook Book Index

    Next: 20.2. Automating Form Submission

    20.2. Automating Form Submission

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 20.1. Fetching a URL from a Perl Script

    Chapter 20 Web Automation

    Next: 20.3. Extracting URLs

    20.2. Automating Form Submission Problem You want to submit form values to a CGI script from your program.

    Solution If you're submitting form values using the GET method, create a URL and encode the form using the query_form method: use LWP::Simple; use URI::URL; my $url = url('http://www.perl.com/cgi-bin/cpan_mod'); $url->query_form(module => 'DB_File', readme => 1); $content = get($url); If you're using the POST method, create your own user agent and encode the content appropriately: use HTTP::Request::Common qw(POST); use LWP::UserAgent; $ua = LWP::UserAgent->new(); my $req = POST 'http://www.perl.com/cgi-bin/cpan_mod', [ module => 'DB_File', readme => 1 ]; $content = $ua->request($req)->as_string;

    Discussion For simple operations, the procedural interface of the LWP::Simple module is sufficient. For fancier ones, the LWP::UserAgent module provides a virtual browser object, which you manipulate using method calls. The format of a query string is: field1=value1&field2=value2&field3=value3

    In GET requests, this is encoded in the URL being requested: http://www.site.com/path/to/ script.cgi?field1=value1&field2=value2&field3=value3 Fields must still be properly escaped, so setting the arg form parameter to "this isn't &" would yield: http://www.site.com/path/to/ script.cgi?arg=%22this+isn%27t+%3CEASY%3E+%26+%3CFUN%3E%22 The query_form method called on a URL object correctly escapes the form values for you, or you could use the URI::Escape::uri_escape or CGI::escape_html functions on your own. In POST requests, the query string is the body of the HTTP document sent to the CGI script. We can use the LWP::Simple module to submit data in a GET request, but there is no corresponding LWP::Simple interface for POST requests. Instead, the HTTP::Request::Common module's POST function conveniently creates a properly formatted request with everything properly escaped. If you need to go through a proxy, construct your user agent and tell it to use a proxy this way: $ua->proxy(['http', 'ftp'] => 'http://proxy.myorg.com:8081'); That says that both HTTP and FTP requests through this user agent should be routed through the proxy on port 8081 at proxy.myorg.com.

    See Also The documentation for the CPAN modules LWP::Simple, LWP::UserAgent, HTTP::Request::Common, URI::Escape, and URI::URL; Recipe 20.1 Previous: 20.1. Fetching a URL from a Perl Script

    20.1. Fetching a URL from a Perl Script

    Perl Cookbook Book Index

    Next: 20.3. Extracting URLs

    20.3. Extracting URLs

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 20.2. Automating Form Submission

    Chapter 20 Web Automation

    Next: 20.4. Converting ASCII to HTML

    20.3. Extracting URLs Problem You want to extract all URLs from an HTML file.

    Solution Use the HTML::LinkExtor module from CPAN: use HTML::LinkExtor; $parser = HTML::LinkExtor->new(undef, $base_url); $parser->parse_file($filename); @links = $parser->links; foreach $linkarray (@links) { my @element = @$linkarray; my $elt_type = shift @element;

    # element type

    # possibly test whether this is an element we're interested in while (@element) { # extract the next attribute and its value my ($attr_name, $attr_value) = splice(@element, 0, 2); # ... do something with them ... } }

    Discussion You can use HTML::LinkExtor in two different ways: either to call links to get a list of all links in the document once it is completely parsed, or to pass a code reference in the first argument to new. The referenced function will be called on each link as the document is parsed. The links method clears the link list, so you can call it only once per parsed document. It returns a reference to an array of elements. Each element is itself an array reference with an HTML::Element object at the front followed by a list of attribute name and attribute value pairs. For instance, the HTML:

    Home page

    would return a data structure like this: [ [ a, href => "http://www.perl.com/" ], [ img, src =>"images/big.gif", lowsrc => "images/big-lowres.gif" ] ] Here's an example of how you would use the $elt_type and the $attr_name to print out and anchor an image: if ($elt_type eq 'a' && $attr_name eq 'href') { print "ANCHOR: $attr_value\n" if $attr_value->scheme =~ /http|ftp/; } if ($elt_type eq 'img' && $attr_name eq 'src') { print "IMAGE: $attr_value\n"; } Example 20.2 is a complete program that takes as its arguments a URL, like file:///tmp/testing.html or http://www.ora.com/, and produces on standard output an alphabetically sorted list of unique URLs. Example 20.2: xurl #!/usr/bin/perl -w # xurl - extract unique, sorted list of links from URL use HTML::LinkExtor; use LWP::Simple; $base_url = shift; $parser = HTML::LinkExtor->new(undef, $base_url); $parser->parse(get($base_url))->eof; @links = $parser->links; foreach $linkarray (@links) { my @element = @$linkarray; my $elt_type = shift @element; while (@element) { my ($attr_name , $attr_value) = splice(@element, 0, 2); $seen{$attr_value}++; } } for (sort keys %seen) { print $_, "\n" } This program does have a limitation: if the get of $base_url involves a redirection, your links will all be resolved with the original URL instead of the URL at the end of the redirection. To fix this, fetch the document with LWP::UserAgent and examine the response code to find out if a redirection occurred.

    Once you know the post-redirection URL (if any), construct the HTML::LinkExtor object. Here's an example of the run: % xurl http://www.perl.com/CPAN ftp://[email protected]/CPAN/CPAN.html http://language.perl.com/misc/CPAN.cgi http://language.perl.com/misc/cpan_module http://language.perl.com/misc/getcpan http://www.perl.com/index.html http://www.perl.com/gifs/lcb.xbm Often in mail or Usenet messages, you'll see URLs written as:

    This is supposed to make it easy to pick URLs from messages: @URLs = ($message =~ //g);

    See Also The documentation for the CPAN modules LWP::Simple, HTML::LinkExtor, and HTML::Entities; Recipe 20.1 Previous: 20.2. Automating Form Submission

    20.2. Automating Form Submission

    Perl Cookbook Book Index

    Next: 20.4. Converting ASCII to HTML

    20.4. Converting ASCII to HTML

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 20.3. Extracting URLs

    Chapter 20 Web Automation

    Next: 20.5. Converting HTML to ASCII

    20.4. Converting ASCII to HTML Problem You want to convert ASCII text to HTML.

    Solution Use the simple little encoding filter in Example 20.3. Example 20.3: text2html #!/usr/bin/perl -w -p00 # text2html - trivial html encoding of normal text # -p means apply this script to each record. # -00 mean that a record is now a paragraph use HTML::Entities; $_ = encode_entities($_, "\200-\377"); if (/^\s/) { # Paragraphs beginning with whitespace are wrapped in s{(.*)$} {\n$1\n}s; # indented verbatim } else { s{^(>.*)} {$1
    }gm; # quoted text s{} {$1}gs # embedded URL (good) || s{(http:\S+)} {$1}gs; # guessed URL (bad) s{\*(\S+)\*} {$1}g; # this is *bold* here s{\b_(\S+)\_\b} {$1}g; # this is _italics_ here s{^} {

    \n}; # add paragraph tag }

    Discussion Converting arbitrary plain text to HTML has no general solution because there are too many different, conflicting ways of representing formatting information in a plain text file. The more you know about the input, the better the job you can do of formatting it.

    For example, if you knew that you would be fed a mail message, you could add this block to format the mail headers: BEGIN { print "

    "; $_ = encode_entities(scalar ); s/\n\s+/ /g; # continuation lines while ( /^(\S+?:)\s*(.*)$/gm ) { # parse heading print "\n"; } print "
    $1$2
    "; }

    See Also The documentation for the CPAN module HTML::Entities Previous: 20.3. Extracting URLs

    20.3. Extracting URLs

    Perl Cookbook Book Index

    Next: 20.5. Converting HTML to ASCII

    20.5. Converting HTML to ASCII

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 20.4. Converting ASCII to HTML

    Chapter 20 Web Automation

    Next: 20.6. Extracting or Removing HTML Tags

    20.5. Converting HTML to ASCII Problem You want to convert an HTML file into formatted plain ASCII.

    Solution If you have an external formatter like lynx, call an external program: $ascii = `lynx -dump $filename`; If you want to do it within your program and don't care about the things that the HTML::TreeBuilder formatter doesn't yet handle (tables and frames): use HTML::FormatText; use HTML::Parse; $html = parse_htmlfile($filename); $formatter = HTML::FormatText->new(leftmargin => 0, rightmargin => 50); $ascii = $formatter->format($html);

    Discussion These examples both assume you have the HTML text in a file. If your HTML is in a variable, you need to write it to a file for lynx to read. If you are using HTML::FormatText, use the HTML::TreeBuilder module: use HTML::TreeBuilder; use HTML::FormatText; $html = HTML::TreeBuilder->new(); $html->parse($document); $formatter = HTML::FormatText->new(leftmargin => 0, rightmargin => 50); $ascii = $formatter->format($html);

    If you use Netscape, its "Save as" option with the type set to "Text" does the best job with tables.

    See Also The documentation for the CPAN modules HTML::Parse, HTML::TreeBuilder, and HTML::FormatText; your system's lynx (1) manpage; Recipe 20.6 Previous: 20.4. Converting ASCII to HTML

    Perl Cookbook

    20.4. Converting ASCII to HTML

    Book Index

    Next: 20.6. Extracting or Removing HTML Tags

    20.6. Extracting or Removing HTML Tags

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 20.5. Converting HTML to ASCII

    Chapter 20 Web Automation

    Next: 20.7. Finding Stale Links

    20.6. Extracting or Removing HTML Tags Problem You want to remove HTML tags from a string, leaving just plain text.

    Solution The following oft-cited solution is simple but wrong on all but the most trivial HTML: ($plain_text = $html_text) =~ s/]*>//gs; #WRONG A correct but slower and slightly more complicated way is to use the CPAN modules: use HTML::Parse; use HTML::FormatText; $plain_text = HTML::FormatText->new->format(parse_html($html_text));

    Discussion As with almost everything else, there is more than one way to do it. Each solution attempts to strike a balance between speed and flexibility. Occasionally you may find HTML that's simple enough that a trivial command line call will work: % perl -pe 's/]*>//g' file However, this will break on with files whose tags cross line boundaries, like this:

    So, you'll see people doing this instead: % perl -0777 -pe 's/]*>//gs' file or its scripted equivalent: { local $/; # temporary whole-file input mode $html = ; $html =~ s/]*>//gs;

    } But even that isn't good enough except for simplistic HTML without any interesting bits in it. This approach fails for the following examples of valid HTML (among many others):

    The only solution that works well here is to use the HTML parsing routines from CPAN. The second code snippet shown above in the Solution demonstrates this better technique. For more flexible parsing, subclass the HTML::Parser class and only record the text elements you see: package MyParser; use HTML::Parser; use HTML::Entities qw(decode_entities); @ISA = qw(HTML::Parser); sub text { my($self, $text) = @_; print decode_entities($text); } package main; MyParser->new->parse_file(*F); If you're only interested in simple tags that don't contain others nested inside, you can often make do with an approach like the following, which extracts the title from a non-tricky HTML document: ($title) = ($html =~ m#\s*(.*?)\s*#is); Again, the regex approach has its flaws, so a more complete solution using LWP to process the HTML is shown in Example 20.4. Example 20.4: htitle #!/usr/bin/perl

    # htitle - get html title from URL die "usage: $0 url ...\n" unless @ARGV; require LWP; foreach $url (@ARGV) { $ua = LWP::UserAgent->new(); $res = $ua->request(HTTP::Request->new(GET => $url)); print "$url: " if @ARGV > 1; if ($res->is_success) { print $res->title, "\n"; } else { print $res->status_line, "\n"; } } Here's an example of the output: % htitle http://www.ora.com www.oreilly.com -- Welcome to O'Reilly & Associates! % htitle http://www.perl.com/ http://www.perl.com/nullvoid http://www.perl.com/: The www.perl.com Home Page http://www.perl.com/nullvoid: 404 File Not Found

    See Also The documentation for the CPAN modules HTML::TreeBuilder, HTML::Parser, HTML::Entities, and LWP::UserAgent; Recipe 20.5 Previous: 20.5. Converting HTML to ASCII

    Perl Cookbook

    Next: 20.7. Finding Stale Links

    20.5. Converting HTML to ASCII

    Book Index

    20.7. Finding Stale Links

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 20.6. Extracting or Removing HTML Tags

    Chapter 20 Web Automation

    Next: 20.8. Finding Fresh Links

    20.7. Finding Stale Links Problem You want to check whether a document contains invalid links.

    Solution Use the technique outlined in Recipe 20.3 to extract each link, and then use the LWP::Simple module's head function to make sure that link exists.

    Discussion Example 20.5 is an applied example of the link-extraction technique. Instead of just printing the name of the link, we call the LWP::Simple module's head function on it. The HEAD method fetches the remote document's metainformation to determine status information without downloading the whole document. If it fails, then the link is bad so we print an appropriate message. Because this program uses the get function from LWP::Simple, it is expecting a URL, not a filename. If you want to supply either, use the URI::Heuristic module described in Recipe 20.1. Example 20.5: churl #!/usr/bin/perl -w # churl - check urls use HTML::LinkExtor; use LWP::Simple qw(get head); $base_url = shift or die "usage: $0 \n"; $parser = HTML::LinkExtor->new(undef, $base_url); $parser->parse(get($base_url)); @links = $parser->links; print "$base_url: \n"; foreach $linkarray (@links) { my @element = @$linkarray; my $elt_type = shift @element; while (@element) {

    my ($attr_name , $attr_value) = splice(@element, 0, 2); if ($attr_value->scheme =~ /\b(ftp|https?|file)\b/) { print " $attr_value: ", head($attr_value) ? "OK" : "BAD", "\n"; } } } Here's an example of a program run: % churl http://www.wizards.com http://www.wizards.com: FrontPage/FP_Color.gif: OK FrontPage/FP_BW.gif: BAD #FP_Map: OK Games_Library/Welcome.html: OK This program has the same limitation as the HTML::LinkExtor program in Recipe 20.3.

    See Also The documentation for the CPAN modules HTML::LinkExtor, LWP::Simple, LWP::UserAgent, and HTTP::Response; Recipe 20.8 Previous: 20.6. Extracting or Removing HTML Tags

    Perl Cookbook

    Next: 20.8. Finding Fresh Links

    20.6. Extracting or Removing HTML Tags

    Book Index

    20.8. Finding Fresh Links

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 20.7. Finding Stale Links

    Chapter 20 Web Automation

    Next: 20.9. Creating HTML Templates

    20.8. Finding Fresh Links Problem Given a list of URLs, you want to determine which have been most recently modified.

    Solution The program in Example 20.6 reads URLs from standard input, rearranges by date, and prints them back to standard output with those dates prepended. Example 20.6: surl #!/usr/bin/perl -w # surl - sort URLs by their last modification date use LWP::UserAgent; use HTTP::Request; use URI::URL qw(url); my($url, %Date); my $ua = LWP::UserAgent->new(); while ( $url = url(scalar ) ) { my $ans; next unless $url->scheme =~ /^(file|https?)$/; $ans = $ua->request(HTTP::Request->new("HEAD", $url)); if ($ans->is_success) { $Date{$url} = $ans->last_modified || 0; # unknown } else { print STDERR "$url: Error [", $ans->code, "] ", $ans->message, "!\n"; } } foreach $url ( sort { $Date{$b} $Date{$a} } keys %Date ) { printf "%-25s %s\n", $Date{$url} ? (scalar localtime $Date{$url}) : "", $url; }

    Discussion The surl script works more like a traditional filter program. It reads from standard input one URL per line. (Actually, it reads from , which defaults to STDIN if @ARGV is empty.) The last-modified date on each URL is fetched using a HEAD request. That date is stored in a hash using the URL for a key. Then a simple sort by value is run on the hash to reorder the URLs by date. On output, the internal date is converted into localtime format. Here's an example of using the xurl program from the earlier recipe to extract the URLs, then running that program's output to feed into surl. % xurl http://www.perl.com/ | surl | head Mon Apr 20 06:16:02 1998 http://electriclichen.com/linux/srom.html Fri Apr 17 13:38:51 1998 http://www.oreilly.com/ Fri Mar 13 12:16:47 1998 http://www2.binevolve.com/ Sun Mar 8 21:01:27 1998 http://www.perl.org/ Tue Nov 18 13:41:32 1997 http://www.perl.com/universal/header.map Wed Oct 1 12:55:13 1997 http://www.songline.com/ Sun Aug 17 21:43:51 1997 http://www.perl.com/graphics/perlhome_header.jpg Sun Aug 17 21:43:47 1997 http://www.perl.com/graphics/perl_id_313c.gif Sun Aug 17 21:43:46 1997 http://www.perl.com/graphics/ora_logo.gif Sun Aug 17 21:43:44 1997 http://www.perl.com/graphics/header-nav.gif Having a variety of small programs that each do one thing and that can be combined into more powerful constructs is the hallmark of good programming. You could even argue that xurl should work on files, and that some other program should actually fetch the URL's contents over the Web to feed into xurl, churl, or surl. That program would probably be called gurl, except that a program by that name already exists: the LWP module suite has a program called lwp-request with aliases HEAD, GET, and POST to run those operations in shell scripts.

    See Also The documentation for the CPAN modules LWP::UserAgent, HTTP::Request, and URI::URL; Recipe 20.7 Previous: 20.7. Finding Stale Links

    20.7. Finding Stale Links

    Perl Cookbook Book Index

    Next: 20.9. Creating HTML Templates

    20.9. Creating HTML Templates

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 20.8. Finding Fresh Links

    Chapter 20 Web Automation

    Next: 20.10. Mirroring Web Pages

    20.9. Creating HTML Templates Problem You want to store a parameterized template in an external file, read it in from your CGI script, and substitute your own variables for escapes embedded in the text. This way you can separate your program from the static parts of the document.

    Solution To expand only variable references, use this template function: sub template { my ($filename, $fillings) = @_; my $text; local $/; # slurp mode (undef) local *F; # create local filehandle open(F, "< $filename\0") || return; $text = ; # read whole file close(F); # ignore retval # replace quoted words with value in %$fillings hash $text =~ s{ %% ( .*? ) %% } { exists( $fillings->{$1} ) ? $fillings->{$1} : "" }gsex; return $text; } On a data file like this:

    Report for {$user}

    Report for {$user} { lcfirst($user) } logged in {$count} times, for a total of { int($total / 60) } minutes.

    Discussion Parameterized output for your CGI scripts is a good idea for many reasons. Separating your program from its data lets you give other people (art directors, for instance) the ability to change the HTML but not the program. Even better, two programs can share the same template, so style changes in the template will be immediately reflected in both. For example, suppose you have stored the first template from the Solution in a file. Then your CGI program contains the definition of the template subroutine above and makes appropriate settings for variables $username, $count, and $total. You can fill in the template by simply using: %fields = ( username => $whats_his_name, count => $login_count, total => $minute_used, ); print template("/home/httpd/templates/simple.template", \%fields); The template file contains keywords surrounded with double percent symbols (%%KEYWORD%%). These keywords are looked up in the %$fillings hash whose reference was passed as the second argument to template. Example 20.7 is a more elaborate example using an SQL database. Example 20.7: userrep1 #!/usr/bin/perl -w # userrep1 - report duration of user logins using SQL database use DBI; use CGI qw(:standard); # template() defined as in the Solution section above $user = param("username")

    or die "No username";

    $dbh = DBI->connect("dbi:mysql:connections:mysql.domain.com", "connections", "seekritpassword") or die "Couldn't connect\n"; $sth = $dbh->prepare(finish(); $dbh->disconnect; print header(); print template("report.tpl", { 'username' => $user, 'count' => $count, 'total' => $seconds }); If you want a fancier, more flexible solution, look at the second template in the Solution section, which relies upon the CPAN module Text::Template. Contents of braces found within the template file are evaluated as Perl code. Ordinarily, these substitutions will just be simple variables: You owe: {$total} but they can also include full expressions: The average was {$count ? ($total/$count) : 0}. Example 20.8 is an example of how you could use that template. Example 20.8: userrep2 #!/usr/bin/perl -w # userrep2 - report duration of user logins using SQL database use Text::Template; use DBI; use CGI qw(:standard); $tmpl = "/home/httpd/templates/fancy.template"; $template = Text::Template->new(-type => "file", -source => $tmpl); $user = param("username") or die "No username"; $dbh = DBI->connect("dbi:mysql:connections:mysql.domain.com", "connections", "secret passwd") or die "Couldn't db connect\n"; $sth = $dbh->prepare(fetchrow_array()) { ($count, $total) = @row; } else { $count = $total = 0;

    or die "Couldn't execute SQL";

    } $sth->finish(); $dbh->disconnect; print header(); print $template->fill_in(); The more powerful approach raises security concerns. Anyone who can write to the template file can insert code that your program will run. See Recipe 8.17 for ways to lessen this danger.

    See Also The documentation for the CPAN module Text::Template; Recipe 8.16; Recipe 14.10 Previous: 20.8. Finding Fresh Links

    20.8. Finding Fresh Links

    Perl Cookbook Book Index

    Next: 20.10. Mirroring Web Pages

    20.10. Mirroring Web Pages

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 20.9. Creating HTML Templates

    Chapter 20 Web Automation

    Next: 20.11. Creating a Robot

    20.10. Mirroring Web Pages Problem You want to keep a local copy of a web page up-to-date.

    Solution Use LWP::Simple's mirror function: use LWP::Simple; mirror($URL, $local_filename);

    Discussion Although closely related to the get function discussed in Recipe 20.1, the mirror function doesn't download the file unconditionally. It adds the If-Modified-Since header to the GET request it creates, so the server will not transfer the file unless it has been updated. The mirror function mirrors only a single page, not a full tree. To mirror a set of pages, use this recipe in conjunction Recipe 20.3. A good solution to mirroring an entire remote tree can be found in the w3mir program, also found on CPAN. Be careful! It's possible (and easy) to write programs that run amok and begin downloading all web pages on the net. This is not only poor etiquette, it's also an infinite task, since some pages are dynamically generated. It could also get you into trouble with someone who doesn't want their pages downloaded en masse.

    See Also The documentation for the CPAN module LWP::Simple; the HTTP specification at http://www.w3.org/pub/WWW/Protocols/HTTP/ Previous: 20.9. Creating HTML Templates

    Perl Cookbook

    Next: 20.11. Creating a Robot

    20.9. Creating HTML Templates

    Book Index

    20.11. Creating a Robot

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 20.10. Mirroring Web Pages

    Chapter 20 Web Automation

    Next: 20.12. Parsing a Web Server Log File

    20.11. Creating a Robot Problem You want to create a script that navigates the Web on its own (i.e., a robot), and you'd like to respect the remote sites' wishes.

    Solution Instead of writing your robot to use LWP::UserAgent, have it use LWP::RobotUA instead: use LWP::RobotUA; $ua = LWP::RobotUA->new('websnuffler/0.1', '[email protected]');

    Discussion To avoid having marauding robots and web crawlers hammer their servers, sites are encouraged to create a file with access rules called robots.txt. If you're fetching only one document with your script, this is no big deal, but if your script is going to fetch many documents, probably from the same server, you could easily exhaust that site's bandwidth. When you create your own scripts to run around the Web, it's important to be a good net citizen. That means two things: don't request documents from the same server too often, and heed the advisory access rules in their robots.txt file. The easiest way to handle this is to use the LWP::RobotUA module to create agents instead of LWP::UserAgent. This agent automatically knows to pull things over slowly when repeatedly calling the same server. It also checks each site's robots.txt file to see whether you're trying to grab a file that is off limits. If you do, you'll get back a response like this: 403 (Forbidden) Forbidden by robots.txt Here's an example robots.txt file, fetched using the GET program that comes with the LWP module suite: % GET http://www.webtechniques.com/robots.txt User-agent: * Disallow: /stats Disallow: /db Disallow: /logs

    Disallow: Disallow: Disallow: Disallow: Disallow: Disallow:

    /store /forms /gifs /wais-src /scripts /config

    A more interesting and extensive example is at http://www.cnn.com/robots.txt. This file is so big, they even keep it under RCS control! % GET http://www.cnn.com/robots.txt | head # robots, scram # $I d : robots.txt,v 1.2 1998/03/10 18:27:01 mreed Exp $ User-agent: * Disallow: / User-agent: Mozilla/3.01 (hotwired-test/0.1) Disallow: /cgi-bin Disallow: /TRANSCRIPTS Disallow: /development

    See Also The documentation for the CPAN module LWP::RobotUA(3); http://info.webcrawler.com/mak/projects/robots/robots.html for a description of how well-behaved robots act Previous: 20.10. Mirroring Web Pages

    20.10. Mirroring Web Pages

    Perl Cookbook

    Next: 20.12. Parsing a Web Server Log File

    Book Index

    20.12. Parsing a Web Server Log File

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 20.11. Creating a Robot

    Chapter 20 Web Automation

    Next: 20.13. Processing Server Logs

    20.12. Parsing a Web Server Log File Problem You want to extract from a web server log file only the information you're interested in.

    Solution Pull apart the log file as follows: while () { my ($client, $identuser, $authuser, $date, $time, $tz, $method, $url, $protocol, $status, $bytes) = /^(\S+) (\S+) (\S+) \[([^:]+):(\d+:\d+:\d+) ([^\]]+) "(\S+) (.*?) (\S+)" (\S+) (\S+)$/; # ... }

    Discussion This regular expression pulls apart entries in Common Log Format, an informal standard that most web servers adhere to. The fields are: client IP address or domain name of browser's machine identuser If IDENT (RFC 1413) was used, what it returned authuser If username/password authentication was used, whom they logged in as date Date of request (e.g., 01/Mar/1997) time Time of request (e.g., 12:55:36) tz

    Time zone (e.g., -0700) method Method of request (e.g., GET, POST, or PUT) url URL in request (e.g., /~user/index.html) protocol HTTP/1.0 or HTTP/1.1 status Returned status (200 is okay, 500 is server error) bytes Number of bytes returned (could be "-" for errors, redirects, and other non-document transfers) Other formats include the referrer and agent information. The pattern needs only minor changes for it to work with other log file formats. Watch out that spaces in the URL field are not escaped. This means that we can't use \S* to extract the URL. .* would cause the regex to match the entire string and then backtrack until it could satisfy the rest of the pattern. We use .*? and anchor the pattern to the end of the string with $ to make the regular expression engine match nothing and then add characters until the entire pattern is satisfied.

    See Also The CLF spec at http://www.w3.org/Daemon/User/Config/Logging.html Previous: 20.11. Creating a Robot

    20.11. Creating a Robot

    Perl Cookbook Book Index

    Next: 20.13. Processing Server Logs

    20.13. Processing Server Logs

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 20.12. Parsing a Web Server Log File

    Chapter 20 Web Automation

    Next: 20.14. Program: htmlsub

    20.13. Processing Server Logs Problem You need to summarize your server logs, but you don't have a customizable program to do it.

    Solution Parse the error log yourself with regular expressions, or use the Logfile modules from CPAN.

    Discussion Example 20.9 is a sample report generator for an Apache weblog. Example 20.9: sumwww #!/usr/bin/perl -w # sumwww - summarize web server log activity $lastdate = ""; daily_logs(); summary(); exit; # read CLF files and tally hits from the host and to the URL sub daily_logs { while () { ($type, $what) = /"(GET|POST)\s+(\S+?) \S+"/ or next; ($host, undef, undef, $datetime) = split; ($bytes) = /\s(\d+)\s*$/ or next; ($date) = ($datetime =~ /\[([^:]*)/); $posts += ($type eq POST); $home++ if m, / ,; if ($date ne $lastdate) { if ($lastdate) { write_report() }

    else

    { $lastdate = $date

    }

    } $count++; $hosts{$host}++; $what{$what}++; $bytesum += $bytes; } write_report() if $count; } # use *typeglob aliasing of global variables for cheap copy sub summary { $lastdate = "Grand Total"; *count = *sumcount; *bytesum = *bytesumsum; *hosts = *allhosts; *posts = *allposts; *what = *allwhat; *home = *allhome; write; } # display the tallies of hosts and URLs, using formats sub write_report { write; # add to summary data $lastdate = $date; $sumcount += $count; $bytesumsum += $bytesum; $allposts += $posts; $allhome += $home; # reset daily data $posts = $count = $bytesum = $home = 0; @allwhat{keys %what} = keys %what; @allhosts{keys %hosts} = keys %hosts; %hosts = %what = (); } format STDOUT_TOP = @|||||||||| @|||||| @||||||| @||||||| @|||||| @|||||| @||||||||||||| "Date", "Hosts", "Accesses", "Unidocs", "POST", "Home", "Bytes" ----------- ------- -------- -------- ------- ------- -------------.

    format STDOUT = @>>>>>>>>>> @>>>>>> @>>>>>>> @>>>>>>> @>>>>>> @>>>>>> @>>>>>>>>>>>>> $lastdate, scalar(keys %hosts), $count, scalar(keys %what), $posts, $home, $bytesum . Here's sample output from that program: Date Hosts Accesses Unidocs POST Home Bytes ----------- ------- -------- -------- ------- ------- -------------19/May/1998 353 6447 3074 352 51 16058246 20/May/1998 1938 23868 4288 972 350 61879643 21/May/1998 1775 27872 6596 1064 376 64613798 22/May/1998 1680 21402 4467 735 285 52437374 23/May/1998 1128 21260 4944 592 186 55623059 Grand Total 6050 100849 10090 3715 1248 250612120 Use the Logfile::Apache module from CPAN, shown in Example 20.10, to write a similar, but less specific, program. This module is distributed with other Logfile modules in a single Logfile distribution (Logfile-0.115.tar.gz at the time of writing). Example 20.10: aprept #!/usr/bin/perl -w # aprept - report on Apache logs use Logfile::Apache; $l = Logfile::Apache->new( File => "-", Group => [ Domain, File ]);

    # STDIN

    $l->report(Group => Domain, Sort => Records); $l->report(Group => File, List => [Bytes,Records]); The new constructor reads a log file and builds indices internally. Supply a filename with the parameter named File and the fields to index in the Group parameter. The possible fields are Date (date request), Hour (time of day the request was received), File (file requested), User (username parsed from request), Host (hostname requesting the document), and Domain (Host translated into "France", "Germany", etc.). To produce a report on STDOUT, call the report method. Give it the index to use with the Group parameter, and optionally say how to sort (Records is by number of hits, Bytes is by number of bytes transferred) or how to further break it down (by number of bytes or number of records). Here's some sample output: Domain

    Records

    =============================== US Commercial 222 38.47% US Educational 115 19.93% Network 93 16.12% Unresolved 54 9.36% Australia 48 8.32% Canada 20 3.47% Mexico 8 1.39% United Kingdom 6 1.04% File Bytes Records ========================================================= / 13008 0.89% 6 1.04% /cgi-bin/MxScreen 11870 0.81% 2 0.35% /cgi-bin/pickcards 39431 2.70% 48 8.32% /deckmaster 143793 9.83% 21 3.64% /deckmaster/admin 54447 3.72% 3 0.52%

    See Also The documentation for the CPAN module Logfile::Apache; perlform (1) and the section on "Formats" in Chapter 2 of Programming Perl Previous: 20.12. Parsing a Web Server Log File

    20.12. Parsing a Web Server Log File

    Perl Cookbook Book Index

    Next: 20.14. Program: htmlsub

    20.14. Program: htmlsub

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 20.13. Processing Server Logs

    Chapter 20 Web Automation

    Next: 20.15. Program: hrefsub

    20.14. Program: htmlsub This program makes substitutions in HTML files so that the changes only happen in normal text. If you had the file index.html that contained: Hi! Welcome to Scooby World! I have pictures of the crazy dog himself. Here's one!

    He's my hero! I would like to meet him some day, and get my picture taken with him.

    P.S. I am deathly ill. Please send cards.

    You can use htmlsub change every occurrence of the word "picture" in the document text to read "photo". It prints the new document on STDOUT: % htmlsub picture photo scooby.html Hi! Welcome to Scooby World! I have photos of the crazy dog himself. Here's one!

    He's my hero! I would like to meet him some day, and get my photo taken with him.

    P.S. I am deathly ill. Please send cards.

    The program is shown in Example 20.11. Example 20.11: htmlsub #!/usr/bin/perl -w # htmlsub - make substitutions in normal text of HTML files # from Gisle Aas

    sub usage { die "Usage: $0 ...\n" } my $from = shift or usage; my $to = shift or usage; usage unless @ARGV; # Build the HTML::Filter subclass to do the substituting. package MyFilter; require HTML::Filter; @ISA=qw(HTML::Filter); use HTML::Entities qw(decode_entities encode_entities); sub text { my $self = shift; my $text = decode_entities($_[0]); $text =~ s/\Q$from/$to/go; # most important line $self->SUPER::text(encode_entities($text)); } # Now use the class. package main; foreach (@ARGV) { MyFilter->new->parse_file($_); } Previous: 20.13. Processing Server Logs

    20.13. Processing Server Logs

    Perl Cookbook Book Index

    Next: 20.15. Program: hrefsub

    20.15. Program: hrefsub

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Previous: 20.14. Program: htmlsub

    Chapter 20 Web Automation

    20.15. Program: hrefsub hrefsub makes substitutions in HTML files, so that the changes only apply to the text in HREF fields of tags. For instance, if you had the scooby.html file from the previous example, and you've moved shergold.html to be cards.html, you need simply say: % hrefsub shergold.html cards.html scooby.html Hi! Welcome to Scooby World! I have pictures of the crazy dog himself. Here's one!

    He's my hero! I would like to meet him some day, and get my picture taken with him.

    P.S. I am deathly ill. Please send cards.

    The HTML::Filter manual page has a BUGS section that says: Comments in declarations are removed from the declarations and then inserted as separate comments after the declaration. If you turn on strict_comment(), then comments with embedded "-\|-" are split into multiple comments. This version of hrefsub will always lowercase the and the attribute names within this tag when substitution occurs. If $foo is a multiword string, then the text given to MyFilter->text may be broken such that these words do not come together; i.e., the substitution does not work. There should probably be a new option to HTML::Parser to make it not return text until the whole segment has been seen. Also, some people may not be happy with having their 8-bit Latin-1 characters replaced by ugly entities, so htmlsub does that, too. Example 20.12: hrefsub #!/usr/bin/perl -w # hrefsub - make substitutions in fields of HTML files # from Gisle Aas sub usage { die "Usage: $0 ...\n" }

    my $from = shift or usage; my $to = shift or usage; usage unless @ARGV; # The HTML::Filter subclass to do the substitution. package MyFilter; require HTML::Filter; @ISA=qw(HTML::Filter); use HTML::Entities qw(encode_entities); sub start { my($self, $tag, $attr, $attrseq, $orig) = @_; if ($tag eq 'a' && exists $attr->{href}) { if ($attr->{href} =~ s/\Q$from/$to/g) { # must reconstruct the start tag based on $tag and $attr. # wish we instead were told the extent of the 'href' value # in $orig. my $tmp = ""; $self->output($tmp); return; } } $self->output($orig); } # Now use the class. package main; foreach (@ARGV) { MyFilter->new->parse_file($_); } Previous: 20.14. Program: htmlsub

    20.14. Program: htmlsub

    Perl Cookbook Book Index

    [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: Symbols and Numbers && operator : 1.2. Establishing a Default Value * to store filehandles 7.0. Introduction 7.16. Storing Filehandles in Variables @_ array : 10.1. Accessing Subroutine Arguments \ (backslash) escape characters : 1.13. Escaping Characters operator 10.5. Passing Arrays and Hashes by Reference 11.5. Taking References to Scalars ` (backtick) expanding : 1.10. Interpolating Functions and Expressions Within Strings operator 16.1. Gathering Output from a Program 19.6. Executing Commands Without Shell Escapes qx( ) : 4.1. Specifying a List In Your Program , (comma) (see also CSV) 4.2. Printing a List with Commas printing lists with commas : 4.2. Printing a List with Commas $ variables $` variable : 6.0. Introduction $^W variable : 13.5. Using Classes as Structs $+ variable : 6.0. Introduction $' variable : 6.0. Introduction $; variable : 9.4. Recognizing Two Names for the Same File $/ variable : 8.0. Introduction

    $_ variable accidental clobbering : 4.4. Doing Something with Every Element in a List outlawing unauthorized use 1.18. Program: psgrep 13.15. Creating Magic Variables with tie $| variable 7.0. Introduction 7.12. Flushing Output $1, $2, ... (backreferences) : 6.0. Introduction finding duplicate words : 6.16. Detecting Duplicate Words . (dot) in numbers : 2.17. Putting Commas in Numbers .. and ... (range) operators : 6.8. Extracting a Range of Lines => (comma arrow) operator : 5.0. Introduction =~ operator, s///, m//, and tr/// with : 1.1. Accessing Substrings -> (infix) notation : 11.0. Introduction -> operator : 13.0. Introduction < > for globbing : 9.6. Globbing, or Getting a List of Filenames Matching a Pattern < > (diamond) operator 7.0. Introduction 7.7. Writing a Filter 8.0. Introduction 17.0. Introduction < access mode : 7.0. Introduction > access mode : 7.0. Introduction / (root directory) : 9.0. Introduction ~ (tilde) in filenames, expanding : 7.3. Expanding Tildes in Filenames _ (file stat cache) : 9.0. Introduction || operator : 1.2. Establishing a Default Value ||= (assignment) operator : 1.2. Establishing a Default Value "0 but not true"

    10.10. Returning Failure 17.2. Writing a TCP Server -0 command-line option : 8.0. Introduction "1 while" : 1.7. Expanding and Compressing Tabs "500 Server Error", fixing : 19.3. Fixing a 500 Server Error

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: A \a escape for terminal bell : 15.7. Ringing the Terminal Bell abbreviations, matching : 6.20. Matching Abbreviations accept( ) 17.0. Introduction 17.2. Writing a TCP Server access log (web server) : 19.0. Introduction access_log files : 20.12. Parsing a Web Server Log File access modes : 7.0. Introduction access to database : (see database access) addresses (email), matching : 6.19. Matching a Valid Mail Address advisory locking : 7.11. Locking a File alarm( ) : 16.21. Timing Out an Operation alarm, ringing : 15.7. Ringing the Terminal Bell Alias module : 13.3. Managing Instance Data aliases for filehandles : 7.20. Copying Filehandles for functions : 10.14. Redefining a Function for list elements : 4.4. Doing Something with Every Element in a List AND functionality in regular expressions : 6.17. Expressing AND, OR, and NOT in a Single Pattern angles in degrees vs. radians : 2.11. Doing Trigonometry in Degrees, not Radians anonymous data : 11.0. Introduction Apache log files : 20.12. Parsing a Web Server Log File mod_perl module : 19.5. Making CGI Scripts Efficient appendhash_demo program (example) : 13.15. Creating Magic Variables with tie appending arrays to each other : 4.9. Appending One Array to Another approximate (fuzzy) matching : 6.13. Approximate Matching

    arguments, subroutine : 10.1. Accessing Subroutine Arguments function prototypes : 10.11. Prototyping Functions passing by named parameter : 10.7. Passing by Named Parameter passing by reference : 10.5. Passing Arrays and Hashes by Reference ARGV, magic : (see magic open) arithmetic binary numbers : 2.0. Introduction complex (imaginary) numbers : 2.15. Using Complex Numbers matrix multiplication : 2.14. Multiplying Matrices $#ARRAY variable : 4.3. Changing Array Size arrays : 4.0. Introduction anonymous : 11.0. Introduction appending multiple : 4.9. Appending One Array to Another changing size of : 4.3. Changing Array Size circular : 4.16. Implementing a Circular List extracting particular elements : 4.6. Extracting Unique Elements from a List extracting particular subsets : 4.13. Finding All Elements in an Array Matching Certain Criteria hashes of : 11.2. Making Hashes of Arrays initializing : 4.1. Specifying a List In Your Program iterating through all elements 4.4. Doing Something with Every Element in a List 4.12. Finding the First List Element That Passes a Test last valid index ($#ARRAY) : 4.3. Changing Array Size lists vs. : 4.0. Introduction matrix multiplication : 2.14. Multiplying Matrices multidimensional : 4.0. Introduction permute program : 4.19. Program: permute printing elements with commas : 4.2. Printing a List with Commas processing multiple elements : 4.11. Processing Multiple Elements of an Array randomizing : 4.17. Randomizing an Array randomly selecting from : 2.7. Generating Random Numbers reading files backwards : 8.4. Reading a File Backwards by Line or Paragraph references to : 11.1. Taking References to Arrays

    reversing elements of : 4.10. Reversing an Array of scalar references : 11.6. Creating Arrays of Scalar References sorting elements : 4.14. Sorting an Array Numerically text files as database arrays : 14.7. Treating a Text File as a Database Array unions, intersections, differences : 4.7. Finding Elements in One Array but Not Another words program (example) : 4.18. Program: words arrow (->) operator : 11.0. Introduction ASCII characters : (see characters) assignment (||=) operator : 1.2. Establishing a Default Value assignment, list : 1.3. Exchanging Values Without Using Temporary Variables associative arrays : (see hashes) atime field : 9.0. Introduction attributes, object 13.0. Introduction 13.3. Managing Instance Data inheritance and : 13.12. Solving the Data Inheritance Problem autoflush( ) 7.12. Flushing Output 16.10. Communicating Between Related Processes AUTOLOAD mechanism 10.15. Trapping Undefined Function Calls with AUTOLOAD 13.0. Introduction 13.11. Generating Attribute Methods Using AUTOLOAD AutoLoader module : 12.10. Speeding Up Module Loading with Autoloader autovivification : 11.0. Introduction

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: B B-tree implementation (DB_File) : 14.6. Sorting Large DBM Files backreferences ($1, $2, ...) : 6.0. Introduction finding duplicate words : 6.16. Detecting Duplicate Words backslash (\) escaping characters : 1.13. Escaping Characters operator 10.5. Passing Arrays and Hashes by Reference 11.5. Taking References to Scalars backsniff program (example) : 17.17. Program: backsniff backtick (`) expanding : 1.10. Interpolating Functions and Expressions Within Strings operator 16.1. Gathering Output from a Program 19.6. Executing Commands Without Shell Escapes qx( ) : 4.1. Specifying a List In Your Program backtracking in pattern matching : 6.0. Introduction bad hyperlinks, finding : 20.7. Finding Stale Links base class : 13.0. Introduction empty base class test : 13.9. Writing an Inheritable Class basename( ) : 9.10. Splitting a Filename into Its Component Parts =begin pod directive : 12.16. Documenting Your Module with Pod bell, ringing : 15.7. Ringing the Terminal Bell Berkeley DB library : 14.0. Introduction bgets program (example) : 8.14. Reading a String from a Binary File biased random numbers : 2.10. Generating Biased Random Numbers biclient program (example) : 17.10. Writing Bidirectional Clients bidirectional clients : 17.10. Writing Bidirectional Clients

    bigfact program (example) : 2.19. Program: Calculating Prime Factors binary files processing : 8.11. Processing Binary Files reading strings from : 8.14. Reading a String from a Binary File binary numbers arithmetic on : 2.0. Introduction convering with decimal numbers : 2.4. Converting Between Binary and Decimal binary tree structures : 11.15. Program: Binary Trees bind( ) : 17.0. Introduction binmode( ) : 8.11. Processing Binary Files bintree program (example) : 11.15. Program: Binary Trees bitwise operators : 1.9. Controlling Case bless( ) 13.0. Introduction 13.1. Constructing an Object blessing : 13.0. Introduction blocking file access 7.11. Locking a File 7.21. Program: netlock region-specific locks : 7.22. Program: lockarea blocking signals : 16.20. Blocking Signals Boolean connectives in patterns : 6.17. Expressing AND, OR, and NOT in a Single Pattern Boolean truth : 1.0. Introduction buffered input/output 7.0. Introduction 7.12. Flushing Output 8.0. Introduction controlling for other programs : 16.8. Controlling Input and Output of Another Program socket programming and : 17.3. Communicating over TCP building modules from CPAN : 12.17. Building and Installing a CPAN Module bysub1 program (example) : 10.17. Program: Sorting Your Mail bysub2 program (example) : 10.17. Program: Sorting Your Mail bysub3 program (example) : 10.17. Program: Sorting Your Mail

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: C %c format : 1.4. Converting Between ASCII Characters and Values C, writing modules in : 12.15. Using h2xs to Make a Module with C Code cacheout( ) : 7.17. Caching Open Output Filehandles caching open filehandles : 7.17. Caching Open Output Filehandles calc_new_date( ) : 3.4. Adding to or Subtracting from a Date calc_new_date_time( ) : 3.4. Adding to or Subtracting from a Date calculating prime numbers : 2.19. Program: Calculating Prime Factors caller( ) 10.4. Determining Current Function Name 12.5. Determining the Caller's Package can( ) (UNIVERSAL) : 13.7. Calling Methods Indirectly capitalization case-insensitive hashes : 13.15. Creating Magic Variables with tie converting between cases : 1.9. Controlling Case honoring locale when matching : 6.12. Honoring Locale Settings in Regular Expressions Carp module : 12.12. Reporting Errors and Warnings Like Built-Ins carriage returns : (see line breaks; whitespace) cascade menu entries : 15.14. Creating Menus with Tk case converting : 1.9. Controlling Case honoring locale when matching : 6.12. Honoring Locale Settings in Regular Expressions cbreak mode : 15.6. Reading from the Keyboard ceil( ) : 2.3. Rounding Floating-Point Numbers CGI programming : 19.0. Introduction chemiserie program (example) : 19.14. Program: chemiserie cookies : 19.10. Managing Cookies debugging HTTP exchanges : 19.9. Debugging the Raw HTTP Exchange

    errors 500 Server Error : 19.3. Fixing a 500 Server Error redirecting messages : 19.2. Redirecting Error Messages HTTP methods 19.0. Introduction 19.1. Writing a CGI Script improving efficiency of : 19.5. Making CGI Scripts Efficient multiscreen scripts : 19.12. Writing a Multiscreen CGI Script redirecting requests : 19.8. Redirecting to a Different Location saving/mailing HTML forms : 19.13. Saving a Form to a File or Mail Pipe security and 19.0. Introduction 19.4. Writing a Safe CGI Program executing user commands : 19.6. Executing Commands Without Shell Escapes sticky widgets : 19.11. Creating Sticky Widgets writing scripts : 19.1. Writing a CGI Script CGI.pm module 19.0. Introduction 19.1. Writing a CGI Script HTML formatting shortcuts : 19.7. Formatting Lists and Tables with HTML Shortcuts managing cookies : 19.10. Managing Cookies CGI::Carp module : 19.2. Redirecting Error Messages changed web pages, links in : 20.8. Finding Fresh Links characters converting ASCII to/from HTML : 20.4. Converting ASCII to HTML converting ASCII with values : 1.4. Converting Between ASCII Characters and Values converting case : 1.9. Controlling Case escaping : 1.13. Escaping Characters matching letters : 6.2. Matching Letters multiple-byte, matching : 6.18. Matching Multiple-Byte Characters parsing command-line arguments : 15.1. Parsing Program Arguments processing individually : 1.5. Processing a String One Character at a Time reversing : 1.6. Reversing a String by Word or Character

    text color, changing : 15.5. Changing Text Color checkbutton menu entries : 15.14. Creating Menus with Tk checkuser program (example) : 15.10. Reading Passwords chemiserie program (example) : 19.14. Program: chemiserie chr( ) : 1.4. Converting Between ASCII Characters and Values circular data structures : 13.13. Coping with Circular Data Structures circular lists : 4.16. Implementing a Circular List class attributes 13.0. Introduction 13.4. Managing Class Data class data 13.0. Introduction 13.4. Managing Class Data circular data structures : 13.13. Coping with Circular Data Structures class methods 13.0. Introduction 13.4. Managing Class Data Class::Struct module : 13.5. Using Classes as Structs classes : 13.0. Introduction accessing overridden methods : 13.10. Accessing Overridden Methods determining subclass membership : 13.8. Determining Subclass Membership generating methods with AUTOLOAD 13.0. Introduction 13.11. Generating Attribute Methods Using AUTOLOAD inheritance 13.0. Introduction 13.9. Writing an Inheritable Class 13.12. Solving the Data Inheritance Problem as structs : 13.5. Using Classes as Structs cleaning up modules : 12.6. Automating Module Clean-Up clear command : 15.3. Clearing the Screen clearerr( ) : 8.5. Trailing a Growing File clients bidirectional : 17.10. Writing Bidirectional Clients

    FTP : 18.2. Being an FTP Client TCP : 17.1. Writing a TCP Client UDP : 17.4. Setting Up a UDP Client clobbering values : 1.3. Exchanging Values Without Using Temporary Variables clockdrift program (example) : 17.4. Setting Up a UDP Client cloning parent objects : 13.6. Cloning Objects close( ) 7.0. Introduction 7.19. Opening and Closing File Descriptors by Number file locks and : 7.11. Locking a File closedir( ) : 9.0. Introduction closing file descriptors : 7.19. Opening and Closing File Descriptors by Number closures 10.16. Nesting Subroutines 11.4. Taking References to Functions 12.13. Referring to Packages Indirectly as objects : 11.7. Using Closures Instead of Objects cmd3sel program (example) : 16.9. Controlling the Input, Output, and Error of Another Program cmp( ) : 4.14. Sorting an Array Numerically code size, library : 14.0. Introduction color of text, changing : 15.5. Changing Text Color color( ) (Term::ANSIColor) : 15.5. Changing Text Color colored( ) (Term::ANSIColor) : 15.5. Changing Text Color columns arranging du command output : 5.16. Program: dutree outputting sorting text in : 4.18. Program: words parsing data by : 1.1. Accessing Substrings wrapping paragraphs by : 1.12. Reformatting Paragraphs comma (,) in numbers : 2.17. Putting Commas in Numbers printing lists with commas : 4.2. Printing a List with Commas comma arrow (=>) operator : 5.0. Introduction comma-separated values (CSV) initializing arrays with : 4.1. Specifying a List In Your Program

    parsing : 1.15. Parsing Comma-Separated Data reading records from : 6.7. Reading Records with a Pattern Separator command entry (menu items) : 15.14. Creating Menus with Tk command interpreters : 1.13. Escaping Characters command-line arguments, parsing : 15.1. Parsing Program Arguments comments pod documentation for modules : 12.16. Documenting Your Module with Pod in regular expressins : 6.4. Commenting Regular Expressions commify( ) (example) : 2.17. Putting Commas in Numbers commify_series program (example) : 4.2. Printing a List with Commas Common Log Format standard : 20.12. Parsing a Web Server Log File comparing floating-point numbers : 2.2. Comparing Floating-Point Numbers hashes for keys : 5.11. Finding Common or Different Keys in Two Hashes comparison () operator : 4.14. Sorting an Array Numerically compile-time scoping : 10.13. Saving Global Values complex numbers : 2.15. Using Complex Numbers Comprehensive Perl Archive Network : (see CPAN) compressing tabs : 1.7. Expanding and Compressing Tabs confess( ) : 12.12. Reporting Errors and Warnings Like Built-Ins Config module : 16.13. Listing Available Signals configuration files, reading : 8.16. Reading Configuration Files Configure event (Tk) : 15.16. Responding to Tk Resize Events constructors 13.0. Introduction 13.1. Constructing an Object accessing overridden methods : 13.10. Accessing Overridden Methods cloning parent objects : 13.6. Cloning Objects continuation characters, reading data with : 8.1. Reading Lines with Continuation Characters conventions : Conventions Used in This Book converting ASCII characters and values : 1.4. Converting Between ASCII Characters and Values ASCII to/from HTML : 20.4. Converting ASCII to HTML binary and decimal numbers : 2.4. Converting Between Binary and Decimal

    character case : 1.9. Controlling Case datetime to/from Epoch seconds : 3.2. Converting DMYHMS to Epoch Seconds DBM files : 14.3. Converting Between DBM Files degrees and radians : 2.11. Doing Trigonometry in Degrees, not Radians numbers and Roman numerals : 2.6. Working with Roman Numerals octal and hexadecimal numbers : 2.16. Converting Between Octal and Hexadecimal pod into other languages : 12.16. Documenting Your Module with Pod shell wildcards for regexp matching : 6.9. Matching Shell Globs as Regular Expressions cookies : 19.10. Managing Cookies copy( ) (File::Copy) : 9.3. Copying or Moving a File copying data structures : 11.12. Copying Data Structures directory trees : 9.11. Program: symirror filehandles : 7.20. Copying Filehandles files : 9.3. Copying or Moving a File parent objects (cloning) : 13.6. Cloning Objects surface vs. deep copies : 11.12. Copying Data Structures copying and substituting : 6.1. Copying and Substituting Simultaneously cos( ) : 2.12. Calculating More Trigonometric Functions countchunks program (example) : 7.7. Writing a Filter counting lines in files : 8.2. Counting Lines (or Paragraphs or Records) in a File CPAN : 12.0. Introduction building and installing modules from : 12.17. Building and Installing a CPAN Module finding modules, program for : 12.19. Program: Finding Versions and Descriptions of Installed Modules registering as developer : 12.8. Preparing a Module for Distribution creation time, file : 9.0. Introduction croak( ) : 12.12. Reporting Errors and Warnings Like Built-Ins CSV (comma-separated values) initializing arrays with : 4.1. Specifying a List In Your Program parsing : 1.15. Parsing Comma-Separated Data reading records from : 6.7. Reading Records with a Pattern Separator ctime field : 9.0. Introduction Ctrl-C, catching : 16.18. Catching Ctrl-C

    Curses module : 15.12. Managing the Screen curses toolkit : 15.0. Introduction Cwd module : 12.11. Overriding Built-In Functions

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: D daemon servers 16.22. Program: sigrand 17.15. Making a Daemon Server data structures binary trees : 11.15. Program: Binary Trees copying : 11.12. Copying Data Structures printing : 11.11. Printing Data Structures storing to disk : 11.13. Storing Data Structures to Disk transparently persistent : 11.14. Transparently Persistent Data Structures __DATA__ tokens : 7.6. Storing Files Inside Your Program Text data types circular data structures : 13.13. Coping with Circular Data Structures classes as structs : 13.5. Using Classes as Structs data, relationships between (see also variables) 5.15. Representing Relationships Between Data Data::Dumper module : 11.11. Printing Data Structures database access : 14.0. Introduction converting between DBM files : 14.3. Converting Between DBM Files emptying DBM files : 14.2. Emptying a DBM File ggh program : 14.11. Program: ggh - Grep Netscape Global History locking DBM files : 14.5. Locking DBM Files making DBM files : 14.1. Making and Using a DBM File merging DBM files : 14.4. Merging DBM Files persistent data : 14.9. Persistent Data sorting large DBM files : 14.6. Sorting Large DBM Files SQL queries

    14.10. Executing an SQL Command Using DBI and DBD 19.7. Formatting Lists and Tables with HTML Shortcuts storing complex data in DBM files : 14.8. Storing Complex Data in a DBM File text files as database arrays : 14.7. Treating a Text File as a Database Array database queries : 19.7. Formatting Lists and Tables with HTML Shortcuts datagram sockets 17.0. Introduction 17.4. Setting Up a UDP Client date and time : 3.0. Introduction arithmetic with : 3.4. Adding to or Subtracting from a Date converting to/from Epoch seconds : 3.2. Converting DMYHMS to Epoch Seconds Date::DateCalc module 3.0. Introduction 3.4. Adding to or Subtracting from a Date 3.5. Difference of Two Dates 3.6. Day in a Week/Month/Year or Week Number Date::Manip module 3.0. Introduction 3.7. Parsing Dates and Times from Strings 3.8. Printing a Date 3.11. Program: hopdelta days, calculating : 3.6. Day in a Week/Month/Year or Week Number file access timestamps : 9.1. Getting and Setting Timestamps high-resolution timers : 3.9. High-Resolution Timers hopdelta program : 3.11. Program: hopdelta parsing information from strings : 3.7. Parsing Dates and Times from Strings printing : 3.8. Printing a Date sleeps : 3.10. Short Sleeps sorting mail by (example) : 10.17. Program: Sorting Your Mail Time::gmtime modules 3.0. Introduction 3.3. Converting Epoch Seconds to DMYHMS Time::HiRes module : 3.9. High-Resolution Timers Time::Local module

    3.0. Introduction 3.2. Converting DMYHMS to Epoch Seconds Time::localtime : 3.0. Introduction Time::timelocal : 3.3. Converting Epoch Seconds to DMYHMS Time::tm module : 3.0. Introduction timing out operations : 16.21. Timing Out an Operation today's : 3.1. Finding Today's Date years : 3.0. Introduction date_difference( ) : 3.5. Difference of Two Dates date_time_difference( ) : 3.5. Difference of Two Dates DateCalc( ) : 3.11. Program: hopdelta dates_difference( ) 3.5. Difference of Two Dates 3.6. Day in a Week/Month/Year or Week Number datesort program (example) : 10.17. Program: Sorting Your Mail day_of_week( ) : 3.6. Day in a Week/Month/Year or Week Number days : (see date and time) db2gdbm program (example) : 14.3. Converting Between DBM Files DB_File module : 11.14. Transparently Persistent Data Structures sorting large DBM files : 14.6. Sorting Large DBM Files text files as database arrays : 14.7. Treating a Text File as a Database Array DB_RECNO access method : 8.8. Reading a Particular Line in a File DBD module : 14.10. Executing an SQL Command Using DBI and DBD DBI module 14.10. Executing an SQL Command Using DBI and DBD 19.7. Formatting Lists and Tables with HTML Shortcuts 20.9. Creating HTML Templates dblockdemo program (example) : 14.5. Locking DBM Files DBM files complex data in : 14.8. Storing Complex Data in a DBM File converting between : 14.3. Converting Between DBM Files emptying : 14.2. Emptying a DBM File GDBM files

    14.0. Introduction 14.3. Converting Between DBM Files locking : 14.5. Locking DBM Files making and using : 14.1. Making and Using a DBM File merging : 14.4. Merging DBM Files NDBM files : 14.0. Introduction sorting : 14.6. Sorting Large DBM Files DBM libraries : 14.0. Introduction dbmclose( ) : 14.1. Making and Using a DBM File dbmopen( ) 14.0. Introduction 14.1. Making and Using a DBM File dbusers program (example) : 14.10. Executing an SQL Command Using DBI and DBD dclone( ) : 11.12. Copying Data Structures debugging CGI script errors : 19.0. Introduction 500 Server Error : 19.3. Fixing a 500 Server Error HTTP exchanges : 19.9. Debugging the Raw HTTP Exchange decimal numbers, converting binary numbers : 2.4. Converting Between Binary and Decimal octal and hexadecimal numbers : 2.16. Converting Between Octal and Hexadecimal deep copies : 11.12. Copying Data Structures default string values : 1.2. Establishing a Default Value defined operator : 1.2. Establishing a Default Value definedness 1.0. Introduction 1.2. Establishing a Default Value deg2rad( ) (example) : 2.11. Doing Trigonometry in Degrees, not Radians degrees vs. radians : 2.11. Doing Trigonometry in Degrees, not Radians delaying module loading : 12.3. Delaying use Until Run Time delete( ) : 5.3. Deleting from a Hash multiple hash key values : 5.7. Hashes with Multiple Values Per Key Tie::IxHash module and : 5.6. Retrieving from a Hash in Insertion Order deleting

    clearing the screen : 15.3. Clearing the Screen directories and their contents : 9.8. Removing a Directory and Its Contents DOS shell window : 15.17. Removing the DOS Shell Window with Windows Perl/Tk emptying DBM files : 14.2. Emptying a DBM File files : 9.2. Deleting a File hash elements : 5.3. Deleting from a Hash HTML tags from strings : 20.6. Extracting or Removing HTML Tags last line of files : 8.10. Removing the Last Line of a File selected subroutine return values : 10.8. Skipping Selected Return Values whitespace at string ends : 1.14. Trimming Blanks from the Ends of a String dequote( ) : 1.11. Indenting Here Documents dereferencing : (see references) derived classes : 13.0. Introduction destructors 13.0. Introduction 13.2. Destroying an Object deterministic finite automata : 6.0. Introduction DFA (deterministic finite automata) : 6.0. Introduction dialog boxes with Tk toolkit : 15.15. Creating Dialog Boxes with Tk DialogBox widget (Tk) : 15.15. Creating Dialog Boxes with Tk diamond (< >) operator 7.0. Introduction 7.7. Writing a Filter 8.0. Introduction 17.0. Introduction die function : 10.12. Handling Exceptions __DIE__ signal : 16.15. Installing a Signal Handler differences of lists : 4.7. Finding Elements in One Array but Not Another directories : 9.0. Introduction copying or moving files : 9.3. Copying or Moving a File deleting : 9.8. Removing a Directory and Its Contents deleting files in : 9.2. Deleting a File of modules : 12.7. Keeping Your Own Module Directory

    multiple names for same file : 9.4. Recognizing Two Names for the Same File parsing filenames : 9.10. Splitting a Filename into Its Component Parts processing all files in 9.5. Processing All Files in a Directory 9.7. Processing All Files in a Directory Recursively recursively duplicating : 9.11. Program: symirror renaming files : 9.9. Renaming Files sorting contents of 9.0. Introduction 9.12. Program: lst timestamps : 9.1. Getting and Setting Timestamps directory handles : 9.5. Processing All Files in a Directory dirname( ) : 9.10. Splitting a Filename into Its Component Parts disk usage, library : 14.0. Introduction DMYHMS values : (see date and time) DNS lookups : 18.1. Simple DNS Lookups do( ) : 8.16. Reading Configuration Files documentation conventions : Conventions Used in This Book domains getting information on : 18.8. Using Whois to Retrieve Information from the InterNIC for sockets : 17.0. Introduction Dominus, Mark-Jason : 4.19. Program: permute DOS shell window, removing : 15.17. Removing the DOS Shell Window with Windows Perl/Tk dots (.) in numbers : 2.17. Putting Commas in Numbers double quotes : 1.0. Introduction qq( ) : 4.1. Specifying a List In Your Program drivelock program (example) : 7.21. Program: netlock du command, sorting output of : 5.16. Program: dutree dummyhttpd program (example) : 19.9. Debugging the Raw HTTP Exchange duplicate list elements, extracting : 4.6. Extracting Unique Elements from a List words, finding : 6.16. Detecting Duplicate Words dutree program (example) : 5.16. Program: dutree dutree_orig program (example) : 5.16. Program: dutree

    dynamic scoping : 10.13. Saving Global Values

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: E \E string metacharacter : 1.13. Escaping Characters /e substitution modifier 1.8. Expanding Variables in User Input 6.0. Introduction 6.4. Commenting Regular Expressions 7.7. Writing a Filter each( ) : 5.10. Merging Hashes eager pattern matching : 6.0. Introduction echo and password input : 15.10. Reading Passwords editing files : (see file contents) editing input : 15.11. Editing Input /ee substitution modifier 1.8. Expanding Variables in User Input 6.4. Commenting Regular Expressions elements of arrays : (see arrays) elements of hashes : (see hashes) email matching valid addresses : 6.19. Matching a Valid Mail Address random signatures : 16.22. Program: sigrand reading with POP3 : 18.5. Reading Mail with POP3 sending : 18.3. Sending Mail sending HTML forms via : 19.13. Saving a Form to a File or Mail Pipe sorting (example subroutine) : 10.17. Program: Sorting Your Mail tracking time path of : 3.11. Program: hopdelta empty base class test : 13.9. Writing an Inheritable Class empty string ("") : 1.0. Introduction encodings, multiple-byte : 6.18. Matching Multiple-Byte Characters

    =end pod directive : 12.16. Documenting Your Module with Pod __END__ tokens : 7.6. Storing Files Inside Your Program Text Epoch : (see date and time) errors CGI scripts : 19.0. Introduction 500 Server Error : 19.3. Fixing a 500 Server Error redirecting error messages : 19.2. Redirecting Error Messages controlling for other programs : 16.9. Controlling the Input, Output, and Error of Another Program exceptions in subroutines : 10.12. Handling Exceptions reading STDERR from programs : 16.7. Reading STDERR from a Program reporting filenames in : 7.4. Making Perl Report Filenames in Errors reporting like built-ins : 12.12. Reporting Errors and Warnings Like Built-Ins returning failure from subroutines : 10.10. Returning Failure trapping in require/use statements : 12.2. Trapping Errors in require or use trapping undefined function calls : 10.15. Trapping Undefined Function Calls with AUTOLOAD web server error log 19.0. Introduction 20.13. Processing Server Logs escaping chacters : 1.13. Escaping Characters eval( ) in substitution 1.8. Expanding Variables in User Input 6.0. Introduction 6.4. Commenting Regular Expressions with require/use statement : 12.2. Trapping Errors in require or use events, Tk resize : 15.16. Responding to Tk Resize Events exceptions handling in subroutines : 10.12. Handling Exceptions trapping undefined function calls : 10.15. Trapping Undefined Function Calls with AUTOLOAD exclusive locks : 7.11. Locking a File exec( ) 16.0. Introduction 16.3. Replacing the Current Program with a Different One

    19.6. Executing Commands Without Shell Escapes exists( ) : 5.1. Adding an Element to a Hash multiple hash key values : 5.7. Hashes with Multiple Values Per Key expanding tabs : 1.7. Expanding and Compressing Tabs expanding variables in user input : 1.8. Expanding Variables in User Input Expect module : 15.13. Controlling Another Program with Expect Expect, controlling programs with : 15.13. Controlling Another Program with Expect expn program (example) : 18.9. Program: expn and vrfy @EXPORT array (use pragma) : 12.1. Defining a Module's Interface @EXPORT_OK array (use pragma) : 12.1. Defining a Module's Interface @EXPORT_TAGS array (use pragma) : 12.1. Defining a Module's Interface Exporter module 12.0. Introduction 12.1. Defining a Module's Interface exporting to modules : 12.0. Introduction expressions, interpolating within strings : 1.10. Interpolating Functions and Expressions Within Strings extracting from arrays : (see arrays) extracting URLs from HTML : 20.3. Extracting URLs

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: F failure, returning from subroutines : 10.10. Returning Failure false strings : 1.0. Introduction fcntl( ) 7.14. Doing Non-Blocking I/O 10.10. Returning Failure fdirs program (example) : 9.7. Processing All Files in a Directory Recursively fdopen( ) (IO::Handle) : 7.19. Opening and Closing File Descriptors by Number FETCH( ) : 13.15. Creating Magic Variables with tie fetching URLs from Perl scripts : 20.1. Fetching a URL from a Perl Script fifolog program (example) : 16.11. Making a Process Look Like a File with Named Pipes FIFOs (named pipes) : 16.11. Making a Process Look Like a File with Named Pipes file access (see also directories; file contents) 7.0. Introduction 9.0. Introduction access modes : 7.0. Introduction caching open filehandles : 7.17. Caching Open Output Filehandles copying filehandles : 7.20. Copying Filehandles copying or moving files : 9.3. Copying or Moving a File deleting files : 9.2. Deleting a File editing files : (see file contents) filtering filename input : 7.7. Writing a Filter flushing output : 7.12. Flushing Output locking files 7.11. Locking a File 7.21. Program: netlock region-specific locks : 7.22. Program: lockarea

    non-blocking I/O : 7.14. Doing Non-Blocking I/O number of bytes to read : 7.15. Determining the Number of Bytes to Read opening files : 7.1. Opening a File opening/closing file descriptors : 7.19. Opening and Closing File Descriptors by Number printing to multiple filehandles : 7.18. Printing to Many Filehandles Simultaneously processing all files in directories 9.5. Processing All Files in a Directory 9.7. Processing All Files in a Directory Recursively reading from multiple filehandles : 7.13. Reading from Many Filehandles Without Blocking storing files in program text : 7.6. Storing Files Inside Your Program Text timestamps : 9.1. Getting and Setting Timestamps file contents (see also directories; file access) 8.0. Introduction 9.0. Introduction adding records to wtmp file : 8.18. Program: tailwtmp configuration files, reading : 8.16. Reading Configuration Files continually growing files, reading : 8.5. Trailing a Growing File counting lines/paragraphs/records : 8.2. Counting Lines (or Paragraphs or Records) in a File extracting single line : 8.8. Reading a Particular Line in a File fixed-length records 8.0. Introduction 8.15. Reading Fixed-Length Records modifying with -i option : 7.9. Modifying a File in Place with -i Switch with temporary files : 7.8. Modifying a File in Place with Temporary File without temporary files : 7.10. Modifying a File in Place Without a Temporary File processing all words in : 8.3. Processing Every Word in a File processing binary files : 8.11. Processing Binary Files random access I/O : 8.12. Using Random-Access I/O random lines from : 8.6. Picking a Random Line from a File randomizing line order : 8.7. Randomizing All Lines reading backwards : 8.4. Reading a File Backwards by Line or Paragraph

    reading lines with continuation characters : 8.1. Reading Lines with Continuation Characters reading strings from binary files : 8.14. Reading a String from a Binary File reading/writing hash records to file : 11.10. Reading and Writing Hash Records to Text Files tctee program : 8.19. Program: tctee testing for trustworthiness : 8.17. Testing a File for Trustworthiness text files as database arrays : 14.7. Treating a Text File as a Database Array variable-length text fields : 8.9. Processing Variable-Length Text Fields viewing lastlog file information : 8.20. Program: laston file descriptors, opening/closing : 7.19. Opening and Closing File Descriptors by Number file stat cache (_) : 9.0. Introduction __FILE__ symbol : 10.4. Determining Current Function Name File::Basename module : 9.10. Splitting a Filename into Its Component Parts File::Copy module : 9.3. Copying or Moving a File File::Find module 9.7. Processing All Files in a Directory Recursively 9.8. Removing a Directory and Its Contents File::KGlob module : 9.6. Globbing, or Getting a List of Filenames Matching a Pattern File::LockDir module : 7.21. Program: netlock File::stat module 8.5. Trailing a Growing File 9.0. Introduction FileCache module : 7.17. Caching Open Output Filehandles FileHandler module : 7.0. Introduction filehandles : 7.0. Introduction caching open filehandles : 7.17. Caching Open Output Filehandles copying : 7.20. Copying Filehandles local 7.16. Storing Filehandles in Variables 10.13. Saving Global Values non-blocking I/O : 7.14. Doing Non-Blocking I/O passing 7.16. Storing Filehandles in Variables 10.13. Saving Global Values 12.5. Determining the Caller's Package

    printing to multiple simultaneously : 7.18. Printing to Many Filehandles Simultaneously reading from many : 7.13. Reading from Many Filehandles Without Blocking reporting filenames in errors : 7.4. Making Perl Report Filenames in Errors storing as variables 7.0. Introduction 7.16. Storing Filehandles in Variables tied : 13.15. Creating Magic Variables with tie filenames expanding tildes in : 7.3. Expanding Tildes in Filenames filtering as input : 7.7. Writing a Filter matching with patterns : 9.6. Globbing, or Getting a List of Filenames Matching a Pattern multiple, for same file : 9.4. Recognizing Two Names for the Same File parsing : 9.10. Splitting a Filename into Its Component Parts renaming : 9.9. Renaming Files reporting in errors : 7.4. Making Perl Report Filenames in Errors sorting 9.0. Introduction 9.12. Program: lst strange, opening files with : 7.2. Opening Files with Unusual Filenames fileparse( ) : 9.10. Splitting a Filename into Its Component Parts files deleting last line of : 8.10. Removing the Last Line of a File temporary : 7.5. Creating Temporary Files filesystem : (see directories) filtering filenames as input : 7.7. Writing a Filter filtering output : 16.5. Filtering Your Own Output FindBin module : 12.7. Keeping Your Own Module Directory finddepth( ) : 9.8. Removing a Directory and Its Contents finding most common anything : 5.14. Finding the Most Common Anything patterns : (see pattern matching; regular expressions) findlogin program (example) : 7.7. Writing a Filter FIONREAD call : 7.15. Determining the Number of Bytes to Read firewalls, connecting through : 17.18. Program: fwdport

    fisher_yates_shuffle( ) : 4.17. Randomizing an Array fixed-length records 8.0. Introduction 8.15. Reading Fixed-Length Records FixNum class : 13.14. Overloading Operators fixstyle program (example) : 1.17. Program: fixstyle fixstyle2 program (example) : 1.17. Program: fixstyle flattened lists : 4.0. Introduction floating-point numbers : 2.0. Introduction comparing : 2.2. Comparing Floating-Point Numbers rounding : 2.3. Rounding Floating-Point Numbers flock( ) 7.11. Locking a File 7.21. Program: netlock floor( ) : 2.3. Rounding Floating-Point Numbers flushing output : 7.12. Flushing Output fmt program : 1.12. Reformatting Paragraphs folded_demo program (example) : 13.15. Creating Magic Variables with tie foodfind program : 5.8. Inverting a Hash =for escape pod directive : 12.16. Documenting Your Module with Pod foreach( ) : 4.12. Finding the First List Element That Passes a Test fork( ) (see also processes) 16.0. Introduction 16.10. Communicating Between Related Processes 19.6. Executing Commands Without Shell Escapes avoiding zombies : 16.19. Avoiding Zombie Processes closing socket after : 17.9. Closing a Socket After Forking forking servers : 17.11. Forking Servers non-forking servers : 17.13. Non-Forking Servers pre-forking servers : 17.12. Pre-Forking Servers forms (HTML) : 19.0. Introduction saving or emailing : 19.13. Saving a Form to a File or Mail Pipe

    sticky widgets : 19.11. Creating Sticky Widgets submitting : 20.2. Automating Form Submission Frame widget (Tk) : 15.14. Creating Menus with Tk fresh hyperlinks, finding : 20.8. Finding Fresh Links Friedl, Jeffrey : 6.10. Speeding Up Interpolated Matches FTP clients : 18.2. Being an FTP Client full-screen mode : 15.0. Introduction functions : (see subroutines) interpolating within strings : 1.10. Interpolating Functions and Expressions Within Strings methods vs. : 13.9. Writing an Inheritable Class references to : 11.4. Taking References to Functions fuzzy matching : 6.13. Approximate Matching fwdport program (example) : 17.18. Program: fwdport

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: G \G anchor : 6.14. Matching from Where the Last Pattern Left Off /g pattern-matching modifier : 6.0. Introduction finding Nth matches : 6.5. Finding the Nth Occurrence of a Match matching where last pattern ended : 6.14. Matching from Where the Last Pattern Left Off garbage collection : 13.2. Destroying an Object circular data structures and : 13.13. Coping with Circular Data Structures gaussian_rand( ) (example) : 2.10. Generating Biased Random Numbers GDBM files : 14.0. Introduction db2gdbm program (example) : 14.3. Converting Between DBM Files locking : 14.5. Locking DBM Files GDBM_File module : 11.14. Transparently Persistent Data Structures generic classes : 13.0. Introduction GET method 19.0. Introduction 19.1. Writing a CGI Script get( ) (LWP::Simple) : 20.1. Fetching a URL from a Perl Script gethostbyaddr( ) : 17.7. Identifying the Other End of a Socket gethostbyname( ) : 17.7. Identifying the Other End of a Socket getopt( ) (Getopt::Std) : 15.1. Parsing Program Arguments Getopt::Long module : 15.1. Parsing Program Arguments Getopt::Std module : 15.1. Parsing Program Arguments GetOptions( ) (Getopt::Long) : 15.1. Parsing Program Arguments getopts( ) (Getopt::Std) : 15.1. Parsing Program Arguments getpcomidx program (example) : 7.12. Flushing Output getpeername( ) : 17.14. Writing a Multi-Homed Server getprotobyname( ) : 17.0. Introduction

    getsockopt( ) : 17.13. Non-Forking Servers GetTerminalSize( ) : 15.4. Determining Terminal or Window Size ggh program (example) : 14.11. Program: ggh - Grep Netscape Global History glob keyword : 9.6. Globbing, or Getting a List of Filenames Matching a Pattern global values, saving : 10.13. Saving Global Values globbing : (see pattern matching) gmtime( ) 3.0. Introduction 3.3. Converting Epoch Seconds to DMYHMS 3.8. Printing a Date greedy pattern matching 6.0. Introduction 6.15. Greedy and Non-Greedy Matches grep( ), extracting array subsets : 4.13. Finding All Elements in an Array Matching Certain Criteria grepauth program (example) : 6.10. Speeding Up Interpolated Matches GUIs (graphical user interfaces) : 15.0. Introduction

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: H h2ph tool : 12.14. Using h2ph to Translate C #include Files h2xs tool 12.8. Preparing a Module for Distribution 12.15. Using h2xs to Make a Module with C Code handles : (see filehandles) handling signals : (see signals) hard links : 9.0. Introduction hashes 4.6. Extracting Unique Elements from a List 5.0. Introduction adding elements to 5.1. Adding an Element to a Hash 10.11. Prototyping Functions anonymous : 11.0. Introduction of arrays : 11.2. Making Hashes of Arrays arrays and : 5.0. Introduction comparing for keys : 5.11. Finding Common or Different Keys in Two Hashes deleting elements of : 5.3. Deleting from a Hash dutree program : 5.16. Program: dutree finding most common anything : 5.14. Finding the Most Common Anything for list unions, intersections, differences : 4.7. Finding Elements in One Array but Not Another inverting : 5.8. Inverting a Hash merging : 5.10. Merging Hashes multiple values per key : 5.7. Hashes with Multiple Values Per Key presizing : 5.13. Presizing a Hash printing : 5.5. Printing a Hash reading/writing records to file : 11.10. Reading and Writing Hash Records to Text Files

    references as elements : 5.12. Hashing References references to : 11.3. Taking References to Hashes representing data relationships : 5.15. Representing Relationships Between Data retrieving in insertion order : 5.6. Retrieving from a Hash in Insertion Order slices of : 4.7. Finding Elements in One Array but Not Another sorting elements : 5.9. Sorting a Hash testing for keys : 5.2. Testing for the Presence of a Key in a Hash ties for (examples) : 13.15. Creating Magic Variables with tie traversing : 5.4. Traversing a Hash HEAD method : 19.0. Introduction head( ) (LWP::Simple) : 20.7. Finding Stale Links =head2 pod directive : 12.16. Documenting Your Module with Pod headerfy program (example) : 6.6. Matching Multiple Lines help documentation conventions : Conventions Used in This Book Perl references : Other Books pod documentation for modules : 12.16. Documenting Your Module with Pod sorting =head1 sections : 15.19. Program: tkshufflepod web references : 19.0. Introduction here documents : 1.0. Introduction indenting : 1.11. Indenting Here Documents hex( ) : 2.16. Converting Between Octal and Hexadecimal hexadecimal numbers : 2.16. Converting Between Octal and Hexadecimal hidden( ) : 19.12. Writing a Multiscreen CGI Script high-resolution timers : 3.9. High-Resolution Timers history.db file, grepping : 14.11. Program: ggh - Grep Netscape Global History hiweb program (example) : 19.1. Writing a CGI Script hopdelta program : 3.11. Program: hopdelta hostname, obtaining your own : 17.8. Finding Your Own Name and Address HotKey module : 15.8. Using POSIX termios hours : (see date and time) HREF fields, substitutions for : 20.15. Program: hrefsub hrefsub program (example) : 20.15. Program: hrefsub

    HTML converting ASCII to/from : 20.4. Converting ASCII to HTML extracting tags : 20.6. Extracting or Removing HTML Tags extracting URLs from : 20.3. Extracting URLs finding stale/fresh links : 20.7. Finding Stale Links formatting, shortcuts in CGI.pm : 19.7. Formatting Lists and Tables with HTML Shortcuts putting links around URLs : 6.21. Program: urlify templates : 20.9. Creating HTML Templates text substitutions : 20.14. Program: htmlsub HTML forms : 19.0. Introduction automating submission : 20.2. Automating Form Submission saving/mailing : 19.13. Saving a Form to a File or Mail Pipe sticky widgets : 19.11. Creating Sticky Widgets HTML::Entities module : 20.4. Converting ASCII to HTML HTML::FormatText module : 20.5. Converting HTML to ASCII HTML::LinkExtor module : 20.3. Extracting URLs HTML::TreeBuilder module : 20.5. Converting HTML to ASCII htmlsub program (example) : 20.14. Program: htmlsub HTTP methods 19.0. Introduction 19.1. Writing a CGI Script HTTP, debugging exchanges in : 19.9. Debugging the Raw HTTP Exchange hyperlinks : 9.0. Introduction stale/fresh : 20.7. Finding Stale Links

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: I -I command-line option : 12.7. Keeping Your Own Module Directory -i command-line option : 7.7. Writing a Filter modifying files with : 7.9. Modifying a File in Place with -i Switch /i pattern-matching modifier : 6.0. Introduction I/O operations : 7.0. Introduction buffering 7.0. Introduction 7.12. Flushing Output 8.0. Introduction 17.3. Communicating over TCP controlling for other programs : 16.8. Controlling Input and Output of Another Program flushing output : 7.12. Flushing Output non-blocking : 7.14. Doing Non-Blocking I/O preprocessing input : 16.6. Preprocessing Input random-access I/O : 8.12. Using Random-Access I/O reading/writing to other programs : 16.4. Reading or Writing to Another Program ic_cookies program (example) : 19.10. Managing Cookies idempotency : 19.0. Introduction If-Modified-Since header : 20.10. Mirroring Web Pages imaginary numbers : 2.15. Using Complex Numbers importing from modules 10.14. Redefining a Function 12.0. Introduction INADDR_ANY 17.1. Writing a TCP Client 17.14. Writing a Multi-Homed Server @INC array : 12.7. Keeping Your Own Module Directory

    #include header, translating with h2ph : 12.14. Using h2ph to Translate C #include Files indeces of array elements : (see arrays) indents : (see whitespace) indices of hash elements : 5.0. Introduction indirect filehandles 7.0. Introduction 7.16. Storing Filehandles in Variables indirect notation : 13.0. Introduction inet_ntoa( ) : 17.0. Introduction infix (->) notation : 11.0. Introduction inheritance 13.0. Introduction 13.9. Writing an Inheritable Class 13.12. Solving the Data Inheritance Problem initializers : (see constructors) initializing arrays : 4.1. Specifying a List In Your Program hashes : 5.0. Introduction modules : 12.6. Automating Module Clean-Up inodes : 9.0. Introduction input checking for waiting : 15.9. Checking for Waiting Input comma-separated, parsing : 1.15. Parsing Comma-Separated Data controlling for other programs : 16.8. Controlling Input and Output of Another Program editing : 15.11. Editing Input executing shell commands from (CGI) : 19.6. Executing Commands Without Shell Escapes expanding variables in : 1.8. Expanding Variables in User Input Expect-controlled programs and : 15.13. Controlling Another Program with Expect extracting variable-length fields : 8.9. Processing Variable-Length Text Fields from HTML forms : (see CGI programming) parsing command-line arguments : 15.1. Parsing Program Arguments preprocessing : 16.6. Preprocessing Input random-access I/O : 8.12. Using Random-Access I/O

    reading from keyboard : 15.6. Reading from the Keyboard reading from other programs : 16.4. Reading or Writing to Another Program reading passwords : 15.10. Reading Passwords reading records with pattern separators : 6.7. Reading Records with a Pattern Separator reading STDERR from programs : 16.7. Reading STDERR from a Program installing modules from CPAN : 12.17. Building and Installing a CPAN Module signal handlers : 16.15. Installing a Signal Handler instance data 13.0. Introduction 13.3. Managing Instance Data circular data structures : 13.13. Coping with Circular Data Structures inheritance and : 13.12. Solving the Data Inheritance Problem instance methods : 13.0. Introduction int( ) : 2.3. Rounding Floating-Point Numbers integers : (see numbers) interactivity, testing for : 15.2. Testing Whether a Program Is Running Interactively interfaces : (see user interfaces) Internet domain sockets : 17.0. Introduction Internet services : 18.0. Introduction DNS lookups : 18.1. Simple DNS Lookups expn and vrfy programs (examples) : 18.9. Program: expn and vrfy FTP clients : 18.2. Being an FTP Client mail : (see email) pinging machines : 18.7. Pinging a Machine simulating telnet connection : 18.6. Simulating Telnet from a Program Usenet news : 18.4. Reading and Posting Usenet News Messages whois service : 18.8. Using Whois to Retrieve Information from the InterNIC intersections on lists : 4.7. Finding Elements in One Array but Not Another inverting hashes : 5.8. Inverting a Hash IO::File module 7.0. Introduction 7.1. Opening a File

    temporary files : 7.5. Creating Temporary Files IO::Handle module : 7.0. Introduction IO::Pty module : 15.13. Controlling Another Program with Expect IO::Select module 7.13. Reading from Many Filehandles Without Blocking 16.9. Controlling the Input, Output, and Error of Another Program IO::Socket module closing socket after forking : 17.9. Closing a Socket After Forking IO::Socket::INET class : 17.1. Writing a TCP Client UDP clients and servers : 17.4. Setting Up a UDP Client IO::Stty module : 15.13. Controlling Another Program with Expect ioctl( ) 7.15. Determining the Number of Bytes to Read 10.10. Returning Failure 12.14. Using h2ph to Translate C #include Files IP addresses determining your own : 17.8. Finding Your Own Name and Address DNS lookups : 18.1. Simple DNS Lookups expn and vrfy programs (examples) : 18.9. Program: expn and vrfy identifying at socket ends : 17.7. Identifying the Other End of a Socket multi-homed servers : 17.14. Writing a Multi-Homed Server packed, converting to ASCII strings : 17.0. Introduction IPC::Open2 module : 16.8. Controlling Input and Output of Another Program IPC::Open3 : 16.9. Controlling the Input, Output, and Error of Another Program IPC::Shareable : 16.12. Sharing Variables in Different Processes is_safe( ) : 8.17. Testing a File for Trustworthiness is_verysafe( ) : 8.17. Testing a File for Trustworthiness @ISA array : 13.0. Introduction isa( ) (UNIVERSAL) : 13.8. Determining Subclass Membership iterations : (see arrays; lists) iterator variables : 4.4. Doing Something with Every Element in a List

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: J jam program (example) : 12.14. Using h2ph to Translate C #include Files

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: K keyboard input (see also (see also input) 15.6. Reading from the Keyboard 15.11. Editing Input checking for : 15.9. Checking for Waiting Input keys( ) 5.4. Traversing a Hash 5.6. Retrieving from a Hash in Insertion Order 5.9. Sorting a Hash 5.11. Finding Common or Different Keys in Two Hashes Tie::IxHash module and : 5.6. Retrieving from a Hash in Insertion Order keys, hash : (see hashes) kill command listing available signals : 16.13. Listing Available Signals sending signals : 16.14. Sending a Signal killtags program (example) : 6.6. Matching Multiple Lines

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: L \L string escape : 1.9. Controlling Case \l string escape : 1.9. Controlling Case labels, menu : 15.14. Creating Menus with Tk last( ) : 4.12. Finding the First List Element That Passes a Test laston program : 8.20. Program: laston lc( ) : 1.9. Controlling Case lcfirst( ) : 1.9. Controlling Case leading whitespace, removing : 1.14. Trimming Blanks from the Ends of a String lexical scope 10.2. Making Variables Private to a Function 10.13. Saving Global Values libraries : 12.0. Introduction libwww-perl modules : 20.0. Introduction line breaks (see also whitespace) 6.6. Matching Multiple Lines counting lines in files : 8.2. Counting Lines (or Paragraphs or Records) in a File defining lines : 8.11. Processing Binary Files deleting last file line : 8.10. Removing the Last Line of a File extracting ranges of lines : 6.8. Extracting a Range of Lines matching across multiple lines : 6.6. Matching Multiple Lines random lines from files : 8.6. Picking a Random Line from a File randomizing file line order : 8.7. Randomizing All Lines reading files backwards : 8.4. Reading a File Backwards by Line or Paragraph reading with continuation characters : 8.1. Reading Lines with Continuation Characters line mode interfaces : 15.0. Introduction

    __LINE__ symbol : 10.4. Determining Current Function Name LINE: (implicit loop label) : 7.7. Writing a Filter Lingua::EN::Inflect module : 2.18. Printing Correct Plurals links : (see hyperlinks) extracting from HTML : 20.3. Extracting URLs list assignment : 1.3. Exchanging Values Without Using Temporary Variables list context, detecting : 10.6. Detecting Return Context listen( ) : 17.0. Introduction lists : 4.0. Introduction arrays vs. : 4.0. Introduction circular : 4.16. Implementing a Circular List extracting particular elements : 4.6. Extracting Unique Elements from a List extracting particular subsets : 4.13. Finding All Elements in an Array Matching Certain Criteria flattened : 4.0. Introduction initializing : 4.1. Specifying a List In Your Program iterating through all elements 4.4. Doing Something with Every Element in a List 4.12. Finding the First List Element That Passes a Test permute programs : 4.19. Program: permute printing with commas : 4.2. Printing a List with Commas processing multiple elements : 4.11. Processing Multiple Elements of an Array randomizing element order : 4.17. Randomizing an Array reversing elements of : 4.10. Reversing an Array unions, intersections, differences : 4.7. Finding Elements in One Array but Not Another words program (example) : 4.18. Program: words loader program (example) : 15.17. Removing the DOS Shell Window with Windows Perl/Tk loading modules : (see modules) local( ) 10.13. Saving Global Values 10.14. Redefining a Function 16.16. Temporarily Overriding a Signal Handler locale settings : 6.12. Honoring Locale Settings in Regular Expressions localizing functions : 10.14. Redefining a Function

    localtime( ) 3.0. Introduction 3.8. Printing a Date lockarea program : 7.22. Program: lockarea locking blocking signals : 16.20. Blocking Signals DBK files : 14.5. Locking DBM Files files 7.11. Locking a File 7.21. Program: netlock region-specific locks : 7.22. Program: lockarea log files (web server) 19.0. Introduction 20.12. Parsing a Web Server Log File processing : 20.13. Processing Server Logs log( ) : 2.13. Taking Logarithms log10( ) : 2.13. Taking Logarithms log_base( ) (example) : 2.13. Taking Logarithms logarithms : 2.13. Taking Logarithms Logfile::Apache : 20.13. Processing Server Logs logical functionality in patterns : 6.17. Expressing AND, OR, and NOT in a Single Pattern login sessions : 15.0. Introduction logn( ) (Math::Complex) : 2.13. Taking Logarithms loop variables : 4.4. Doing Something with Every Element in a List lowercase program (example) : 7.7. Writing a Filter lowercase, converting to uppercase : 1.9. Controlling Case lst program : 9.12. Program: lst lvaluable functions : 1.1. Accessing Substrings LWP modules : 20.0. Introduction extracting HTML tags : 20.6. Extracting or Removing HTML Tags LWP::Heuristic module : 20.1. Fetching a URL from a Perl Script LWP::Request module : 20.1. Fetching a URL from a Perl Script LWP::Response module : 20.1. Fetching a URL from a Perl Script LWP::RobotUA module : 20.11. Creating a Robot

    LWP::Simple module : 20.1. Fetching a URL from a Perl Script mirroring web pages : 20.10. Mirroring Web Pages LWP::UserAgent module : 20.1. Fetching a URL from a Perl Script

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: M /m pattern-matching modifier : 6.0. Introduction matching multiple lines : 6.6. Matching Multiple Lines m// operator, ~ operator with : 1.1. Accessing Substrings magic ARGV : (see magic open) magic open 5.16. Program: dutree 8.19. Program: tctee 16.6. Preprocessing Input magic variables : 13.15. Creating Magic Variables with tie mail : (see email) Mail::Mailer module : 18.3. Sending Mail map( ) : 4.15. Sorting a List by Computable Field matching patterns : (see pattern matching) regular expressions : (see regular expressions) Soundex matching : 1.16. Soundex Matching Math::Complex module 2.13. Taking Logarithms 2.15. Using Complex Numbers Math::Random module : 2.9. Making Numbers Even More Random Math::Trig module : 2.11. Doing Trigonometry in Degrees, not Radians Math::TrulyRandom module : 2.9. Making Numbers Even More Random matrix multiplication : 2.14. Multiplying Matrices maximal matching quantifiers : 6.15. Greedy and Non-Greedy Matches memoizing technique : 4.19. Program: permute memory garbage collection : 13.2. Destroying an Object

    circular data structures and : 13.13. Coping with Circular Data Structures preallocating for hashes : 5.13. Presizing a Hash Menubutton widget (Tk) : 15.14. Creating Menus with Tk menus with Tk toolkit : 15.14. Creating Menus with Tk merging DBM files : 14.4. Merging DBM Files merging hashes : 5.10. Merging Hashes messages, error : (see errors) methods 13.0. Introduction 13.3. Managing Instance Data calling indirectly : 13.7. Calling Methods Indirectly functions vs. : 13.9. Writing an Inheritable Class generating with AUTOLOAD 13.0. Introduction 13.11. Generating Attribute Methods Using AUTOLOAD indirect notation : 13.0. Introduction overridden : 13.10. Accessing Overridden Methods references to : 11.8. Creating References to Methods methods, HTTP 19.0. Introduction 19.1. Writing a CGI Script minigrep program (example) : 6.17. Expressing AND, OR, and NOT in a Single Pattern minimal matching quantifiers : 6.15. Greedy and Non-Greedy Matches minutes : (see date and time) mirror( ) (LWP::Simple) : 20.10. Mirroring Web Pages mirroring web pages : 20.10. Mirroring Web Pages mjd_permute program (example) : 4.19. Program: permute MLDBM module 11.14. Transparently Persistent Data Structures 14.0. Introduction 14.8. Storing Complex Data in a DBM File persistent data : 14.9. Persistent Data mldbm_demo program (example) : 14.9. Persistent Data

    mod_perl module : 19.5. Making CGI Scripts Efficient modified hyperlinks, finding : 20.8. Finding Fresh Links modifying files : (see file contents) modules : 12.0. Introduction AutoLoader module : 12.10. Speeding Up Module Loading with Autoloader automatic set-up/clean-up : 12.6. Automating Module Clean-Up CPAN : (see CPAN) designing interface for : 12.1. Defining a Module's Interface directories of : 12.7. Keeping Your Own Module Directory documenting with pod : 12.16. Documenting Your Module with Pod sorting =head1 sections : 15.19. Program: tkshufflepod finding, program for : 12.19. Program: Finding Versions and Descriptions of Installed Modules loading at run time : 12.3. Delaying use Until Run Time overriding built-in functions : 12.11. Overriding Built-In Functions preparing for distribution : 12.8. Preparing a Module for Distribution private variables and functions : 12.4. Making Variables Private to a Module reporting errors like built-ins : 12.12. Reporting Errors and Warnings Like Built-Ins SelfLoader module : 12.9. Speeding Module Loading with SelfLoader template for : 12.18. Example: Module Template trapping errors in use/requre : 12.2. Trapping Errors in require or use writing in C : 12.15. Using h2xs to Make a Module with C Code months : (see date and time) moving files : 9.3. Copying or Moving a File mtime field : 9.0. Introduction multi-homed servers : 17.14. Writing a Multi-Homed Server multidimensional arrays : 4.0. Introduction multidimensional associative array emulation syntax : 9.4. Recognizing Two Names for the Same File multiple inheritance : 13.0. Introduction multiple-byte character matching : 6.18. Matching Multiple-Byte Characters multiplication of matrices : 2.14. Multiplying Matrices x operator : 2.14. Multiplying Matrices my keyword : 10.2. Making Variables Private to a Function

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: N -n command-line option : 7.7. Writing a Filter Nagle's algorithm : 17.3. Communicating over TCP named pipes 16.11. Making a Process Look Like a File with Named Pipes 16.22. Program: sigrand names of current subroutines : 10.4. Determining Current Function Name natural logarithms : 2.13. Taking Logarithms navigation web with robots : 20.11. Creating a Robot NDBM files : 14.0. Introduction nested HTML tags : 20.6. Extracting or Removing HTML Tags nested subroutines : 10.16. Nesting Subroutines Net::DNS module : 18.9. Program: expn and vrfy Net::FTP module : 18.2. Being an FTP Client Net::NNTP module : 18.4. Reading and Posting Usenet News Messages Net::POP3 module : 18.5. Reading Mail with POP3 Net::Telnet : 18.6. Simulating Telnet from a Program Net::Whois module : 18.8. Using Whois to Retrieve Information from the InterNIC Net:\Ping module : 18.7. Pinging a Machine netlock program : 7.21. Program: netlock Netscape history.db file : 14.11. Program: ggh - Grep Netscape Global History new( ) : 13.0. Introduction new_tmpfile( ) (IO::File) : 7.5. Creating Temporary Files newline characters : (see line breaks) newlines : (see line breaks; whitespace) news messages (Usenet) : 18.4. Reading and Posting Usenet News Messages NFA (non-deterministic finite automata) : 6.0. Introduction

    noecho input mode : 15.10. Reading Passwords NOFILE constant : 7.17. Caching Open Output Filehandles non-blocking I/O : 7.14. Doing Non-Blocking I/O non-deterministic finite automata : 6.0. Introduction non-forking servers : 17.13. Non-Forking Servers non-greedy pattern matching 6.0. Introduction 6.15. Greedy and Non-Greedy Matches nonforker program (example) : 17.13. Non-Forking Servers NOT functionality in regular expressions : 6.17. Expressing AND, OR, and NOT in a Single Pattern nounder_demo program (example) : 13.15. Creating Magic Variables with tie nstore( ) : 11.13. Storing Data Structures to Disk numbers (see also values) 1.4. Converting Between ASCII Characters and Values 2.0. Introduction adding commas to : 2.17. Putting Commas in Numbers complex (imaginary) : 2.15. Using Complex Numbers converting binary with decimal : 2.4. Converting Between Binary and Decimal converting with ASCII characters : 1.4. Converting Between ASCII Characters and Values decimal places, controlling : 13.14. Overloading Operators floating-point : 2.0. Introduction comparing : 2.2. Comparing Floating-Point Numbers rounding : 2.3. Rounding Floating-Point Numbers logarithms : 2.13. Taking Logarithms matrix multiplication : 2.14. Multiplying Matrices octal and hexadecimal : 2.16. Converting Between Octal and Hexadecimal operating on integer series : 2.5. Operating on a Series of Integers plural words based on : 2.18. Printing Correct Plurals primes, calculating : 2.19. Program: Calculating Prime Factors random 2.0. Introduction 2.7. Generating Random Numbers

    biasing : 2.10. Generating Biased Random Numbers roman numerals : 2.6. Working with Roman Numerals strings as valid numbers : 2.1. Checking Whether a String Is a Valid Number trigonometry : 2.11. Doing Trigonometry in Degrees, not Radians

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: O /o pattern-matching modifier : 6.10. Speeding Up Interpolated Matches O_ flags : 7.1. Opening a File O_NONBLOCK option : 7.14. Doing Non-Blocking I/O object attributes 13.0. Introduction 13.3. Managing Instance Data inheritance and : 13.12. Solving the Data Inheritance Problem object methods : 13.0. Introduction object-oriented programming : 13.0. Introduction objects : 13.0. Introduction cloning parent objects : 13.6. Cloning Objects closures as : 11.7. Using Closures Instead of Objects constructing 13.0. Introduction 13.1. Constructing an Object destroying 13.0. Introduction 13.2. Destroying an Object determining subclass membership : 13.8. Determining Subclass Membership managing instance data : 13.3. Managing Instance Data tied objects : 13.15. Creating Magic Variables with tie oct( ) : 2.16. Converting Between Octal and Hexadecimal octal numbers : 2.16. Converting Between Octal and Hexadecimal open( ) (see also processes) 7.0. Introduction 7.1. Opening a File

    16.10. Communicating Between Related Processes caching open filehandles : 7.17. Caching Open Output Filehandles filtering output : 16.5. Filtering Your Own Output reading from other programs : 16.4. Reading or Writing to Another Program strange filenames with : 7.2. Opening Files with Unusual Filenames open, magic : (see magic open) opendir( ) 9.0. Introduction 9.5. Processing All Files in a Directory globbing filenames : 9.6. Globbing, or Getting a List of Filenames Matching a Pattern opening file descriptors : 7.19. Opening and Closing File Descriptors by Number opening files : 7.1. Opening a File operators, overloading : 13.14. Overloading Operators OR functionality in regular expressions : 6.17. Expressing AND, OR, and NOT in a Single Pattern or operator vs. || operator : 1.2. Establishing a Default Value ord( ) : 1.4. Converting Between ASCII Characters and Values oreobounce program (example) : 19.8. Redirecting to a Different Location os_snipe program (example) : 19.8. Redirecting to a Different Location output controlling decimal places : 13.14. Overloading Operators controlling for other programs : 16.8. Controlling Input and Output of Another Program filtering : 16.5. Filtering Your Own Output flushing : 7.12. Flushing Output gathering from programs : 16.1. Gathering Output from a Program random access I/O : 8.12. Using Random-Access I/O writing to other programs : 16.4. Reading or Writing to Another Program output( ) : 5.16. Program: dutree overloading operators : 13.14. Overloading Operators overriding built-in functions : 12.11. Overriding Built-In Functions methods : 13.10. Accessing Overridden Methods signal handlers : 16.16. Temporarily Overriding a Signal Handler

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: P -p command-line option : 7.7. Writing a Filter modifying files with : 7.9. Modifying a File in Place with -i Switch pack( ) 1.4. Converting Between ASCII Characters and Values 8.13. Updating a Random-Access File converting binary and decimal numbers : 2.4. Converting Between Binary and Decimal with Tk resize events : 15.16. Responding to Tk Resize Events package statement : 12.0. Introduction __PACKAGE__ symbol 10.4. Determining Current Function Name 12.5. Determining the Caller's Package packages (see also modules) 12.0. Introduction 12.19. Program: Finding Versions and Descriptions of Installed Modules determining current/calling : 12.5. Determining the Caller's Package overriding built-in functions : 12.11. Overriding Built-In Functions private variables and functions : 12.4. Making Variables Private to a Module referring to indirectly : 12.13. Referring to Packages Indirectly paragraphs counting in files : 8.2. Counting Lines (or Paragraphs or Records) in a File in pod documentation : 12.16. Documenting Your Module with Pod reading files backwards by : 8.4. Reading a File Backwards by Line or Paragraph reformatting : 1.12. Reformatting Paragraphs paragrep program (example) : 6.11. Testing for a Valid Pattern parameterized HTML : 20.9. Creating HTML Templates parent classes

    accessing overridden methods : 13.10. Accessing Overridden Methods cloning objects : 13.6. Cloning Objects inheritance and : 13.12. Solving the Data Inheritance Problem parse_csv subroutines : 1.15. Parsing Comma-Separated Data ParseDate( ) 3.7. Parsing Dates and Times from Strings 3.11. Program: hopdelta parsing comma-separated data : 1.15. Parsing Comma-Separated Data command-line arguments : 15.1. Parsing Program Arguments commas into numbers : 2.17. Putting Commas in Numbers datetime from strings : 3.7. Parsing Dates and Times from Strings filenames : 9.10. Splitting a Filename into Its Component Parts HTML tags : 20.6. Extracting or Removing HTML Tags web server log file : 20.12. Parsing a Web Server Log File partial URLs : 19.0. Introduction passing by named parameter : 10.7. Passing by Named Parameter passing by reference : 10.5. Passing Arrays and Hashes by Reference passwords randomly generating : 2.7. Generating Random Numbers reading without echo : 15.10. Reading Passwords paths : 19.0. Introduction pattern matching (see also regular expressions) 1.16. Soundex Matching 6.0. Introduction abbreviations : 6.20. Matching Abbreviations across multiple lines : 6.6. Matching Multiple Lines backtracking : 6.0. Introduction copying and substituting : 6.1. Copying and Substituting Simultaneously duplicate words : 6.16. Detecting Duplicate Words eager : 6.0. Introduction email addresses : 6.19. Matching a Valid Mail Address

    extracting ranges of lines : 6.8. Extracting a Range of Lines filenames : 9.6. Globbing, or Getting a List of Filenames Matching a Pattern fuzzy matching : 6.13. Approximate Matching greedy vs. non-greedy 6.0. Introduction 6.15. Greedy and Non-Greedy Matches history.db file : 14.11. Program: ggh - Grep Netscape Global History honoring locale settings : 6.12. Honoring Locale Settings in Regular Expressions logical functionality in : 6.17. Expressing AND, OR, and NOT in a Single Pattern matching letters : 6.2. Matching Letters matching words : 6.3. Matching Words modifiers for : 6.0. Introduction multiple-byte charactrs : 6.18. Matching Multiple-Byte Characters Nth matches : 6.5. Finding the Nth Occurrence of a Match shell wildcards for : 6.9. Matching Shell Globs as Regular Expressions tcgrep program : 6.22. Program: tcgrep testing for invalid patterns : 6.11. Testing for a Valid Pattern urlify program : 6.21. Program: urlify useful and interesting patterns (list) : 6.23. Regular Expression Grabbag using /o modifier : 6.10. Speeding Up Interpolated Matches where last pattern ended : 6.14. Matching from Where the Last Pattern Left Off pattern separators, reading data with : 6.7. Reading Records with a Pattern Separator pattern-matching progressive (with /g) : 6.5. Finding the Nth Occurrence of a Match PDL modules matrix multiplication : 2.14. Multiplying Matrices periods (.) in numbers : 2.17. Putting Commas in Numbers Perl programming conventions : Conventions Used in This Book references on : Other Books release notes : Platform Notes $PERL5LIB environment variable : 12.7. Keeping Your Own Module Directory perldoc program : 12.16. Documenting Your Module with Pod perlmenu module : 15.12. Managing the Screen

    permissions, testing files for trustworthiness : 8.17. Testing a File for Trustworthiness permutations, generating all possible : 4.19. Program: permute permute program : 4.19. Program: permute persistent data structures : 11.14. Transparently Persistent Data Structures database data : 14.9. Persistent Data subroutine variables : 10.3. Creating Persistent Private Variables PF_ constants : 17.0. Introduction .ph filename extension : 12.14. Using h2ph to Translate C #include Files pinging machines : 18.7. Pinging a Machine pipe( ) 16.0. Introduction 16.10. Communicating Between Related Processes pipe1 program (example) : 16.10. Communicating Between Related Processes pipe2 program (example) : 16.10. Communicating Between Related Processes pipe3 program (example) : 16.10. Communicating Between Related Processes pipe4 program (example) : 16.10. Communicating Between Related Processes pipe5 program (example) : 16.10. Communicating Between Related Processes pipe6 program (example) : 16.10. Communicating Between Related Processes places( ) : 13.14. Overloading Operators pluralizing words : 2.18. Printing Correct Plurals .pm filename extension : 12.0. Introduction pmdesc program (example) : 12.19. Program: Finding Versions and Descriptions of Installed Modules pod documentation : 12.16. Documenting Your Module with Pod sorting =head1 sections : 15.19. Program: tkshufflepod pod2html, pod2text tools : 12.16. Documenting Your Module with Pod pop( ) circular lists : 4.16. Implementing a Circular List on multiple array elements : 4.11. Processing Multiple Elements of an Array Tie::IxHash module and : 5.6. Retrieving from a Hash in Insertion Order POP3 servers : 18.5. Reading Mail with POP3 popgrep1 program (example) : 6.10. Speeding Up Interpolated Matches popgrep2 program (example) : 6.10. Speeding Up Interpolated Matches

    popgrep3 program (example) : 6.10. Speeding Up Interpolated Matches popgrep4 program (example) : 6.10. Speeding Up Interpolated Matches port connection attempts, logging : 17.17. Program: backsniff pos( ) : 6.14. Matching from Where the Last Pattern Left Off POSIX module blocking signals : 16.20. Blocking Signals floor( ) and ceil( ) : 2.3. Rounding Floating-Point Numbers trigonometric functions : 2.12. Calculating More Trigonometric Functions POSIX termios interface : 15.8. Using POSIX termios POSIX::setsid function : 17.15. Making a Daemon Server POST method 19.0. Introduction 19.1. Writing a CGI Script 20.2. Automating Form Submission posting Usenet messages : 18.4. Reading and Posting Usenet News Messages pragmas : 12.0. Introduction pre-forking servers : 17.12. Pre-Forking Servers preallocating memory for hashes : 5.13. Presizing a Hash precision, controlling in output : 13.14. Overloading Operators preforker program (example) : 17.12. Pre-Forking Servers prime numbers, calculating : 2.19. Program: Calculating Prime Factors prime_pattern program (example) : 6.16. Detecting Duplicate Words print( ) : 17.0. Introduction print_line program (example) : 8.8. Reading a Particular Line in a File printf( ) %c format : 1.4. Converting Between ASCII Characters and Values rounding floating-point numbers : 2.3. Rounding Floating-Point Numbers printing data structures : 11.11. Printing Data Structures datetime information : 3.8. Printing a Date hashes : 5.5. Printing a Hash lists with commas : 4.2. Printing a List with Commas simultaneously to multiple filehandles : 7.18. Printing to Many Filehandles Simultaneously specific lines from files : 7.0. Introduction

    private methods : 13.0. Introduction module variables and functions : 12.4. Making Variables Private to a Module subroutine variables : 10.2. Making Variables Private to a Function processes : 16.0. Introduction catching Ctrl-C : 16.18. Catching Ctrl-C communicating between : 16.10. Communicating Between Related Processes controlling program input/output : 16.8. Controlling Input and Output of Another Program creating : 16.0. Introduction filtering output : 16.5. Filtering Your Own Output gathering program output : 16.1. Gathering Output from a Program groups 7.22. Program: lockarea 16.14. Sending a Signal imitating files with named pipes : 16.11. Making a Process Look Like a File with Named Pipes preprocessing input : 16.6. Preprocessing Input reading from/writing to programs : 16.4. Reading or Writing to Another Program reading STDERR from programs : 16.7. Reading STDERR from a Program replacing programs : 16.3. Replacing the Current Program with a Different One running multiple programs : 16.2. Running Another Program sharing variables among : 16.12. Sharing Variables in Different Processes signals : 16.0. Introduction blocking : 16.20. Blocking Signals handlers for : 16.15. Installing a Signal Handler listing available : 16.13. Listing Available Signals sending : 16.14. Sending a Signal timing out operations : 16.21. Timing Out an Operation zombies 16.0. Introduction 16.19. Avoiding Zombie Processes programs command-line arguments, parsing : 15.1. Parsing Program Arguments controlling input/output of : 16.8. Controlling Input and Output of Another Program controlling with Expect : 15.13. Controlling Another Program with Expect

    filtering output : 16.5. Filtering Your Own Output gathering output from : 16.1. Gathering Output from a Program interface : (see user interfaces) preprocessing input : 16.6. Preprocessing Input reading from/writing to : 16.4. Reading or Writing to Another Program reading STDERR from : 16.7. Reading STDERR from a Program replacing : 16.3. Replacing the Current Program with a Different One running multiple : 16.2. Running Another Program simulating telnet from : 18.6. Simulating Telnet from a Program testing if running interactively : 15.2. Testing Whether a Program Is Running Interactively programs, CGI : (see CGI programming) progressive matching : 6.5. Finding the Nth Occurrence of a Match protocols for Internet : 18.0. Introduction protocols, socket : 17.0. Introduction prototypes 10.11. Prototyping Functions 13.0. Introduction proxy, submitting forms through : 20.2. Automating Form Submission pseudo-random numbers : (see random, numbers) psgrep program (example) : 1.18. Program: psgrep public methods : 13.0. Introduction push( ) 4.9. Appending One Array to Another 11.2. Making Hashes of Arrays circular lists : 4.16. Implementing a Circular List Tie::IxHash module and : 5.6. Retrieving from a Hash in Insertion Order

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: Q \Q string metacharacter : 1.13. Escaping Characters q( ) : 4.1. Specifying a List In Your Program q// and qq// operators : 1.0. Introduction qq( ) : 4.1. Specifying a List In Your Program qr// operator : 6.10. Speeding Up Interpolated Matches query_form( ) : 20.2. Automating Form Submission quotemeta( ) : 1.13. Escaping Characters quotes, double (") : 1.0. Introduction qq( ) : 4.1. Specifying a List In Your Program quotes, single (') : 1.0. Introduction q( ) : 4.1. Specifying a List In Your Program quotewords( ) : 1.15. Parsing Comma-Separated Data qw( ) : 4.1. Specifying a List In Your Program qx( ) : 4.1. Specifying a List In Your Program

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: R race conditions : 19.4. Writing a Safe CGI Program rad2deg( ) (example) : 2.11. Doing Trigonometry in Degrees, not Radians radians vs. degrees : 2.11. Doing Trigonometry in Degrees, not Radians radiobuttons : 15.14. Creating Menus with Tk rand( ) 2.7. Generating Random Numbers 8.6. Picking a Random Line from a File randcap program (example) : 1.9. Controlling Case random email signatures : 16.22. Program: sigrand lines from files : 8.6. Picking a Random Line from a File numbers 2.0. Introduction 2.7. Generating Random Numbers biasing : 2.10. Generating Biased Random Numbers ordering of lines in files : 8.7. Randomizing All Lines random-access I/O : 8.12. Using Random-Access I/O randomizing arrays : 4.17. Randomizing an Array range (.. and ...) operators : 6.8. Extracting a Range of Lines read( ) 8.0. Introduction 8.15. Reading Fixed-Length Records readdir( ) 9.0. Introduction 9.5. Processing All Files in a Directory reading email : (see email) reading files : (see file access; file contents)

    reading input : (see input) reading Usenet news : 18.4. Reading and Posting Usenet News Messages Received: header line : 3.11. Program: hopdelta recno_demo program (example) : 14.7. Treating a Text File as a Database Array records : 11.0. Introduction binary tree structures : 11.15. Program: Binary Trees closures as objects : 11.7. Using Closures Instead of Objects comma-separated : (see CSV) constructing : 11.9. Constructing Records counting in files : 8.2. Counting Lines (or Paragraphs or Records) in a File fixed-length 8.0. Introduction 8.15. Reading Fixed-Length Records lastlog file : 8.20. Program: laston with pattern separators, reading : 6.7. Reading Records with a Pattern Separator random-access I/O : 8.12. Using Random-Access I/O reading/writing to text files : 11.10. Reading and Writing Hash Records to Text Files variable-length : 8.9. Processing Variable-Length Text Fields wtmp file : 8.18. Program: tailwtmp recursively processing files in directories : 9.7. Processing All Files in a Directory Recursively redirect( ) : 19.8. Redirecting to a Different Location redirecting CGI error messages : 19.2. Redirecting Error Messages CGI requests : 19.8. Redirecting to a Different Location ref( ) 11.0. Introduction 13.0. Introduction references : 11.0. Introduction to arrays : 11.1. Taking References to Arrays arrays of scalar references : 11.6. Creating Arrays of Scalar References as hash keys : 13.15. Creating Magic Variables with tie autovivification : 11.0. Introduction closures as objects : 11.7. Using Closures Instead of Objects

    to functions : 11.4. Taking References to Functions as hash values : 5.12. Hashing References to hashes : 11.3. Taking References to Hashes hashes of arrays : 11.2. Making Hashes of Arrays iterating over arrays by : 4.5. Iterating Over an Array by Reference to methods : 11.8. Creating References to Methods to packages, indirect : 12.13. Referring to Packages Indirectly passing by : 10.5. Passing Arrays and Hashes by Reference reference count : 11.0. Introduction returning by : 10.9. Returning More Than One Array or Hash to scalars : 11.5. Taking References to Scalars self-referential structures : 13.13. Coping with Circular Data Structures symbolic 1.8. Expanding Variables in User Input 12.13. Referring to Packages Indirectly referents : 11.0. Introduction "referrer" vs. "referer" : 20.1. Fetching a URL from a Perl Script regular expressions (see also pattern matching) 1.16. Soundex Matching checking if strings are valid numbers : 2.1. Checking Whether a String Is a Valid Number commenting : 6.4. Commenting Regular Expressions fuzzy matching : 6.13. Approximate Matching honoring locale settings : 6.12. Honoring Locale Settings in Regular Expressions multiple-byte matching : 6.18. Matching Multiple-Byte Characters tcgrep program : 6.22. Program: tcgrep testing for invalid patterns : 6.11. Testing for a Valid Pattern urlify program : 6.21. Program: urlify useful and interesting (list) : 6.23. Regular Expression Grabbag removing HTML tags : 20.6. Extracting or Removing HTML Tags rename script (example) : 9.9. Renaming Files renaming files : 9.9. Renaming Files rep program (example) : 15.12. Managing the Screen

    reporting errors : (see errors; warnings) require statement : 12.0. Introduction trapping errors in : 12.2. Trapping Errors in require or use resizing : (see size) restarting servers on demand : 17.16. Restarting a Server on Demand retrieve( ) (Storable module) : 11.13. Storing Data Structures to Disk retrieving URLs : 20.1. Fetching a URL from a Perl Script return context, subroutines : 10.6. Detecting Return Context return statement : 10.10. Returning Failure return values of subroutines returning by reference : 10.9. Returning More Than One Array or Hash returning failure : 10.10. Returning Failure skipping selected : 10.8. Skipping Selected Return Values reverse( ) 1.6. Reversing a String by Word or Character 4.10. Reversing an Array inverting hashes : 5.8. Inverting a Hash reversing array elements : 4.10. Reversing an Array words/characters in strings : 1.6. Reversing a String by Word or Character revhash_demo program (example) : 13.15. Creating Magic Variables with tie rewinddir( ) : 9.5. Processing All Files in a Directory rmdir( ) : 9.8. Removing a Directory and Its Contents rmtree program (example) : 9.8. Removing a Directory and Its Contents robots for web traversal : 20.11. Creating a Robot Roman module : 2.6. Working with Roman Numerals roman numerals : 2.6. Working with Roman Numerals roman( ) (Roman module) : 2.6. Working with Roman Numerals root directory (/) : 9.0. Introduction rounding floating-point numbers : 2.3. Rounding Floating-Point Numbers run time, loading modules at : 12.3. Delaying use Until Run Time run-time scoping : 10.13. Saving Global Values

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: S /s pattern-matching modifier : 6.0. Introduction matching multiple lines : 6.6. Matching Multiple Lines \s substitution modifier : 1.11. Indenting Here Documents s/// operator ~ operator with : 1.1. Accessing Substrings stripping whitespace with : 1.11. Indenting Here Documents sascii program (example) : 15.6. Reading from the Keyboard save_parameters( ) : 19.13. Saving a Form to a File or Mail Pipe scalars : 1.0. Introduction arrays of scalar references : 11.6. Creating Arrays of Scalar References detecting scalar context : 10.6. Detecting Return Context exchanging values between : 1.3. Exchanging Values Without Using Temporary Variables references to : 11.5. Taking References to Scalars schemes (URLs) : 19.0. Introduction Schwartz, Randal : 4.15. Sorting a List by Computable Field scope of subroutine variables : 10.2. Making Variables Private to a Function screen : (see user interfaces) scripts, CGI : (see CGI programming) SDBM library : 14.0. Introduction searching for patterns : (see pattern matching; regular expressions) seconds : (see date and time) security CGI scripts 19.0. Introduction 19.4. Writing a Safe CGI Program executing user commands : 19.6. Executing Commands Without Shell Escapes connecting through firewalls : 17.18. Program: fwdport

    reading passwords without echo : 15.10. Reading Passwords testing files for trustworthiness : 8.17. Testing a File for Trustworthiness seek( ) 8.0. Introduction 8.5. Trailing a Growing File seekdir( ) : 9.5. Processing All Files in a Directory seeme program (example) : 7.12. Flushing Output select( ) 3.10. Short Sleeps 17.3. Communicating over TCP changing STDOUT : 7.0. Introduction reading from multiple filehandles 7.13. Reading from Many Filehandles Without Blocking 17.3. Communicating over TCP self-referential data structures : 13.13. Coping with Circular Data Structures SelfLoader module : 12.9. Speeding Module Loading with SelfLoader separators, menu : 15.14. Creating Menus with Tk servers daemon servers : 17.15. Making a Daemon Server forking : 17.11. Forking Servers multi-homed : 17.14. Writing a Multi-Homed Server non-forking : 17.13. Non-Forking Servers POP3 : 18.5. Reading Mail with POP3 pre-forking : 17.12. Pre-Forking Servers restarting on demand : 17.16. Restarting a Server on Demand TCP : 17.2. Writing a TCP Server UDP : 17.5. Setting Up a UDP Server set theory : 4.7. Finding Elements in One Array but Not Another setsockopt( ) : 17.13. Non-Forking Servers setting up : (see initializing) shallow copies : 11.12. Copying Data Structures shared locks : 7.11. Locking a File sharetest program (example) : 16.12. Sharing Variables in Different Processes

    sharing variables among processes : 16.12. Sharing Variables in Different Processes shell escapes, executing commands without : 19.6. Executing Commands Without Shell Escapes shell wildcards for regexp matching : 6.9. Matching Shell Globs as Regular Expressions shift( ) circular lists : 4.16. Implementing a Circular List on multiple array elements : 4.11. Processing Multiple Elements of an Array Tie::IxHash module and : 5.6. Retrieving from a Hash in Insertion Order shopping cart : 19.12. Writing a Multiscreen CGI Script shuffling (see also random) 8.7. Randomizing All Lines array elements : 4.17. Randomizing an Array file line order : 8.7. Randomizing All Lines shutdown( ) : 17.9. Closing a Socket After Forking %SIG hash : 16.15. Installing a Signal Handler SIGALRM signal 16.0. Introduction 16.21. Timing Out an Operation SIGCHLD signal 16.0. Introduction 16.19. Avoiding Zombie Processes SIGHUP signal 16.0. Introduction 17.16. Restarting a Server on Demand SIGINT signal 16.0. Introduction 16.18. Catching Ctrl-C signals : 16.0. Introduction blocking : 16.20. Blocking Signals handlers for : 16.15. Installing a Signal Handler listing available : 16.13. Listing Available Signals process groups 7.22. Program: lockarea 16.14. Sending a Signal

    sending : 16.14. Sending a Signal signatures, randomized : 16.22. Program: sigrand SIGPIPE signal 16.0. Introduction 16.4. Reading or Writing to Another Program sigprocmask system call : 16.20. Blocking Signals SIGQUIT signal : 16.0. Introduction sigrand program (example) : 16.22. Program: sigrand SIGTERM signal : 16.0. Introduction SIGUSR1, SIGUSR2 signals : 16.0. Introduction sin( ) : 2.12. Calculating More Trigonometric Functions single inheritance : 13.0. Introduction single quotes (') : 1.0. Introduction q( ) : 4.1. Specifying a List In Your Program size arrays, changing : 4.3. Changing Array Size hashes, preallocating for : 5.13. Presizing a Hash Tk window resize events : 15.16. Responding to Tk Resize Events window/terminal, determining : 15.4. Determining Terminal or Window Size sleeps : 3.10. Short Sleeps slowcat program (example) : 1.5. Processing a String One Character at a Time SOCK_ constants : 17.0. Introduction sockaddr_in( ) 17.0. Introduction 17.4. Setting Up a UDP Client sockaddr_un( ) : 17.0. Introduction socket( ) : 17.0. Introduction sockets : 17.0. Introduction bidirectional clients : 17.10. Writing Bidirectional Clients closing after forking : 17.9. Closing a Socket After Forking connecting through firewalls : 17.18. Program: fwdport daemon servers : 17.15. Making a Daemon Server finding own name/address : 17.8. Finding Your Own Name and Address

    forking servers : 17.11. Forking Servers identifying machine at end : 17.7. Identifying the Other End of a Socket logging port connection attempts : 17.17. Program: backsniff multi-homed servers : 17.14. Writing a Multi-Homed Server non-blocking : 17.2. Writing a TCP Server non-forking servers : 17.13. Non-Forking Servers pre-forking servers : 17.12. Pre-Forking Servers restarting servers on demand : 17.16. Restarting a Server on Demand TCP protocol communicating over : 17.3. Communicating over TCP writing clients : 17.1. Writing a TCP Client writing servers : 17.2. Writing a TCP Server UDP protocol writing clients : 17.4. Setting Up a UDP Client writing servers : 17.5. Setting Up a UDP Server Unix domain 17.0. Introduction 17.6. Using UNIX Domain Sockets soft links : (see symbolic links) sort( ) 4.14. Sorting an Array Numerically 5.9. Sorting a Hash sortdemo program (example) : 14.6. Sorting Large DBM Files sorting array elements : 4.14. Sorting an Array Numerically DBM files : 14.6. Sorting Large DBM Files directory contents 9.0. Introduction 9.12. Program: lst du command output : 5.16. Program: dutree hash elements : 5.9. Sorting a Hash mail (example subroutine) : 10.17. Program: Sorting Your Mail pod =head1 sections : 15.19. Program: tkshufflepod randomizing array element order : 4.17. Randomizing an Array

    randomizing file line order : 8.7. Randomizing All Lines text into columns : 4.18. Program: words Soundex matching : 1.16. Soundex Matching spaces : (see whitespace) specific classes : 13.0. Introduction spider (robot) : 20.11. Creating a Robot splice( ) : 4.11. Processing Multiple Elements of an Array Tie::IxHash module and : 5.6. Retrieving from a Hash in Insertion Order split( ) 1.5. Processing a String One Character at a Time 8.3. Processing Every Word in a File 8.9. Processing Variable-Length Text Fields reading records with pattern separators : 6.7. Reading Records with a Pattern Separator sprintf( ) %c format : 1.4. Converting Between ASCII Characters and Values comparing floating-point numbers : 2.2. Comparing Floating-Point Numbers rounding floating-point numbers : 2.3. Rounding Floating-Point Numbers SQL database : 20.9. Creating HTML Templates SQL queries 14.10. Executing an SQL Command Using DBI and DBD 19.7. Formatting Lists and Tables with HTML Shortcuts srand( ) : 2.8. Generating Different Random Numbers stale hyperlinks, finding : 20.7. Finding Stale Links standard filehandles : 7.0. Introduction stat( ) 8.17. Testing a File for Trustworthiness 9.0. Introduction 9.1. Getting and Setting Timestamps static data members 13.0. Introduction 13.4. Managing Class Data static scoping : 10.13. Saving Global Values STDERR filehandle : 7.0. Introduction controlling for other programs : 16.9. Controlling the Input, Output, and Error of Another Program

    reading from programs : 16.7. Reading STDERR from a Program STDIN filehandle : 7.0. Introduction preprocessing input : 16.6. Preprocessing Input testing for interactivity : 15.2. Testing Whether a Program Is Running Interactively stdio library : 7.0. Introduction STDOUT filehandle : 7.0. Introduction filtering output : 16.5. Filtering Your Own Output testing for interactivity : 15.2. Testing Whether a Program Is Running Interactively sticky widgets : 19.11. Creating Sticky Widgets stingy matching : (see non-greedy pattern matching) Storable module : 11.12. Copying Data Structures STORE( ) : 13.15. Creating Magic Variables with tie store( ) (Storable module) : 11.13. Storing Data Structures to Disk stream sockets 17.0. Introduction 17.11. Forking Servers strftime( ) : 3.8. Printing a Date String::Approx module : 6.13. Approximate Matching strings (see also variables) 1.0. Introduction 1.8. Expanding Variables in User Input accessing substrings : 1.1. Accessing Substrings checking if valid numbers : 2.1. Checking Whether a String Is a Valid Number converting ASCII and values : 1.4. Converting Between ASCII Characters and Values converting ASCII to/from HTML : 20.4. Converting ASCII to HTML converting case : 1.9. Controlling Case copying and substituting : 6.1. Copying and Substituting Simultaneously default values for : 1.2. Establishing a Default Value duplicate words, finding : 6.16. Detecting Duplicate Words escaping characters : 1.13. Escaping Characters hash element indices : 5.0. Introduction HTML text substitutions : 20.14. Program: htmlsub

    interpolating functions/expression within : 1.10. Interpolating Functions and Expressions Within Strings matching letters : 6.2. Matching Letters matching words : 6.3. Matching Words numeric operators with : 13.14. Overloading Operators parsing datetime information in : 3.7. Parsing Dates and Times from Strings plurals based on numbers : 2.18. Printing Correct Plurals processing characters individually : 1.5. Processing a String One Character at a Time psgrep program (example) : 1.18. Program: psgrep reading from binary files : 8.14. Reading a String from a Binary File reformatting paragraphs : 1.12. Reformatting Paragraphs removing leading/trailing spaces : 1.14. Trimming Blanks from the Ends of a String removing/extracting HTML tags : 20.6. Extracting or Removing HTML Tags reversing elements of : 1.6. Reversing a String by Word or Character substituting specific words : 1.17. Program: fixstyle text color, changing : 15.5. Changing Text Color strings program (example) : 8.14. Reading a String from a Binary File stripping whitespace : 1.14. Trimming Blanks from the Ends of a String StrNum class (example) : 13.14. Overloading Operators struct( ) (Class::Struct) : 13.5. Using Classes as Structs struct_flock( ) (lockarea) : 7.22. Program: lockarea structs, classes as : 13.5. Using Classes as Structs sub keyword : 10.0. Introduction subclasses : 13.0. Introduction determining membership : 13.8. Determining Subclass Membership inheritance and : 13.12. Solving the Data Inheritance Problem subject, sorting mail by (example) : 10.17. Program: Sorting Your Mail submitting HTML forms : 20.2. Automating Form Submission subroutines : 10.0. Introduction access arguments of : 10.1. Accessing Subroutine Arguments built-in, overriding : 12.11. Overriding Built-In Functions currently running, name of : 10.4. Determining Current Function Name email sorter (example) : 10.17. Program: Sorting Your Mail

    exception handling : 10.12. Handling Exceptions localizing : 10.14. Redefining a Function nesting : 10.16. Nesting Subroutines passing by named parameter : 10.7. Passing by Named Parameter passing by reference : 10.5. Passing Arrays and Hashes by Reference private for modules : 12.4. Making Variables Private to a Module private variables : 10.2. Making Variables Private to a Function prototypes for functions : 10.11. Prototyping Functions return context, detecting : 10.6. Detecting Return Context return values returning by reference : 10.9. Returning More Than One Array or Hash returning failure : 10.10. Returning Failure skipping selected : 10.8. Skipping Selected Return Values saving global values : 10.13. Saving Global Values trapping undefined function calls : 10.15. Trapping Undefined Function Calls with AUTOLOAD substituting within strings : 6.1. Copying and Substituting Simultaneously substr( ) : 1.1. Accessing Substrings substrings : 1.1. Accessing Substrings SUPER class : 13.10. Accessing Overridden Methods superclasses : 13.0. Introduction accessing overridden methods : 13.10. Accessing Overridden Methods inheritance and : 13.12. Solving the Data Inheritance Problem surface copies : 11.12. Copying Data Structures surl script : 20.8. Finding Fresh Links switch statement 19.8. Redirecting to a Different Location 19.12. Writing a Multiscreen CGI Script Symbol::qualify( ) : 12.5. Determining the Caller's Package symbolic links : 9.0. Introduction duplicating directory trees : 9.11. Program: symirror to packages : 12.13. Referring to Packages Indirectly symirror program (example) : 9.11. Program: symirror symmetric differences of lists : 4.8. Computing Union, Intersection, or Difference of Unique Lists

    Sys::Hostname module : 17.8. Finding Your Own Name and Address Sys::Syslog module : 17.17. Program: backsniff syscall( ) : 3.9. High-Resolution Timers sysopen( ) : 7.1. Opening a File strange filenames with : 7.2. Opening Files with Unusual Filenames sysread( ) 8.0. Introduction 17.0. Introduction sysseek( ) : 8.0. Introduction system( ) 16.2. Running Another Program 19.6. Executing Commands Without Shell Escapes SysV IPC : 16.12. Sharing Variables in Different Processes syswrite( ) 8.0. Introduction 17.0. Introduction

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: T -t option : 15.2. Testing Whether a Program Is Running Interactively tabs : (see whitespace) tags, HTML : (see HTML) tailwtmp program : 8.18. Program: tailwtmp taint mode : 19.4. Writing a Safe CGI Program tan( ) : 2.12. Calculating More Trigonometric Functions tcapdemo program (example) : 15.18. Program: Small termcap program tcgrep program : 6.22. Program: tcgrep TCP protocol communicating over : 17.3. Communicating over TCP writing clients : 17.1. Writing a TCP Client writing servers : 17.2. Writing a TCP Server TCP_NODELAY socket option : 17.3. Communicating over TCP tctee program : 8.19. Program: tctee tear-off menus : 15.14. Creating Menus with Tk tell( ) : 8.0. Introduction telnet, simulating from programs : 18.6. Simulating Telnet from a Program template( ) : 20.9. Creating HTML Templates templates HTML : 20.9. Creating HTML Templates for modules : 12.18. Example: Module Template temporary files : 7.5. Creating Temporary Files modifying files with : 7.8. Modifying a File in Place with Temporary File modifying files without : 7.10. Modifying a File in Place Without a Temporary File Term::ANSIColor module : 15.5. Changing Text Color Term::Cap module 15.3. Clearing the Screen

    15.18. Program: Small termcap program Term::ReadKey module : 1.12. Reformatting Paragraphs checking for waiting input : 15.9. Checking for Waiting Input determining window size : 15.4. Determining Terminal or Window Size reading from keyboard : 15.6. Reading from the Keyboard reading passwords : 15.10. Reading Passwords Term::ReadLine module : 15.11. Editing Input Term::ReadLine::Gnu module : 15.11. Editing Input terminal : (see user interfaces) termios interface : 15.8. Using POSIX termios text : (see strings) text color : 15.5. Changing Text Color Text::ParseWords module : 1.15. Parsing Comma-Separated Data Text::Soundex module : 1.16. Soundex Matching Text::Tabs module : 1.7. Expanding and Compressing Tabs Text::Template module : 20.9. Creating HTML Templates Text::Wrap module : 1.12. Reformatting Paragraphs threads : 16.17. Writing a Signal Handler tie( ) 13.15. Creating Magic Variables with tie 14.1. Making and Using a DBM File Tie::IxHash module : 5.6. Retrieving from a Hash in Insertion Order Tie::RefHash module : 5.12. Hashing References TIESCALAR( ), TIEARRAY( ), TIEHASH( ), TIEHANDLE( ) : 13.15. Creating Magic Variables with tie tildes in filenames : 7.3. Expanding Tildes in Filenames time : (see date and time) time( ) : 3.0. Introduction time zones : (see date and time) Time::gmtime module 3.0. Introduction 3.3. Converting Epoch Seconds to DMYHMS Time::HiRes module : 3.9. High-Resolution Timers

    Time::Local module 3.0. Introduction 3.2. Converting DMYHMS to Epoch Seconds Time::localtime module : 3.0. Introduction Time::timelocal module : 3.3. Converting Epoch Seconds to DMYHMS Time::tm module : 3.0. Introduction timegm( ) 3.0. Introduction 3.2. Converting DMYHMS to Epoch Seconds timelocal( ) 3.0. Introduction 3.2. Converting DMYHMS to Epoch Seconds timers, high-resolution : 3.9. High-Resolution Timers timestamps : 9.1. Getting and Setting Timestamps timing out operations : 16.21. Timing Out an Operation Tk toolkit : 15.0. Introduction dialog boxes : 15.15. Creating Dialog Boxes with Tk menus : 15.14. Creating Menus with Tk removing DOS shell window : 15.17. Removing the DOS Shell Window with Windows Perl/Tk resize events : 15.16. Responding to Tk Resize Events tkshufflepod program : 15.19. Program: tkshufflepod tksample3 program (example) : 15.15. Creating Dialog Boxes with Tk tksample4 program (example) : 15.15. Creating Dialog Boxes with Tk tkshufflepod program (example) : 15.19. Program: tkshufflepod tmpfile( ) (POSIX module) : 7.5. Creating Temporary Files tmpnam( ) (POSIX module) : 7.5. Creating Temporary Files today's date : 3.1. Finding Today's Date tr/// operator ~ operator with : 1.1. Accessing Substrings converting case with : 1.9. Controlling Case trailing growing files : 8.5. Trailing a Growing File trailing whitespace, removing : 1.14. Trimming Blanks from the Ends of a String transparently persistent data structures : 11.14. Transparently Persistent Data Structures trapping undefined function calls : 10.15. Trapping Undefined Function Calls with AUTOLOAD

    traversing hashes : 5.4. Traversing a Hash tree structures : 11.15. Program: Binary Trees tree, directory : (see directories) trigonometry : 2.11. Doing Trigonometry in Degrees, not Radians truncate( ) : 8.0. Introduction truth (Boolean) : 1.0. Introduction tsc_permute program (example) : 4.19. Program: permute tty devices, testing for : 15.2. Testing Whether a Program Is Running Interactively typed referents : 11.0. Introduction typeglobs 1.18. Program: psgrep 7.16. Storing Filehandles in Variables 7.20. Copying Filehandles 10.13. Saving Global Values

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: U \U string escape : 1.9. Controlling Case \u string escape : 1.9. Controlling Case uc( ) : 1.9. Controlling Case ucfirst( ) : 1.9. Controlling Case UDP protocol writing clients : 17.4. Setting Up a UDP Client writing servers : 17.5. Setting Up a UDP Server udpmsg program (example) : 17.5. Setting Up a UDP Server udpqotd program (example) : 17.5. Setting Up a UDP Server umask values : 7.1. Opening a File uname( ) (POSIX) : 17.8. Finding Your Own Name and Address unbuffered input/output 7.0. Introduction 7.12. Flushing Output 8.0. Introduction 15.6. Reading from the Keyboard uncontrol subroutine : 15.8. Using POSIX termios undef( ) : 11.0. Introduction undefined (undef) value : 1.0. Introduction Unicode : 1.0. Introduction unimport( ) 1.18. Program: psgrep 13.15. Creating Magic Variables with tie unions of lists : 4.7. Finding Elements in One Array but Not Another unique list elements, extracting : 4.6. Extracting Unique Elements from a List UNIVERSAL package : 13.8. Determining Subclass Membership Unix domain sockets

    17.0. Introduction 17.6. Using UNIX Domain Sockets UnixDate( ) : 3.7. Parsing Dates and Times from Strings unlink( ) 9.2. Deleting a File 9.8. Removing a Directory and Its Contents unpack( ) 1.1. Accessing Substrings 1.4. Converting Between ASCII Characters and Values 8.15. Reading Fixed-Length Records converting binary and decimal numbers : 2.4. Converting Between Binary and Decimal unshift( ) circular lists : 4.16. Implementing a Circular List Tie::IxHash module and : 5.6. Retrieving from a Hash in Insertion Order untie( ) : 14.1. Making and Using a DBM File uppercase, converting to lowercase : 1.9. Controlling Case URI::Heuristic : 20.7. Finding Stale Links urlify program : 6.21. Program: urlify URLs (Uniform Resource Locators) : 19.0. Introduction extracting from HTML : 20.3. Extracting URLs fetching from Perl scripts : 20.1. Fetching a URL from a Perl Script putting HTML links around : 6.21. Program: urlify redirecting CGI requests : 19.8. Redirecting to a Different Location use pragmas : 12.0. Introduction trapping errors in : 12.2. Trapping Errors in require or use use autouse pragma : 12.3. Delaying use Until Run Time use lib pragma : 12.7. Keeping Your Own Module Directory use locale pragma 1.9. Controlling Case 6.0. Introduction 6.12. Honoring Locale Settings in Regular Expressions use overload pragma : 13.14. Overloading Operators Usenet news : 18.4. Reading and Posting Usenet News Messages

    user input : (see input) user interfaces : 15.0. Introduction checking for waiting input : 15.9. Checking for Waiting Input clearing the screen : 15.3. Clearing the Screen controlling programs with Expect : 15.13. Controlling Another Program with Expect determining window size : 15.4. Determining Terminal or Window Size dialog boxes with Tk : 15.15. Creating Dialog Boxes with Tk editing input : 15.11. Editing Input full-screen mode : 15.0. Introduction managing screen : 15.12. Managing the Screen manipulating terminal directly : 15.8. Using POSIX termios menus with Tk : 15.14. Creating Menus with Tk multiscreen CGI scripts : 19.12. Writing a Multiscreen CGI Script parsing command-line options : 15.1. Parsing Program Arguments reading from keyboard : 15.6. Reading from the Keyboard reading passwords without echo : 15.10. Reading Passwords removing DOS shell window : 15.17. Removing the DOS Shell Window with Windows Perl/Tk ringing terminal bell : 15.7. Ringing the Terminal Bell tcapdemo program : 15.18. Program: Small termcap program testing programs if running interactively : 15.2. Testing Whether a Program Is Running Interactively text color : 15.5. Changing Text Color Tk resize events : 15.16. Responding to Tk Resize Events userstats program (example) : 14.1. Making and Using a DBM File utime( ) : 9.1. Getting and Setting Timestamps uvi program (example) : 9.1. Getting and Setting Timestamps

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: V values (see also numbers; strings; variables) 1.2. Establishing a Default Value comma-separated (CSV) initializing arrays with : 4.1. Specifying a List In Your Program parsing : 1.15. Parsing Comma-Separated Data converting with ASCII characters : 1.4. Converting Between ASCII Characters and Values definedness 1.0. Introduction 1.2. Establishing a Default Value exchanging between scalar variables : 1.3. Exchanging Values Without Using Temporary Variables values( ), Tie::IxHash module and : 5.6. Retrieving from a Hash in Insertion Order variable-length text fields : 8.9. Processing Variable-Length Text Fields variables expanding in user input : 1.8. Expanding Variables in User Input filehandles as 7.0. Introduction 7.16. Storing Filehandles in Variables loop (iterator) variables : 4.4. Doing Something with Every Element in a List magic : 13.15. Creating Magic Variables with tie private for modules : 12.4. Making Variables Private to a Module private, for subroutines : 10.2. Making Variables Private to a Function scalars : (see scalars) sharing among different processes : 16.12. Sharing Variables in Different Processes strings : (see strings) vbsh program (example) : 15.11. Editing Input

    $VERSION variable (use pragma) : 12.1. Defining a Module's Interface VERSION( ) (UNIVERSAL) : 13.8. Determining Subclass Membership visual bell : 15.7. Ringing the Terminal Bell vrfy program (example) : 18.9. Program: expn and vrfy

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: W wait( ) : 16.19. Avoiding Zombie Processes waitpid( ) : 16.19. Avoiding Zombie Processes wantarray( ) : 10.6. Detecting Return Context __WARN__ signal : 16.15. Installing a Signal Handler warn( ), dialog box for : 15.15. Creating Dialog Boxes with Tk warnings (see also errors) 12.12. Reporting Errors and Warnings Like Built-Ins reporting like built-ins : 12.12. Reporting Errors and Warnings Like Built-Ins wc program : 8.2. Counting Lines (or Paragraphs or Records) in a File web, references on : 19.0. Introduction web architecture : 19.0. Introduction web automation : 20.0. Introduction converting ASCII to/from HTML : 20.4. Converting ASCII to HTML extracting URLs from HTML : 20.3. Extracting URLs fetching URLs : 20.1. Fetching a URL from a Perl Script finding stale/fresh links : 20.7. Finding Stale Links HTML templates : 20.9. Creating HTML Templates HTML text substitutions : 20.14. Program: htmlsub mirroring web pages : 20.10. Mirroring Web Pages parsing web server log files : 20.12. Parsing a Web Server Log File processing server logs : 20.13. Processing Server Logs removing/extracting HTML tags : 20.6. Extracting or Removing HTML Tags robots : 20.11. Creating a Robot submitting HTML forms : 20.2. Automating Form Submission web server logs : 19.0. Introduction

    parsing : 20.12. Parsing a Web Server Log File processing : 20.13. Processing Server Logs week_number( ) : 3.6. Day in a Week/Month/Year or Week Number weekearly program (example) : 8.13. Updating a Random-Access File weeks : (see date and time) weighted_rand( ) (example) : 2.10. Generating Biased Random Numbers whitespace deleting leading/trailing : 1.14. Trimming Blanks from the Ends of a String extracting ranges of lines : 6.8. Extracting a Range of Lines indenting here documents : 1.11. Indenting Here Documents matching across multiple lines : 6.6. Matching Multiple Lines matching words : 6.3. Matching Words in pod documentation : 12.16. Documenting Your Module with Pod sorted text in columns and : 4.18. Program: words sorting du command output : 5.16. Program: dutree tabs, expanding/compressing : 1.7. Expanding and Compressing Tabs who.cgi script (example) : 19.11. Creating Sticky Widgets whoami( ) : 10.4. Determining Current Function Name whois service : 18.8. Using Whois to Retrieve Information from the InterNIC whowasi( ) : 10.4. Determining Current Function Name wildcards (shell) for regexp matching : 6.9. Matching Shell Globs as Regular Expressions Win32::Process module : 15.17. Removing the DOS Shell Window with Windows Perl/Tk window size, determining 12.14. Using h2ph to Translate C #include Files 15.4. Determining Terminal or Window Size windows dialog boxes (Tk) : 15.15. Creating Dialog Boxes with Tk DOS shell, removing : 15.17. Removing the DOS Shell Window with Windows Perl/Tk menu bars in (Tk) : 15.14. Creating Menus with Tk winsz program (example) : 12.14. Using h2ph to Translate C #include Files words duplicate, finding : 6.16. Detecting Duplicate Words fuzzy matching : 6.13. Approximate Matching matching abbreviations : 6.20. Matching Abbreviations

    pattern matching : 6.3. Matching Words pluralizing, based on numbers : 2.18. Printing Correct Plurals processing all in file : 8.3. Processing Every Word in a File reversing : 1.6. Reversing a String by Word or Character sorting into columns : 4.18. Program: words substitutions for specific : 1.17. Program: fixstyle text color, changing : 15.5. Changing Text Color wrapping paragraph text : 1.12. Reformatting Paragraphs words program (example) : 4.18. Program: words wrapdemo program (example) : 1.12. Reformatting Paragraphs wrapping paragraph text : 1.12. Reformatting Paragraphs write( ) : 16.4. Reading or Writing to Another Program writing files : (see file access; file contents) wtmp file, adding records to : 8.18. Program: tailwtmp

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: X x command (Perl debugger) : 11.11. Printing Data Structures x operator : 2.14. Multiplying Matrices -X operators : 9.0. Introduction /x substitution modifier : 1.8. Expanding Variables in User Input comments in regular expressions : 6.4. Commenting Regular Expressions XS interface 12.8. Preparing a Module for Distribution 12.15. Using h2xs to Make a Module with C Code

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: Y Year 2000 problem : 3.0. Introduction years : (see date and time)

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Index: Z zombies 16.0. Introduction 16.19. Avoiding Zombie Processes

    Search | Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved. [ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]