 |

[an error occurred while processing this directive]
|
 |
 |
PERL's
PerlAccess holds the key to unlocking the most widely used server
side scripting language on the net. PerlAcces is part of: The
BIG Resources Network!
|
|
Top : Development : Debugging : Add a Site
CGI Debug
- Perfect for Debugging CGI's. No more '500 Server Error'; just use this script and run CGI's via command line.
(Added: 22-Feb-1999 Hits: 64 Rating: 0 Votes: 0) Rate It
cgidie-lib.pl
- This library, which you can insert into any CGI script, assigns a subroutine to SIG{__DIE__} so that when an error occurs you will see a nicely formatted HTML message explaining the problem and parameters that led to it.
(Added: 22-Feb-1999 Hits: 34 Rating: 0 Votes: 0) Rate It
Tail Debug
- The function of this script is to allow access to your server error log via the browser. This can save an immense about of time in the debugging and installation of scripts. It is even interesting at times to see what robot is visiting your site, and what old outdated file he is looking for.
(Added: 22-Feb-1999 Hits: 25 Rating: 0 Votes: 0) Rate It
View Server Errors Script
- If you are putting scripts online, you should have access to your server's error log. This script displays the last 10 errors recorded in your server's log helping you in debugging your routines.
(Added: 11-Mar-1999 Hits: 21 Rating: 0 Votes: 0) Rate It
|
|
Webmaster Tips from Moreover.com
|
|
| ")
document.writeln("")
// Start loop for articles
for (var counter=0; counter | ")
document.writeln("")
document.writeln(""+global_article[counter].cluster+" | ")
}
// Print out the headline
document.writeln("")
document.writeln(""+global_article[counter].headline_text+"... ")
// Print out the source
if ((counter != (global_article.length - 1)) || moreover_text != 1)
{
document.writeln("")
document.writeln("")
document.writeln(""+global_article[counter].source+" ")
}
// Print out reg/sub if appropriate
if (global_article[counter].access_status == "sub" || global_article[counter].access_status == "reg")
{
document.writeln(" ")
document.writeln(""+global_article[counter].access_status+" ")
}
// Print out the harvest time
if (time_display == "Yes")
{
// Make a new date object
time[counter] = new Date(global_article[counter].harvest_time)
time[counter].setHours(time[counter].getHours() - (time[counter].getTimezoneOffset() / 60 )) // adjust the time to local
document.writeln("")
document.writeln(""+time[counter].toString()+"")
}
document.writeln(" | | ")
} // End of article loop
// Start of clone button code //
// Note: Do not remove any of the code in this section //
document.writeln(" ")
// End of clone button code //
document.writeln(" | ")
// ************************************************************************************
// This code is subject to the copyright and warranty restrictions detailed at
// http://w.moreover.com/wizard_copyright.html
// Copyright 1999 Moreover.com Inc. All rights reserved.
// *************************************************************************************
}
|
|
Click
Here to Get Free News for Your Site
|
|
|
| Link
Partners |
| [an error occurred while processing this directive]
|
| Link
Exchange |
|
|