I have a quick question regarding CGI/PERL and the best way to debug past if statements
Usually if I have problems I will run the program in unix, and it will tell me things like "Error on line 56" or something like that..But once you start developing CGI/PERL with if statements and different pages, so my question is, how can i figure out where an error is occurring, if in unix I cant completely process the script.