Best Tutorials website
Latest tutorials

Advertisment

A web client for MP3 streaming in perl

A web client for MP3 streaming in perl

This article is a complete tutorial showing how to create your own streaming web clients, that can be used to stream (play while downloading)...


Views: 1447 | Rating star | by Source
Perl and CGI - Audio System

Ace Perl Template Creator

Ace Perl Template Creator

This is a short code snippet to create easily modifiable html templates for use in your perl cgis. Hate having to place all the print statements in...


Views: 1402 | Rating star | by Isac
Perl and CGI - Content Management

Flexible CGI Output with HTML Templates

Flexible CGI Output with HTML Templates

This article describes a simple and effective method to format a CGI script's output from HTML templates, by replacing special template...


Views: 1364 | Rating star | by Daniel
Perl and CGI - Content Management

Cookie Monsters

Cookie Monsters

This article discusses some of the wrong ways for using cookies, and how to use them safely.


Views: 1409 | Rating star | by Isac
Perl and CGI - Cookies

Create your own Image Counter

Create your own Image Counter

This is a comprehensive tutorial on how to create your own image counter CGI on your Web page. Main topics include: Make the CGI Directory, Make A...


Views: 1402 | Rating star | by Ben
Perl and CGI - Counters

A short guide to DBI

A short guide to DBI

Here is a short guide to DBI (The Perl Database Interface Module). Topics include: General information about relational databases, Example of How...


Views: 1439 | Rating star | by Sarah
Perl and CGI - Database Related

Disk-based Data Structures (DBM)

Disk-based Data Structures (DBM)

For those who don't want to get tied up with a relational database and all the supporting software needed, yet still need to store a dataset...


Views: 1283 | Rating star | by Amy
Perl and CGI - Database Related

Dabbling in Live Databases: MySQL

Dabbling in Live Databases: MySQL

This article focuses on setting up MySQL and understanding its various management complexities. Shows how to create a MySQL database and populate a...


Views: 1352 | Rating star | by Nick
Perl and CGI - Database Related

Using a flat-file database in Perl

Using a flat-file database in Perl

Web developers often need ways of speeding up the development process, without spending thousands of dollars for software. Here's how to build...


Views: 1406 | Rating star | by Nick
Perl and CGI - Database Related

Genetic algorithms applied with Perl

Genetic algorithms applied with Perl

Based on the Darwinian principle of survival of the fittest, genetic programming uses mutation and replication to produce algorithms for creating...


Views: 1384 | Rating star | by Jarry
Perl and CGI - Development

The elegance of JAPH: Just Another Perl Hacker

The elegance of JAPH: Just Another Perl Hacker

A mainstay of the Perl culture, JAPH is a short script that produces the output 'Just another Perl hacker.' Although written for the...


Views: 1304 | Rating star | by Brad
Perl and CGI - Development

Using CGI::Application

Using CGI::Application

The author writes 'CGI::Application builds upon the bedrock of CGI, adding a structure for writing truly reusable Web-applications....


Views: 1719 | Rating star | by John
Perl and CGI - Development

Benchmarking Perl

Benchmarking Perl

In this Part 21 of 'The Perl You Need To Know' series, it covers the Benchmark module — the handy Perl stopwatch that allows you...


Views: 1389 | Rating star | by Marry
Perl and CGI - Development

Untangling Lists and Hashes

Untangling Lists and Hashes

In this Part 10 of 'The Perl You Need to Know' series, you will be shown how to work with Perl's list and hash data structures.


Views: 1389 | Rating star | by Marry
Perl and CGI - Development

Sorting Techniques

Sorting Techniques

An introduction to sorting, and how to write your own sorting functions easily with perl. Includes some very common examples of sorts.


Views: 1379 | Rating star | by Sean
Perl and CGI - Development

Printing all CGI environment variables

Printing all CGI environment variables

This article provides a short CGI program that can print every environment variable it knows.


Views: 1368 | Rating star | by Troy
Perl and CGI - Development

CGI Environmental Variables

CGI Environmental Variables

One of the methods that the web server uses to pass information to a cgi script is through environmental variables. These are created and assigned...


Views: 1341 | Rating star | by Donald
Perl and CGI - Development

Debugging CGI Scripts

Debugging CGI Scripts

Hints and tips on debugging Perl CGI scripts and identifying some possible causes of server errors.


Views: 1413 | Rating star | by Slicer
Perl and CGI - Development

User Info

User Info

This note describes how to get information about a remote user from within a CGI-bin script, and lists the information available.


Views: 1387 | Rating star | by Jarry
Perl and CGI - Development

Debugging CGI Scripts 101

Debugging CGI Scripts 101

These are a few guidelines to help you solving problems with your CGI Script. Topics include: Short overview of the CGI calling process, Server...


Views: 1378 | Rating star | by Jason
Perl and CGI - Development