Below you will find 0 categories and 4 links related to Perl Scalars Resources.
The Perl Multimedia Cyber Classroom delivers complete interactive Perl training that includes more than 3 hours of audio, hundreds of programming and interactive exercises, more than 100 complete Perl programs, full-text searching, hyperlinking, tips, tricks, and more. Perl By Example is a guide to Perl that starts with the basics of Perl scripting and carries you all the way to advanced networking and Web applications. Coverage starts with statements, variables, scalars, arrays, hashes, and printing. Understand Perl operators, expressions, control structures, and file handling. Next, learn how to modularize and package Perl scripts, work with objects in the Perl environment, interface with the surrounding system, and create sophisticated reports. Using extensive examples, learn how to use Perl on the Web and in advanced networking applications that utilize message queues, semaphores, and shared memory.
Get ready to learn the most popular programming language of the Internet! Begin your journey into the world of Perl Friday evening as you install ActivePerl and create an HTML page. On Saturday you will cover the basic building blocks of Perl, Perl operators, statements and expressions. On Sunday, you will learn object-oriented programming and how to pull your earlier sessions together in a complete Perl game program. Wrap things up as you touch on advance Perl topics including security, XML integration, and using Perl with CGI. Explains the basics of the Perl programming language in a series of seven tutorials. The book introduces scalars, arrays, hashes, file handling, statements, expressions, and the fundamentals of object- oriented programming, then ties the concepts together in an example game program. The code samples are written on the Windows XP operating system. Quick reference guide teaches you the basics of the Perl programming.
Perl is one of the most important and powerful languages available today, and Professional Perl Programming offers an in-depth guide to exploiting some of its best features. With a densely packed tutorial straight from the experts, it is suitable for any experienced developer who wants to get more from this language. Topics include perl distributions, running perl on Unix, Windows, and other platforms, numbers and strings, perl operators, scalars, lists, arrays, hashes, complex data structures, typeglobs, expressions, statements and blocks, flow control and loops, subroutines, scope and visibility rules in Perl, Perl modules, autoloading modules, Perl file I/O, Terminal I/O, using the Perl debugger, object-oriented Perl, perl sockets and networking, and much more.
This article will get you started with CGI scripting, the force that makes your forms work, your counters count, and all kinds of other things happen. CGI scripts can be written in a variety of computer languages, but my favorite is Perl, which also just happens to be one of the most used languages for CGI scripting. Topics include: scalars, arrays, and associative arrays; Perl operators; Perl loops and conditionals; turning Perl into CGI; string matching and regular expressions; splitting strings; environmental variables; dealing with input.