I've solved that problem thatks to your help but as I was expanding the script perl threw up these crazy errors:
syntax error at albums.cgi line 102, near "else"
syntax error at albums.cgi line 110, near "elsif"
albums.cgi had compilation errors (#1)
(F) The final summary message when a perl -c fails.
Uncaught exception from user code:
syntax error at albums.cgi line 102, near "else"
syntax error at albums.cgi line 110, near "elsif"
albums.cgi had compilation errors.
Now I've gone to the lines in question and searched the surrounding lines but cannot find a problem.
I you seemed to be able to spot things that I cannot. Any help is greatly appriciated.
Thanks
All the Best, Eoin...
If everything seems to be going well, you obviously don't know what the hell is going on.
| [reply] [d/l] |
Are you programming on Windows or Unix? If on windows, I recommend the following free programmer's editor: Context. "http://www.fixedsys.com/context/".
If on Unix, then Emacs or Nedit, which are brilliant at sytax highlighting.
My recommendation is to use a syntax highlighting editor, then you can spot compilation / typo mistakes at a glance.
It would be helpful if you could post your new code so the monks can have a look at what is happening at the lines of error.
Cheers, Roger.
| [reply] |
| [reply] |