My Perl Archive: Brackets v2.0
--- Back to the script list ---
Script Info || Config Options || Test / Try Script || Download
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.
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).
There is a test version here. Notes not seen in downloaded version are in Pink.
You can download brackets from the Download Page
Return to script list
Script Info || Config Options || Test / Try Script || Download