in reply to CGI question
Second step would be to check the log files for an error message. This might clue you into a permission problem.
If you do those 2 steps there isn't usually a step 3 :)
couple comments on your code:
You are calling in all the CGI methods into your namespace (use CGI ':standard') but then you use the Object interface.
You do a 'use vars qw($baseURL);' when (I'm guessing) you only need a lexical scoped to the main package 'my $baseURL;'
| Unix - where you can throw the manual on the keyboard and get a command |
|
|---|