Perl/CGI Tutorials - Improve your understanding of Perl/CGI
Welcome to the Perl/CGI Tutorial pages on Softwaresourcer.com - here you can find tutorials, help and information on Perl/CGI t from all over the internet. If you have any questions about Perl/CGI or would like Perl/CGI Development done for your company please complete ourfree IT quotes form. If you are a company who takes on Perl/CGI projects and would like to receive leads from people looking for Perl/CGI or other IT related work please complete ourIT suppliers partner form.
and we will provide you with up to 5 impartial quotations free of charge!
Perl for Web Site Management: Part 3
Perl for Web Site Management shows how to write CGI scripts, incorporate search engines, convert multiple text files to HTML, monitor log files, and track visitors to your site. This third and final installment looks at storing the data, the "visit" data... 3
Perl Operators
Before we can go much further, we will need to look at how operators are used in Perl...
Perl provides distributed processing punch
In addition to being a great tool for report processing and text filtering, Perl can be used for general-purpose programming. For instance, I used Perl to create a job server that allowed my company to reduce the processing time of several gigabytes of di...
Preventing Cross-site Scripting Attacks
The cross-site scripting attack is one of the most common, yet overlooked, security problems facing web developers today. A web site is vulnerable if it
Processing Forms
CGI is used a lot in processing forms. Forms are a subset of HTML that allows the user to supply information. Forms make Web browsing interactive for both the user and the provider...
Processing Text with Perl Modules
In the final article of this series on text processing, Jonathan takes a tour through a cornucopia of useful text processing modules that kick the tar out of some of those arduous text processing tasks...
Quick and Dirty Topic Mapping
There's a lot of advanced research and literature on the subject of taxonomies and topic maps. To be honest, much of it goes way over my head. I'm keenly interested in the problem of categorizing content, but the more I wrestle with the problem, the more...
Roll Your Own Search Engine
With all the hype about Web search engines, you might think writing one is a feat not to be attempted by mere mortals. But writing a small search engine is actually quite easy...
Session management in Perl
You've probably noticed that your favorite shopping sites always seem to know who you are each time you visit and that each page of CD and book recommendations has a funny URL with an incomprehensible string of digits...
Setting Up A Form Powered By CGI
Having some functionality behind a form can make life so much easier. Boris steps you through the process of setting up a CGI form...
Simplify CGI with HTML::Mason
Managing one or two custom CGI scripts is usually not a problem, but as that number grows, you face a management headache. Keeping the scripts' design consistent across the site may become taxing. And if you code HTML output into your scripts, every site...