Appendix C: Perl Basics

   



What Are Perl's Strengths?

The answer to this question depends partially on your needs. Perl is certainly known for its many built-in functions for text manipulation that give tremendous power to parse text. This capability made Perl attractive not only for text processing, but also for Web-based applications. Moreover, Perl provides many built-in functions that are system calls in C. For instance, you might be surprised to know that it's quite easy to write Perl scripts for creating pipes, queues, semaphores, shared memory, sockets, and interprocess communication. You can write a simple socket-based web server in Perl without much code (or difficulty) that runs on multiple platforms, and, because of Perl's portability, no code compilation is required. The powerful feature set of Perl will dispel the misconception that Perl is meant for CGI scripts. Indeed, it's the power of Perl that made it an early choice for CGI scripts.



   



Fundamentals of SVG Programming. Concepts to Source Code
Fundamentals of SVG Programming: Concepts to Source Code (Graphics Series)
ISBN: 1584502983
EAN: 2147483647
Year: 2003
Pages: 362

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net