Perl/C/C++/CGI tutorials:
This page is a short list of links to various programming and scripting tutorials.
- Here's a basic overview of CGI. It's not a programming guide, but it does define a few things.
- PERL is a language used to munch text and look for meaning. Or assign it. If you're unfamilar with PERL then this short perl article will give you some idea of what it's about.
- PHP is a scripting language that gets a lot of use. Here's a basic intro to PHP.
- BigNoseBird has over 300 tutorials on various subjects. Here's their simple explanation of CGI's
- From WDVL: Perl - the very thought evokes a heady, adrenaline rush in the hearts of hard-core hackers, and an intimidating sense of anxiety in practically everyone else. Here's their Nice Perl Tutorial For Webmasters
- The CGI resource index has a ton of info on all things CGI: Cgi Resources perl/cgi/C Tutorials
- Perl FAQ
- Official Perl Page
- An article on how to stop digital thieves using CGI
- How to build a mailing list using CGI
Good Beginner book on Perl: Learning Perl (2nd Edition) Best Perl Reference: Programming Perl (2nd Edition) Recommended Perl script book: Perl Cookbook Good beginning book on C: C for Dummies (2 Volume Set) Good C++ book: The C++ Programming Language Good CGI book with premade scripts: CGI/Perl Cookbook
More Amazon.com references:
- c programming
- Perl Guides
- CGI guides
-
What is CGI?
This is a method which is used to exchange data between the server (the hardware and software that actually allows you to get to your web site) and a web client ...
-
Perl Basics
No, you don't find it in oysters, unless oyster is a new term used by Linux system admins. So what does PERL stand for? Truth? Reason? Ease of use? Maybe it's one of these...
-
PHP Introduction
PHP is the most popular scripting language on the web, and the reason for that is how easy it makes it to create dynamic websites quickly.
|