My Perl Archive: Brackets v2.0


--- Back to the script list ---
Script Info || Config Options || Test / Try Script || Download

Script Info


BRACKETS.CGI was made to find the mistake of not closing brackets in perl scripts, but you can also use this on other documents. It checks for 3 types of brackets: round () curly {} and square []. This script also checks for quotation marks "", and returns the number of them, which, if the number is even, then there are no brackets missing. This script is very useful to test for problems in scripts and documents. Version 1.5 and up are self reliant, CGI-LIB is no longer required, and calculates even/uneven-ness of quotes. Version 2.0 gives you the added feature of a debug display, showing you where the open and closes of the brackets are.

Config Options


There are no configuration options needed inside the script. During the execution, you will be asked for an input file, which should be stated using REAL directiorys(ex: /home/users/username/public_html/filename.cgi , or if in current directory, just filename.cgi).

Test / Try Script


There is a test version
here. Notes not seen in downloaded version are in Pink.

Download


You can download brackets from the
Download Page

Return to script list
Script Info || Config Options || Test / Try Script || Download