Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Writing Perl Modules for CPAN, Sam Tregar


Варианты приобретения
Цена: 4191.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Sam Tregar
Название:  Writing Perl Modules for CPAN
ISBN: 9781590590188
Издательство: Springer
Классификация:


ISBN-10: 159059018X
Обложка/Формат: Paperback
Страницы: 300
Вес: 0.63 кг.
Дата издания: 14.08.2002
Язык: English
Размер: 235 x 189 x 19
Основная тема: Computer Science
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: The author Sam Tregar tells programmers how best to use and contribute modules to the Open Source repository known as CPAN (Comprehensive Perl Archive Network).


Learning Perl: Making Easy Things Easy and Hard Things Possible

Автор: Foy Brian D., Phoenix Tom, Schwartz Randal L.
Название: Learning Perl: Making Easy Things Easy and Hard Things Possible
ISBN: 1491954329 ISBN-13(EAN): 9781491954324
Издательство: Wiley
Рейтинг:
Цена: 5067.00 р.
Наличие на складе: Поставка под заказ.

Описание: Popularly known as "the Llama," Learning Perl is the book most programmers rely on to get started with this versatile language. The bestselling Perl tutorial since it was first published in 1993, this sixth edition includes recent changes to the language up to Perl 5.24.

Common LISP Modules

Автор: Mark Watson
Название: Common LISP Modules
ISBN: 0387976140 ISBN-13(EAN): 9780387976143
Издательство: Springer
Рейтинг:
Цена: 12157.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: I developed the example programs on a Macintosh (TM) using the Macintosh Common LISP (TM) development system capturing screen images while the example programs were executing.

Pro Spring Dynamic Modules for OSGi  Service Platforms

Автор: Daniel Rubio
Название: Pro Spring Dynamic Modules for OSGi Service Platforms
ISBN: 1430216123 ISBN-13(EAN): 9781430216124
Издательство: Springer
Рейтинг:
Цена: 5589.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Enterprises are trusting Spring more and more, and this book leverages OSGi in a way that can "complete" the use of Spring in the enterprise, as OSGi is already being trusted and adopted by IBM, BEA, and others.

Beginning Perl Web Development

Автор: Steve Suehring
Название: Beginning Perl Web Development
ISBN: 1590595319 ISBN-13(EAN): 9781590595312
Издательство: Springer
Рейтинг:
Цена: 4750.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

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 now want to move into the world of web application development. Author Steve Suehring emphasizes the security implications of Perl, drawing on years of experience teaching readers how to think safe, avoid common pitfalls, and produce well-planned, secure code.

Perl 6 Now

Автор: Scott Walters
Название: Perl 6 Now
ISBN: 1590593952 ISBN-13(EAN): 9781590593950
Издательство: Springer
Рейтинг:
Цена: 4750.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This guide to Perl 6 language features is also an advanced teaching guide for Perl 5. Examples are provided for both Perl 5 when using modules to back port Perl 6 features, and Perl 6 native examples. This book`s pragmatic approach shows readers how to bootstrap new features onto the code that is written day-to-day.

Parsing with Perl 6 Regexes and Grammars

Автор: Moritz Lenz
Название: Parsing with Perl 6 Regexes and Grammars
ISBN: 1484232275 ISBN-13(EAN): 9781484232279
Издательство: Springer
Рейтинг:
Цена: 3492.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Write good regexes and parsers with the Perl 6 programming language. You'll see how regexes are used for searching, parsing, and validation: in particular the grammar extension makes them uniquely suitable for parsing, the main focus of this book. Written by Perl 6 expert Moritz Lenz, a core contributor of Rakudo, Parsing with Perl 6 Regexes and Grammars starts from the very basics of regular expressions, and then explores how they integrate with regular Perl 6 code. Then follows a deeper exploration of how regexes work under the hood and a discussion of common techniques for constructing regexes and exploring the data under scrutiny. Later material goes beyond relatively simple formats to reusable named regexes and grammars, which permit code reuse in grammars, and shows how to write parsers for more involved data formats. Error reporting and case studies wrap up the topic.
While regexes allow you to search for patterns in text and validate input, Perl 6 regexes advance that concept: you'll see how they are easier to read, yet much more powerful, than the traditional "Perl-compatible regular expression." With improved reusability and backtracking control, you will be able to write complete parsers with the help of this book.
What You'll Learn

  • Discover the building blocks of Perl 6 regexes
  • Handle regex mechanics and master useful regex techniques
  • Extract data and work with patterns among these use cases
  • Reuse named regexes and other grammars as components or templates
  • Write full parsers, including advanced error reporting and data extraction
  • Learn how to parse nested scopes and indention-based formats

Who This Book Is ForThose with at least some prior experience with Perl programming, but who may be new to Perl 6 as well as searching and parsing.
Analyzing Computer System Performance with Perl::PDQ

Автор: Neil J. Gunther
Название: Analyzing Computer System Performance with Perl::PDQ
ISBN: 3642437133 ISBN-13(EAN): 9783642437137
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This expanded second edition of Analyzing Computer System Performance with Perl::PDQ, builds on the success of the first edition. It contains new chapters on queues, tools and virtualization, and new Perl listing format to aid readability of PDQ models.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия