You are in: > Home > Developers Guides
-
Perl - Downloading a URL with a script -
[22nd Mar 2006]
Sometimes you may need to download a webpage from a remote server, for whatever reason, using PERL. Here's a quide on how to do this. -
Perl - Pattern Matching (Regular Expressions) -
[12th Jan 2006]
Regular expressions are one of the most powerful tools in programming, but how do you use them? -
Shell Scripting - Reading Variables From STDIN -
[11th Jan 2006]
How do you read variables that the user enters on the command line in a shell script? -
Perl - Configuring and Starting the mod_perl Server -
[06th Jan 2006]
The first thing to do is ensure that Apache was built correctly and that it can serve plain HTML files. -
Perl - Installing mod_perl in Three Steps -
[06th Jan 2006]
You can install mod_perl in three easy steps: Obtaining the source files required to build mod_perl, building mod_perl, and installing it. -
Perl - mod_perl -
[06th Jan 2006]
mod_perl brings together two of the most powerful and mature technologies available to the web professional today, Apache and Perl. -
Perl - Associative Arrays -
[06th Jan 2006]
How to use associative arrays in Perl -
Perl - Manipulating Arrays -
[06th Jan 2006]
How to do things to an array in Perl -
Perl - Arrays -
[06th Jan 2006]
How to use an array in Perl -
Perl - Operators -
[06th Jan 2006]
Performing comparisons and variable manipulation -
Perl - Scalar Variables -
[06th Jan 2006]
Naming and Assigning values to Scalar Variables -
Shell Scripting - Introduction -
[08th Dec 2005]
What is shell scripting and why it is useful -
Shell Scripting - Invoking Shell Scripts -
[08th Dec 2005]
How to run a shell script, and what is required to do so -
Shell Scripting - Variables -
[08th Dec 2005]
How to set and use shell variables -
Shell Scripting - Referencing Variables -
[08th Dec 2005]
So we've set up our variables, how do we use them? -
Shell Scripting - Command Arguments -
[08th Dec 2005]
Passing arguments from the command line into shell scripts -
Shell Scripting - Language Constructs -
[08th Dec 2005]
Using Language Constructs for conditional execution -
Perl - Introduction -
[06th Dec 2005]
What is Perl and what can it be used for? -
MySQL - Connecting to the server -
[06th Dec 2005]
How to connect to a MySQL server. -
MySQL - Introduction -
[06th Dec 2005]
What is MySQL







