Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Series TitleSeries Title
-
Reading LevelReading Level
-
YearFrom:-To:
-
More FiltersMore FiltersContent TypeItem TypeIs Full-Text AvailableSubjectPublisherSourceDonorLanguagePlace of PublicationContributorsLocation
Done
Filters
Reset
54
result(s) for
"Perl (Computer program language)"
Sort by:
Scripting with objects
by
Kak, Avinash C
in
Computers
,
Object-oriented programming (Computer science)
,
Perl (Computer program language)
2012,2008
Object-Oriented scripting with Perl and Python Scripting languages are becoming increasingly important for software development. These higher-level languages, with their built-in easy-to-use data structures are convenient for programmers to use as \"glue\" languages for assembling multi-language applications and for quick prototyping of software architectures. Scripting languages are also used extensively in Web-based applications. Based on the same overall philosophy that made Programming with Objects such a wide success, Scripting with Objects takes a novel dual-language approach to learning advanced scripting with Perl and Python, the dominant languages of the genre. This method of comparing basic syntax and writing application-level scripts is designed to give readers a more comprehensive and expansive perspective on the subject. Beginning with an overview of the importance of scripting languages—and how they differ from mainstream systems programming languages—the book explores: -Regular expressions for string processing -The notion of a class in Perl and Python -Inheritance and polymorphism in Perl and Python -Handling exceptions -Abstract classes and methods in Perl and Python -Weak references for memory management -Scripting for graphical user interfaces -Multithreaded scripting -Scripting for network programming -Interacting with databases -Processing XML with Perl and Python This book serves as an excellent textbook for a one-semester undergraduate course on advanced scripting in which the students have some prior experience using Perl and Python, or for a two-semester course for students who will be experiencing scripting for the first time. Scripting with Objects is also an ideal resource for industry professionals who are making the transition from Perl to Python, or vice versa.
Higher-order Perl: a guide to program transformation
by
Dominus, Mark Jason
in
Object-oriented programming (Computer science)
,
Perl (Computer program language)
2005
Most Perl programmers were originally trained as C and Unix programmers, so the Perl programs that they write bear a strong resemblance to C programs. However, Perl incorporates many features that have their roots in other languages such as Lisp. These advanced features are not well understood and are rarely used by most Perl programmers, but they are very powerful. They can automate tasks in everyday programming that are difficult to solve in any other way. One of the most powerful of these techniques is writing functions that manufacture or modify other functions. For example, instead of writing ten similar functions, a programmer can write a general pattern or framework that can then create the functions as needed according to the pattern. For several years Mark Jason Dominus has worked to apply functional programming techniques to Perl. Now Mark brings these flexible programming methods that he has successfully taught in numerous tutorials and training sessions to a wider audience. * Introduces powerful programming methods-new to most Perl programmers-that were previously the domain of computer scientists* Gradually builds up confidence by describing techniques of progressive sophistication* Shows how to improve everyday programs and includes numerous engaging code examples to illustrate the methods
Multimedia Web Design and Development
by
Richardson, Theodor
,
Thies, Charles
in
CAD & graphics
,
COMPUTERS / General
,
COMPUTERS / Programming / General
2013,2012
This book/DVD package introduces the necessary steps and stages of planning a modern multimedia Web site. It includes both the design and development aspects for novices and a complete plan to get you started with the core technologies and techniques for professional Web design on a freelance or organizational basis. The text also covers the current languages e.g., HTML5, CSS3, JavaScript, PERL, PHP, and mySQL, that are needed to construct dynamic content on the Web and milestones for getting it into the hands of your clients sooner. Features: Provides a complete guide for developers and designers to see both front-end and back-end design elements Uses various languages e.g., HTML5, CSS3, JavaScript, PERL, PHP, and mySQL to maximize efficiency of modern and dynamic Web pages Uses design principles and best practices from an experienced freelance Web designer and instructor Includes language examples for self-study and challenging activities for expanding design and development; instructor's resources available for use as a textbook
Perl One-Liners
2013,2014
Perl one-liners are small and awesome Perl programs that fit in one line of code and do one thing really well. Perl One-Liners showcases 130 short and compelling lines of code that do all sorts of handy, geeky things like numbering lines in a file; generating random passwords; encoding, decoding, and converting strings; calculating factorials; even checking to see if a number is prime with a regular expression. Author Peteris Krumins' dissections of each bit of code will help you gain a deeper understanding of the Perl language, and these Perl one-liners are sure to save you time and sharpen your sleight of hand.
Wicked cool perl scripts
by
Steve Oualline
in
Object-oriented programming (Computer science)
,
Perl (Computer program language)
2006
Most Perl programmers have been frustrated at one time or another because the system just wouldn't do what they wanted it to do. There was always that one simple and obvious utility that was missing that would make life so much easier -- a tool to get a stock quote, show off a photograph collection, or even display a collection of favorite comics. Wicked Cool Perl Scripts is about writing those utilities quickly and easily. With more than 100 handy utilities that solve difficult problems, Wicked Cool Perl Scripts is a great resource for the savvy Perl programmer.