| |
| |
| | Getting Started with Perl |
| | by Philip Yuson |
| | | Download price: | US$ 4.99 |  |
| | | Published: | February 2001 |
| | | ISBN: | 1-877285-00-5 |
| | | Page count: | 29 pages |
| | | File size: | 390,949 bytes (approx. 54 sec @ 56k) |
| | | | |
| | | Available formats: | Adobe Acrobat™ (.pdf) |
| |
About this Guide The guide discusses in detail the different ways you can install Perl in your Linux/Unix or Windows 9x system. It guides you through the steps needed to install CPAN modules by compiling from source, using the CPAN shell ActivePerl’s PPM or IndigoStar’s GUI Package Manager. This includes discussions on the commands available in CPAN and PPM. The last chapters discusses basic Perl concepts with recommendations on which Perl documentation to read to get you started in writing Perl scripts. |
| | Deciding if this guide is for you. Please read the following introduction from the guide which tells you about the guide.The guide walks you through a step-by-step discussion on how to install Perl in Linux/Unix. It also has a section that will help you determine which installation option is best for you. Unix/Linux commands needed to install Perl are also included so you can install this even if you have very little experience in Linux/Unix.
If you want to install Perl in Windows, the guide also has a section that compares the two available distributions for Windows. It also discusses the different ways you can Install the CPAN modules in Unix/Linux and Windows. There is more information on the different PPM commands and also a step-by-step guide on installing modules using the IndigoStar GUI Package Manage.
The last sections discuss basic Perl concepts and have suggestions on Perl documentation you can read for more information on given topics. |
|
| | You should buy this guide if...If you have little experience in Unix/Linux administration you will find this guide helpful. Likewise, if you want to have an idea of which Windows distribution to use, you will find the section that compares these two distributions helpful.
If you have no experience in Perl, you will find the detailed step-by-step discussions on installing Perl and Perl modules very helpful.
The discussion on CPAN shell and PPM commands will also give you an idea on how to use them in managing your Modules. |
|
| | Free Sample. Click here to view an extract of this guide to view before you buy. ** Please Note: Sample will take a up to one minute to download and requires Adobe Acrobat™ 3.0 or greater. (Click here to download the latest version of Acrobat Reader.)
|
| | Customer Reviews and Comments |
| | No reviews have been written for this guide.
|
| | If you have read this guide, feel free to add a review using the form below.
|
| | |
| | Recommended Guides to Follow This One |
| | Self-Help Guide to Object oriented Programming in Perl by Philip Yuson This guide presents a step-by-step approach to understanding Object Oriented programming in Perl. It discusses key concepts like Perl packages, variable scoping, references various concepts like autoloading, autospliting, importing and exporting symbols in packages. These concepts are important in understanding how Perl implements object oriented programming. Based on the author's principle of 'Learning by doing and doing by learning', each concept comes with sample scripts that explain the topic. The reader is encouraged to try the sample scripts themselves to help them grasp the concepts discussed. Click to view |