Error Log viewer is a handly utility to pinpoint the cause of script errors. Don't you hate it when you try to install a program and keep getting those internal 500 errors? Or while developing a program you come across a server error? Now you can easily find out what is causing it. Utilizing this program will allow you to see the entries in your web servers error log in a readable and understandable format...even if you can not find or do not have access to your error log.
Version: 1.0 Platform(s): Unix Updated: Mon Jun 18 2001
This is a couple of code snippets to convert non-word characters to the html � format. This is useful for displaying forms populated with variables that have odd characters or for 'escaping' variables prior to saving them to a database.
Use this code to display environment variables and form variables. The form variables are assumed to be in the %in associative array (as extracted by the &getdata subroutine show in a previous example). This is generally used when the script encounters an error and is very useful for debugging.
A series of free Perl code "grabs" that will make it easier for programmers to build their web sites. If you have anything you would like to see added to the series please don't hesitate to use the contact form to let us know (contact button on left).
PLUtils is a set of Perl scripts and modules designed to make writing interactive webpages and other Perl scripts easier. It includes database access, session management and more.
Version: 0.2.4 Platform(s): n/a Updated: Tue Aug 1 2000
This program is intended to help perl programmers write better code by becoming more aware of their coding style. In particular, one would like to know the
code-to-comment ratio, the average number of lines per subroutine, the longest subroutine, etc.
Version: 0.02 Platform(s): n/a Updated: Tue Mar 28 2000
"HTML 2 PERL" converts any standard HTML file to a list of Perl print statements, either destined for STDOUT, as in cgi output or for printing to a file. It allows you to specify the file handling variable, the input file, and the output file, either via command line or interactively.
The purpose of this script is remove those pesky control M character's (^M) off of the end of your scripts after you have edited them in DOS or Windows.
WWWis is a perl application which will read in an HTML file and insert HEIGHT=### WIDTH=### directives into the inlined images used in the file. It also does a whole lot more to boot. It makes your html faster to display and more user friendly. It supports GIF, JPEG, XBM & PNG image formats.