|
Perl In Easy Steps
"PERL in easy steps" instructs the reader how to write Common Gateway Interface (CGI) scripts in the popular Practical Extraction & Reporting Language (PERL). These allow the exchange of data between a web browser and a web server both on Windows platforms and on Unix-based platforms, such as Linux. The book contains exciting chapters
on the major features of the PERL language and there are complete example scripts that illustrate each aspect of PERL.
"PERL in easy steps" begins by explaining how to download and install the free Apache web server and the free PERL interpreter. This allows the reader to establish an environment in which to run CGI scripts on their own computer.
This book makes no assumption that the reader will have previous knowledge of any programming or scripting language so it's ideal for the newcomer to PERL. Each chapter builds the reader's knowledge of CGI scripting.
By the end of this book the reader will have gained a sound understanding of the PERL language and be able to write their own CGI scripts that can be run on any web server that is configured for PERL.
"PERL in easy steps" has an easy-to-follow style that will appeal to anyone who wants to begin CGI scripting in PERL. It will appeal to web developers wanting to add dynamic server interaction to their web sites.
It will appeal to the programmer who quickly wants to add server-side scripting to their skills set. It will appeal to the hobbyist who wants to begin creating CGI scripts for upload to their own ISP. It will appeal to the student, and to those seeking a career in computing, who need a fundamental understanding of server-side scripting in PERL.
Introducing PERL
Getting started
Performing operations
Making statements
Using arrays
Using hashes
Subroutines
PERL functions
Pattern matching
PERL from web pages
Working with files
Handling directories
Data persistence
Form inputs
Upload & run scripts
|