Perl Subcategories |
Perl 101: The email form |
| PERL | Views: 0 | |
| So, you've spent hours creating killer graphics in PaintShop, drafted and redrafted your 'about me' section, and scanned in photos of your family and pets. Your next step towards creating your dream website is to add interactivity - and one of the best w.. |
Perl 101 (Part 4) - Mind Games |
| PERL | Views: 0 | |
| This week's article teaches you how to use Perl to interact with files on your system, and also provides you with a quick crash course in various array functions |
Perl 101 (Part 3) - Looping The Loop |
| PERL | Views: 0 | |
| Part 3 in our continuing series on the popular scripting language, Perl. This week's article teaches you more about Perl's control structures - including the FOR and WHILE loops - and also introduces you to Perl's array variables |
Perl 101 (Part 2) - Of Variables And Operators |
| PERL | Views: 0 | |
| In the first part of this tutorial, we introduced you to the basics of Perl, Austin Powers-style. This week, we're going to get down and dirty with variables and operators, and also provide you with a brief introduction to Perl's conditional expressions |
Perl 101 (Part 1) - The Basics |
| PERL | Views: 0 | |
| Known as much for its confusing, often oddball, syntax as for its efficiency and speed, Perl has a mystique that very few languages can match. This first article in a new series gives novice and intermediate programmers an introduction to the basics of t.. |
Optimizing Your Perl |
| PERL | Views: 0 | |
| Is your Perl program taking too long to run? This might be because you've chosen a data structure or algorithm that takes a long time to run. By rethinking how you've implemented a function, you might be able to realize huge gains in speed |
Operators: arithmetic and otherwise |
| PERL | Views: 0 | |
| Perl has its own addition and mulitply operators for strings. These operators are . and x respectively. We'll show you how these work compared to their arithmetic counterparts |
More than You Ever Wanted to Know About Templates |
| PERL | Views: 0 | |
| One of the biggest problems with CGI scripts is that programmers are usually the only ones who can modify them. If you work with designers who regularly want to tweak the HTML generated by a CGI script |
mod_perl in 30 minutes |
| PERL | Views: 0 | |
| This week, Stas Bekman shows us how to install and configure mod_perl, and how to start accelerating CGI scripts with Apache::Registry |
Introduction to mod_perl (part 4): Perl Basics |
| PERL | Views: 0 | |
| Now that you have mod_perl installed, you can move on to learning how to use it. This article will run you through some basic Perl concepts to start with |
Introduction to mod_perl (part 3): Non-privileged Install |
| PERL | Views: 0 | |
| You know how to get mod_perl up and running on servers where you are a privileged user, but on machines where you are not privileged, it's a bit trickier. Let this article be your guide |
Introduction to mod_perl (part 2): mod_perl Quickstart |
| PERL | Views: 0 | |
| Last week you found out all sorts of good things about mod_perl, but you may be wondering how you get started using it. Let this article be your guide |
Introduction to mod_perl (part 1): Why mod_perl? |
| PERL | Views: 0 | |
| You hear a lot about mod_perl when you're around other web developers, and you come across sites that use it all the time.. but have you ever wondered what's so great about mod_perl? Find out in this article |
Introduction to Input Validation with Perl |
| PERL | Views: 0 | |
| How can we make software that withstands malicious input attacks? We can start by minimizing the set of entities our software trusts and by conscientiously validating all input |
Introducing AdKit |
| PERL | Views: 0 | |
| This article is the first in a series of articles introducing the AxKit web application platform. Starting from the basics, this series explains how to install a basic AxKit server and then explores AxKit's more powerful capabilities |
Intro to Perl for CGI |
| PERL | Views: 0 | |
| So you've decided to take the plunge. After learning a CGI hack or two, you're ready to learn CGI scripting for real. Beware: Many have been tempted to walk down this path, but few have returned |
Intro to Mod_Perl |
| PERL | Views: 0 | |
| The Web is a moving target, constantly changing and expanding. And as a webmaster, it's your job to keep pushing your site just a little bit further to keep pace. Dynamic content, commonly delivered through CGI scripts written in Perl, is one way to make |
Installing Perl on Windows with Apache |
| PERL | Views: 0 | |
| Folowing our aticle on installing PHP/MySQL/Apache on windows, there was a requestfor an article by "probe" for information on adding Perl to the trio. Here's how |
Installing mod_perl without superuser privileges |
| PERL | Views: 0 | |
| As you have seen from my previous articles, mod_perl enabled Apache consists of two main components: Perl modules and Apache itself. While installing Apache without root privileges is easy, one should know how to install Perl modules in a nonsystem-wide .. |
Improving Performance with mod_perl: Part 1 |
| PERL | Views: 0 | |
| We look up the recipe for session-only cookies, and how they can help your scripts retain information even after the page is reloaded or cleared |
|