Bookmark and Share
ASP
Perl
PHP
CSS
HTML
Javascript
XML
C
Visual Basic
Access
MySQL
SQL
MsSQL
Java
jQuery

Perl Subcategories


Improving mod_perl Sites' Performance: Part 1
PERL | Views: 0 |
What do we need to think about when optimizing mod_perl applications? Stas Bekman explains how hardware, software and good programming come into play

HTTP Headers
PERL | Views: 0 |
As well as the Content-type header, which is has to be output for every document, there are other headers which you might want to use. This is the format of a HTTP header - each header is on a seperate line, and after all the headers have been transferre..

How to Write a Chat Server
PERL | Views: 0 |
I don't care much for online chat. Quite frankly, the conversations seem superficial compared to email and Web conferencing systems. But writing a chat server? Now that's a lot more fun

How to Get Dynamic Pages Searched
PERL | Views: 0 |
How can I get dynamically created pages into the search engines? Most of our stuff is basically static, but because it's coming out of a database, it uses a CGI program

Get wireless with Perl
PERL | Views: 0 |
This Perl Diving column shows how to easily build or adapt your Perl scripts to serve applications for WAP-enabled devices

Generate HTML from MySQL
PERL | Views: 0 |
This will grab an entire table from a MySQL database and generate an html table from it

Forms to E-Mail Using TCL
PERL | Views: 0 |
This article discusses the process of using a CGI (Common Gateway Interface) program in Tcl to send forms data to someone via e-mail. To start with, let's clarify some things. Tcl was chosen because it is easy for someone else to extend

Flat databases in Perl
PERL | Views: 0 |
A tutorial on the use, advantages, and disadvantages of flat text-bassed databases in Perl. If you consider your self a Perl newbie please read the perl tutorials before moving on to this one

Embedding Perl Into Web Pages
PERL | Views: 0 |
This sample chapter from Wrox release 'Professional Perl Development' considers the use of Perl to address the shortcomings of CGI in combining functionality with page presentation

Emails
PERL | Views: 0 |
The simplest way to send emails on a UNIX system is to use the sendmail utility

Creating Custom Widgets
PERL | Views: 0 |
Steve Lidie, coauthor of Mastering Perl/Tk, brings us more wisdom from his Tk experience--this time, explaining how to create your own simple widget classes

Create RSS channels from HTML news sites
PERL | Views: 0 |
Even if you haven't heard of the RSS acronym before, you're likely to have used RSS in the past. Whether through the slashboxes at slashdot or our own news summary at use.perl.org, the premise remains the same - RSS, or "Remote Site Summary" is a method ..

Cookies: Fresh From Your Browser's Oven
PERL | Views: 0 |
A furor has erupted over cookies, but it has nothing to do with urban legends of Neiman-Marcus recipes and the infamous Visa charges that come with them. It has everything to do with the fact that the world has discovered that Netscape Navigator and othe..

Cookies in Perl
PERL | Views: 0 |
Add cookie support to your CGI scripts for personalization, authentication, and other advanced Web functionality

Checking for the existence of substrings
PERL | Views: 0 |
This is the most basic example of substring searching I could come up with

CGI: What the Heck Is That?
PERL | Views: 0 |
Richard Lowe Jr. clears up some of the mystery surrounding CGI. His article gets to the basics of this language and clearly notes its capabilities

Building a Vector Space Search Engine in Perl
PERL | Views: 0 |
Have you ever wondered how search engines work, or how to add one to your program? Maciej Ceglowski walks you through building a simple, fast and effective vector-space search engine

Building a Bridge to the Active Directory
PERL | Views: 0 |
Active Directory of Windows 2000's directory service, allowing organizations to keep and share information about networked resources and users. One significant feature of the Active Directory is that it is LDAP-compliant. Unfortunately, it is still very ..

Browser Redirection with Perl
PERL | Views: 0 |
If there is one major problem with the Web today, it is the fact that those who develop for it must work around browser incompatibilities

Basic Perl Loop Tutorial
PERL | Views: 0 |
This is an example of a basic Perl for loop.
Previous 1 2 3 4 5 Next