Mastering Algorithms with Perl
ISBN: 9781565923980 / Angielski / Miękka / 706 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Many programmers would love to use Perl for projects that involve heavy lifting, but miss the many traditional algorithms that textbooks teach for other languages. Computer scientists have identified many techniques that a wide range of programs need, such as:
Many programmers would love to use Perl for projects that involve heavy lifting, but miss the many traditional algorithms that textbooks teach for ... |
|
cena:
174,68 zł |
CGI Programming with Perl
ISBN: 9781565924192 / Angielski / Miękka / 472 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Programming on the Web today can involve any of several technologies, but the Common Gateway Interface (CGI) has held its ground as the most mature method--and one of the most powerful ones--of providing dynamic web content. CGI is a generic interface for calling external programs to crunch numbers, query databases, generate customized graphics, or perform any other server-side task. There was a time when CGI was the only game in town for server-side programming; today, although we have ASP, PHP, Java servlets, and ColdFusion (among others), CGI continues to be the most ubiquitous... Programming on the Web today can involve any of several technologies, but the Common Gateway Interface (CGI) has held its ground as the most mature... |
|
cena:
174,68 zł |
Perl/TK Pocket Reference: Graphical User Interfaces
ISBN: 9781565925175 / Angielski / Miękka / 103 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. The Perl/Tk Pocket Reference is a companion volume to Learning Perl/Tk, an O'Reilly Animal Guide. Learning Perl/Tk is a tutorial for Perl/Tk, the extension to Perl for creating graphical user interfaces. With Tk, Perl programs can be window-based rather than command-line based, with buttons, entry fields, listboxes, menus, scrollbars, balloons, tables, dialogs, and more. And Perl/Tk programs run on UNIX and Windows-based computers.This small book is a handy reference guide geared toward the advanced Perl/Tk programmer. Novice Perl/Tk programmers will find that its... The Perl/Tk Pocket Reference is a companion volume to Learning Perl/Tk, an O'Reilly Animal Guide. Learning Perl/Tk is a tutori... |
|
cena:
43,46 zł |
Writing Apache Modules with Perl and C: The Apache API and mod_perl
ISBN: 9781565925670 / Angielski / Miękka / 750 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Apache is the most popular web server on the Internet because it is free, reliable, and extensible. The availability of the source code and the modular design of Apache makes it possible to extend web server functionality through the Apache API.For the most part, however, the Apache API has only been available to C programmers, and requires rebuilding the Apache server from source. mod_perl, the popular Apache module used primarily for enhanced CGI performance, changed all that by making the Apache API available to Perl programmers. With mod_perl, it becomes simple to develop Apache... Apache is the most popular web server on the Internet because it is free, reliable, and extensible. The availability of the source code and the mod... |
|
cena:
198,78 zł |
Programming the Perl DBI: Database Programming with Perl
ISBN: 9781565926998 / Angielski / Miękka / 366 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. One of the greatest strengths of the Perl programming language is its ability to manipulate large amounts of data. Database programming is therefore a natural fit for Perl, not only for business applications but also for CGI-based web and intranet applications.The primary interface for database programming in Perl is DBI. DBI is a database-independent package that provides a consistent set of routines regardless of what database product you use--Oracle, Sybase, Ingres, Informix, you name it. The design of DBI is to separate the actual database drivers (DBDs) from the programmer's API, so... One of the greatest strengths of the Perl programming language is its ability to manipulate large amounts of data. Database programming is therefor... |
|
cena:
174,68 zł |
Mastering Perl/TK: Graphical User Interfaces in Perl
ISBN: 9781565927162 / Angielski / Miękka / 770 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Perl/Tk is the marriage of the Tk graphical toolkit with Perl, the powerful programming language used primarily for system administration, web programming, and database manipulation. With Perl/Tk, you can build Perl programs with an attractive, intuitive GUI interface with all the power of Perl behind it.Mastering Perl/Tk is the "bible" of Perl/Tk: It's not only a great book for getting started, but the best reference for learning the techniques of experienced Perl/Tk programmers. The first half of the book contains the basics on how to use Perl/Tk, and then branches out into advanced... Perl/Tk is the marriage of the Tk graphical toolkit with Perl, the powerful programming language used primarily for system administration, web prog... |
|
cena:
220,87 zł |
On Perl: Perl for Students and Professionals
ISBN: 9781581125504 / Angielski / Miękka / 660 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. The book has an introductory chapter that gets the reader started quickly with programming in Perl. The initial part of the book discusses Perl expressions, statements, control flow, built-in data types such as arrays and hashes, and complex data structures built using references.
On Perl has several chapters covering specialized topics. The chapter on socket-based network programming deals with forking and using fork to write complex interactive client-server programs. There is a chapter with in-depth discussion of CGI programming including error-handling and security issues that arise.... The book has an introductory chapter that gets the reader started quickly with programming in Perl. The initial part of the book discusses Perl expres...
|
|
cena:
290,18 zł |
Writing Perl Modules for Cpan
ISBN: 9781590590188 / Angielski / Miękka / 316 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. As lARRYWALL, creator ofPerl, puts it, "Perl makes easyjobseasy and hard jobs possible." This is a large part of what makes Perl such a great language-most jobs really are easy in Perl. Butthat stillleaves the hard ones--database access, GUI development, Web clients, and so on. While they are undeniably possible in pure Perl, they arealso certainly not easy. Until you discover CPAN, that is. After that, all these jobs and more become a simple matter of choosing the right module. CPAN makes hard jobs easy. The first chapter of this book will show you how to get the mostout of CPAN. Although...
As lARRYWALL, creator ofPerl, puts it, "Perl makes easyjobseasy and hard jobs possible." This is a large part of what makes Perl such a great language...
|
|
cena:
117,23 zł |
Randal Schwartz's Perls of Wisdom
ISBN: 9781590593233 / Angielski / Miękka / 366 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Randal Schwartz's Perls of Wisdom is a collection of more than 70 columns from popular and prolific Perl columnist Randal Schwartz. These insightful pieces cover everything from Perl basics to how to decompose XML using an HTML parser. Schwartzs unique writing style and (sometimes) truly twisted use of Perl makes for exciting reading for those who want to enhance their Perl skills.
Randal Schwartz's Perls of Wisdom is a collection of more than 70 columns from popular and prolific Perl columnist Randal Schwartz
|
|
cena:
117,23 zł |
Perl 6 Now: The Core Ideas Illustrated with Perl 5
ISBN: 9781590593950 / Angielski / Miękka / 428 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Perl 6 Now: The Core Ideas Illustrated with Perl 5 is perfect for those eager to see where Perl is headed, Perl 5 programmers who want to know that their favorite tricks will still work in some form, and programmers wishing to open their minds to advanced programming topics. Perl 6 generalizes the language, making it more extensible, eliminating longstanding pitfalls, and adding new concepts. Thanks to some clever people and impressive efforts, many of these new features work in Perl 5, so you can start using them now in production-level code. The book teaches the... Perl 6 Now: The Core Ideas Illustrated with Perl 5 is perfect for those eager to see where Perl is headed, Perl 5 programmers who want to ... |
|
cena:
132,87 zł |
Pro Perl
ISBN: 9781590594384 / Angielski / Miękka / 1037 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Over the years, Perl has grown from an elegant scripting tool into a mature and full-featured language for application development, boasting object-oriented programming, a flexible threading model, built-in support for Unicode, and a thriving community. Available on almost every platform, and offering a comprehensive library of modules, there is no task too big or small for Perl to tackle. Pro Perl helps you master the key features and complexities of this powerful language. Aimed at intermediate and advanced developers alike, the material assumes some general knowledge of... Over the years, Perl has grown from an elegant scripting tool into a mature and full-featured language for application development, boasting object... |
|
cena:
214,97 zł |
Pro Perl Debugging
ISBN: 9781590594544 / Angielski / Twarda / 269 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Combining the best features of C, UNIX utilities, and regular expressions, Perl has grown as one of the most powerful and popular scripting languages. The valuable Perl is often used for system administration, text processing and Web programming. It is even being used for more exotic areas, like bioinformatics. Perl is supported by all of the most prominent operating systems, including Windows, Unix, OS/2, Amiga, and others. Pro Perl Debugging steps in to help resolve the dilemma of application testing and debugging--one of the biggest time commitments in a programmers daily... Combining the best features of C, UNIX utilities, and regular expressions, Perl has grown as one of the most powerful and popular scripting languag... |
|
cena:
183,34 zł |
Pro Perl Parsing
ISBN: 9781590595046 / Angielski / Twarda / 252 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Perl, one of the world's most diffuse programming languages, was born out of the need to resolve the creator's dissatisfaction with what were at the time standard data-parsing solutions. Indeed, since the 1.0 release in 1987, Perl has been heralded for its powerful parsing capabilities features that are further enhanced through the thousands of Perl extensions made available through CPAN (the Comprehensive Perl Archive Network). Pro Perl Parsing begins with several chapters devoted to key parsing principles, discussing topics pertinent to regular expressions, parsing grammars,... Perl, one of the world's most diffuse programming languages, was born out of the need to resolve the creator's dissatisfaction with what were at th... |
|
cena:
214,97 zł |
Beginning Perl Web Development: From Novice to Professional
ISBN: 9781590595312 / Angielski / Miękka / 376 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Beginning Perl Web Development: From Novice to Professional introduces you to the world of Perl Internet application development. This book tackles all areas crucial to developing your first web applications and includes a powerful combination of real-world examples coupled with advice. Topics range from serving and consuming RSS feeds, to monitoring Internet servers, to interfacing with e-mail. You'll learn how to use Perl with ancillary packages like Mason and Nagios. Though not version-specific, this book is an ideal read if you have had some grounding in Perl basics and... Beginning Perl Web Development: From Novice to Professional introduces you to the world of Perl Internet application development. This book ... |
|
cena:
132,87 zł |
Automating System Administration with Perl
ISBN: 9780596006396 / Angielski / Miękka / 670 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. If you do systems administration work of any kind, you have to deal with the growing complexity of your environment and increasing demands on your time. Automating System Administration with Perl, Second Edition, not only offers you the right tools for your job, but also suggests the best way to approach specific problems and to securely automate recurring tasks. Updated and expanded to cover the latest operating systems, technologies, and Perl modules, this edition of the "Otter Book" will help you:
If you do systems administration work of any kind, you have to deal with the growing complexity of your environment and increasing demands on your ... |
|
cena:
174,68 zł |
Beginning Perl
ISBN: 9781430227939 / Angielski / Miękka / 464 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Perl was originally written by Larry Wall while he was working at NASA's Jet Propulsion Labs. Larry is an Internet legend, known not just for Perl, but as the author of the UNIX utilities rn, one of the original Usenet newsreaders, and patch, a tremendously useful tool that takes a list of differences between two files and allows you to turn one into the other. The term patch used for this activity is now widespread. Perl started life as a "glue" language for Larry and his officemates, allowing one to "stick" different tools together by converting between their various data formats. It pulled...
Perl was originally written by Larry Wall while he was working at NASA's Jet Propulsion Labs. Larry is an Internet legend, known not just for Perl, bu...
|
|
cena:
175,88 zł |
Mastering Perl: Creating Professional Programs with Perl
ISBN: 9781449393113 / Angielski / Miękka / 400 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Take the next step toward Perl mastery with advanced concepts that make coding easier, maintenance simpler, and execution faster. Mastering Perl isn't a collection of clever tricks, but a way of thinking about Perl programming for solving debugging, configuration, and many other real-world problems you ll encounter as a working programmer. The third in O Reilly s series of landmark Perl tutorials (after Learning Perl and Intermediate Perl), this fully upated edition pulls everything together and helps you bend Perl to your will.
Take the next step toward Perl mastery with advanced concepts that make coding easier, maintenance simpler, and execution faster. Mastering Perl... |
|
cena:
198,78 zł |
Mastering Perl for Bioinformatics: Perl Programming for Bioinformatics
ISBN: 9780596003074 / Angielski / Miękka / 400 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Historically, programming hasn't been considered a critical skill for biologists. But now, with access to vast amounts of biological data contained in public databases, programming skills are increasingly in strong demand in biology research and development. Perl, with its highly developed capacities in string handling, text processing, networking, and rapid prototyping, has emerged as the programming language of choice for biological data analysis.Mastering Perl for Bioinformatics covers the core Perl language and many of its module extensions, presenting them in the context of... Historically, programming hasn't been considered a critical skill for biologists. But now, with access to vast amounts of biological data contained... |
|
cena:
218,36 zł |
Programming Perl
ISBN: 9780596004927 / Angielski / Miękka / 1176 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Adopted as the undisputed Perl bible soon after the first edition appeared in 1991, Programming Perl is still the go-to guide for this highly practical language. Perl began life as a super-fueled text processing utility, but quickly evolved into a general purpose programming language that's helped hundreds of thousands of programmers, system administrators, and enthusiasts, like you, get your job done. In this much-anticipated update to "the Camel," three renowned Perl authors cover the language up to its current version, Perl 5.14, with a preview of features in the upcoming... Adopted as the undisputed Perl bible soon after the first edition appeared in 1991, Programming Perl is still the go-to guide for this highl... |
|
cena:
262,04 zł |
Perl Pocket Reference: Programming Tools
ISBN: 9781449303709 / Angielski / Miękka / 104 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. If you have a Perl programming question, you'll find the answer quickly in this handy, easy-to-use quick reference. The Perl Pocket Reference condenses and organizes stacks of documentation down to the most essential facts, so you can find what you need in a heartbeat. Updated for Perl 5.14, the 5th edition provides a summary of Perl syntax rules and a complete list of operators, built-in functions, and other features. It's the perfect companion to O'Reilly's authoritative and in-depth Perl programming books, including Learning Perl, Programming Perl, and the... If you have a Perl programming question, you'll find the answer quickly in this handy, easy-to-use quick reference. The Perl Pocket Reference |
|
cena:
56,74 zł |