Author: David Till
Publisher: Sams
ISBN:
Category : Computers
Languages : en
Pages : 924
Book Description
Other Perl books assume C programming experience and a great deal of programming knowledge and sophistication. This tutorial starts with basic concepts and builds upon them. Each chapter contains a Q&A section, summary, quiz, and a series of exercises which allow readers to practice using the language features they have just learned.
Teach Yourself Perl 5 in 21 Days
Author: David Till
Publisher: Sams
ISBN:
Category : Computers
Languages : en
Pages : 924
Book Description
Other Perl books assume C programming experience and a great deal of programming knowledge and sophistication. This tutorial starts with basic concepts and builds upon them. Each chapter contains a Q&A section, summary, quiz, and a series of exercises which allow readers to practice using the language features they have just learned.
Publisher: Sams
ISBN:
Category : Computers
Languages : en
Pages : 924
Book Description
Other Perl books assume C programming experience and a great deal of programming knowledge and sophistication. This tutorial starts with basic concepts and builds upon them. Each chapter contains a Q&A section, summary, quiz, and a series of exercises which allow readers to practice using the language features they have just learned.
Sams Teach Yourself Perl in 21 Days
Author: Laura Lemay
Publisher: Sams Publishing
ISBN: 9780672320354
Category : Computers
Languages : en
Pages : 702
Book Description
'Sams Teach Yourself Perl in 21 Days' covers the basics in the first few chapters, and then moves on to practical uses of Perl and in-depth discussions of more advanced topics. Perl is a popular programming language typically used in Unix systems.
Publisher: Sams Publishing
ISBN: 9780672320354
Category : Computers
Languages : en
Pages : 702
Book Description
'Sams Teach Yourself Perl in 21 Days' covers the basics in the first few chapters, and then moves on to practical uses of Perl and in-depth discussions of more advanced topics. Perl is a popular programming language typically used in Unix systems.
Sams Teach Yourself MySQL in 21 Days
Author: Anthony Butcher
Publisher: Sams Publishing
ISBN: 9780672323928
Category : Computers
Languages : en
Pages : 638
Book Description
This guide teaches readers how to design and implement their an open source database. Topics include designing and creating a database; normalizing data; adding tables, columns and indexes; importing and exporting data; administering, optimizing and troubleshooting My SQL; and locks and keys.
Publisher: Sams Publishing
ISBN: 9780672323928
Category : Computers
Languages : en
Pages : 638
Book Description
This guide teaches readers how to design and implement their an open source database. Topics include designing and creating a database; normalizing data; adding tables, columns and indexes; importing and exporting data; administering, optimizing and troubleshooting My SQL; and locks and keys.
Sams Teach Yourself Ruby in 21 Days
Author: Mark Slagell
Publisher: Sams Publishing
ISBN: 9780672322525
Category : Computers
Languages : en
Pages : 570
Book Description
Ruby is a high-level, fully object-oriented programming (OOP) language. It is very powerful and relatively easy to learn, read, and maintain. Sams Teach Yourself Ruby in 21 Days provides the best introduction to this language and addresses one of the key constraints it faces: "The paucity of quality English-language documentation is one of the few things holding Ruby back from widespread adoption," according to Dr. Curtis Clifton of Iowa State University¿s Department of Graduate Computer Science.
Publisher: Sams Publishing
ISBN: 9780672322525
Category : Computers
Languages : en
Pages : 570
Book Description
Ruby is a high-level, fully object-oriented programming (OOP) language. It is very powerful and relatively easy to learn, read, and maintain. Sams Teach Yourself Ruby in 21 Days provides the best introduction to this language and addresses one of the key constraints it faces: "The paucity of quality English-language documentation is one of the few things holding Ruby back from widespread adoption," according to Dr. Curtis Clifton of Iowa State University¿s Department of Graduate Computer Science.
Learning Perl
Author: Randal Schwartz
Publisher: "O'Reilly Media, Inc."
ISBN: 1449303587
Category : Computers
Languages : en
Pages : 389
Book Description
The sixth edition of this bestselling Perl tutorial includes recent changes to the language. Years of classroom testing and experience helped shape the book's pace and scope, and this edition is packed with exercises that let readers practice the concepts while they follow the text.
Publisher: "O'Reilly Media, Inc."
ISBN: 1449303587
Category : Computers
Languages : en
Pages : 389
Book Description
The sixth edition of this bestselling Perl tutorial includes recent changes to the language. Years of classroom testing and experience helped shape the book's pace and scope, and this edition is packed with exercises that let readers practice the concepts while they follow the text.
Sams Teach Yourself Active Server Pages 3.0 in 21 Days
Author: Scott Mitchell
Publisher: Pearson Educación
ISBN: 9789684445277
Category : Computers
Languages : es
Pages : 812
Book Description
A guide to ASP and IIS fundamentals covers dynamic content, interactivity, writing files on the Web server, personalizing content, reading databases, and debugging scripts.
Publisher: Pearson Educación
ISBN: 9789684445277
Category : Computers
Languages : es
Pages : 812
Book Description
A guide to ASP and IIS fundamentals covers dynamic content, interactivity, writing files on the Web server, personalizing content, reading databases, and debugging scripts.
Perl Programming for Biologists
Author: D. Curtis Jamison
Publisher: John Wiley & Sons
ISBN: 9780471430599
Category : Medical
Languages : en
Pages : 206
Book Description
Working on the assumption that the reader has no formal training in programming, Perl Programming for Biologists demonstrates how Perl is used to solve biological problems. Each chapter opens with a set of learning objectives, provides numerous review questions and self-study exercises, and concludes with a bulleted summary of key points. The author incorporates numerous real-life examples throughout the text. Upon completing the book, readers are able to quickly perform such tasks as correcting recurring errors in spreadsheets, scanning a Fasta sequence for every occurrence of an EcoRI site, adapting other writers' scripts to one's own purposes, and most important, writing reusable and maintainable scripts that spare the rote repetition of code.
Publisher: John Wiley & Sons
ISBN: 9780471430599
Category : Medical
Languages : en
Pages : 206
Book Description
Working on the assumption that the reader has no formal training in programming, Perl Programming for Biologists demonstrates how Perl is used to solve biological problems. Each chapter opens with a set of learning objectives, provides numerous review questions and self-study exercises, and concludes with a bulleted summary of key points. The author incorporates numerous real-life examples throughout the text. Upon completing the book, readers are able to quickly perform such tasks as correcting recurring errors in spreadsheets, scanning a Fasta sequence for every occurrence of an EcoRI site, adapting other writers' scripts to one's own purposes, and most important, writing reusable and maintainable scripts that spare the rote repetition of code.
Learning Perl Objects, References, and Modules
Author: Randal L. Schwartz
Publisher: "O'Reilly Media, Inc."
ISBN: 1449365701
Category : Computers
Languages : en
Pages : 225
Book Description
Perl is a versatile, powerful programming language used in a variety of disciplines, ranging from system administration to web programming to database manipulation. One slogan of Perl is that it makes easy things easy and hard things possible. This book is about making the leap from the easy things to the hard ones.Learning Perl Objects, References & Modules offers a gentle but thorough introduction to advanced programming in Perl. Written by the authors of the best-selling Learning Perl, this book picks up where that book left off. Topics include: Packages and namespaces References and scoping Manipulating complex data structures Object-oriented programming Writing and using modules Contributing to CPAN Following the successful format of Learning Perl, each chapter in the book is designed to be small enough to be read in just an hour or two, ending with a series of exercises to help you practice what you've learned. To use the book, you just need to be familiar with the material in Learning Perl and have ambition to go further.Perl is a different language to different people. It is a quick scripting tool for some, and a fully-featured object-oriented language for others. It is used for everything from performing quick global replacements on text files, to crunching huge, complex sets of scientific data that take weeks to process. Perl is what you make of it. But regardless of what you use Perl for, this book helps you do it more effectively, efficiently, and elegantly.Learning Perl Objects, References & Modules is about learning to use Perl as a programming language, and not just a scripting language. This is the book that separates the Perl dabbler from the Perl programmer.
Publisher: "O'Reilly Media, Inc."
ISBN: 1449365701
Category : Computers
Languages : en
Pages : 225
Book Description
Perl is a versatile, powerful programming language used in a variety of disciplines, ranging from system administration to web programming to database manipulation. One slogan of Perl is that it makes easy things easy and hard things possible. This book is about making the leap from the easy things to the hard ones.Learning Perl Objects, References & Modules offers a gentle but thorough introduction to advanced programming in Perl. Written by the authors of the best-selling Learning Perl, this book picks up where that book left off. Topics include: Packages and namespaces References and scoping Manipulating complex data structures Object-oriented programming Writing and using modules Contributing to CPAN Following the successful format of Learning Perl, each chapter in the book is designed to be small enough to be read in just an hour or two, ending with a series of exercises to help you practice what you've learned. To use the book, you just need to be familiar with the material in Learning Perl and have ambition to go further.Perl is a different language to different people. It is a quick scripting tool for some, and a fully-featured object-oriented language for others. It is used for everything from performing quick global replacements on text files, to crunching huge, complex sets of scientific data that take weeks to process. Perl is what you make of it. But regardless of what you use Perl for, this book helps you do it more effectively, efficiently, and elegantly.Learning Perl Objects, References & Modules is about learning to use Perl as a programming language, and not just a scripting language. This is the book that separates the Perl dabbler from the Perl programmer.
Teach Yourself Java for Macintosh in 21 Days
Author: Laura Lemay
Publisher: Hayden
ISBN: 9781568302805
Category : Computers
Languages : en
Pages : 567
Book Description
Takes a tutorial approach towards developing and serving Java applets, offering step-by-step instruction on such areas as motion pictures, animation, applet interactivity, file transfers, sound, and type. Original. (Intermediate).
Publisher: Hayden
ISBN: 9781568302805
Category : Computers
Languages : en
Pages : 567
Book Description
Takes a tutorial approach towards developing and serving Java applets, offering step-by-step instruction on such areas as motion pictures, animation, applet interactivity, file transfers, sound, and type. Original. (Intermediate).
Teach Yourself Perl 5 for Windows NT in 21 Days
Author: Tony Zhang
Publisher: Sams Publishing
ISBN:
Category : Computers
Languages : en
Pages : 916
Book Description
This text uses illustrations to explain constructs such as associative arrays and uses tables at appropriate points to serve as handy references. It shows readers how to apply knowledge to develop dynamic user interfaces into Windows NT databases.
Publisher: Sams Publishing
ISBN:
Category : Computers
Languages : en
Pages : 916
Book Description
This text uses illustrations to explain constructs such as associative arrays and uses tables at appropriate points to serve as handy references. It shows readers how to apply knowledge to develop dynamic user interfaces into Windows NT databases.