Brackets v2.0
==============

This is a fairly simple script, unzip and place it in your(server's/personal)
cgi-bin, and change it's permissions to 755, and it's set up.  Go to your
browser and execute brackets.cgi, it should come up with a screen asking for
an input file, in the blank, put the filename relative or from the root, ex:

rel:    ../bob.cgi
root:    /home/users/username/public_html/bob.cgi

you have to state it in real directorys, not URLs:

http://www.server.com/~mydir/bob.cgi

Once you have entered the filename and pressed "Check Brackets" button, (test
the script on brackets.cgi (itself), if you want) your browser should either
respond with a nice colourful table containing data on the input file, or an
error. The table has 7 columns, and at the bottom row, it will have either a
blue EVEN or a red ***UNEVEN***, of course red is bad.  Unless in special
cases, if you have an uneven amount of brackets, chances are, your script won't
work.  Below the table, if there is an inequality in one of the sets of brackets,
then it will give you a debug listing of the file, telling you the line number,
and the unequal bracket open or close (or both) that are on that line.

History:
1.0: inital write
1.5: Cgi-Lib is no longer needed, and quotation marks now calculate even/uneven.
1.6: Bug fix
2.0: Debug lising added.

Visit the script archive:  http://www.iaw.on.ca/~hutcheon/
============================= (in there somewhere) ========

Questions / Comments / Whatever's on your mind
==============================================
email:   hutcheon@iaw.on.ca

*** PLEASE: email me with any comments, questions, or whatever's on your
mind, kuz your input may help later versions